Jump to content

Search the Community

Showing results for tags 'environment variable'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. I am installing an setup.exe file through autoit runwait. And after installation , I need to test the application shortcut. Initially I have completed installation part and the shortcut functionality part I have done separately. Both are working as separate exe files(.au3 compiled versions). But as a final product, when I combined both of them, I am getting the error during shortcut launch as JRE_HOME variable not set. I think, when both are separate exe files, the env. variable is being set by setup file during first au3 file. And for second au3 as it is completely separate executable, it is loading the env variables from system at that point of time. But for combined version, even though it is being set in the system, the au3 being run is not taking the latest values set during its runtime. I tried restarting the explorer process also by using Run("explorer.exe",Call(ProcessClose("explorer.exe")));restart explorer But still no use. Can anyone provide your suggestions, how to handle this.
×
×
  • Create New...