This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- non-bundled executables
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 28, 2008
02:41 PM
non-bundled executables
Up until now I have always bundled executables in the setup.jar file.
Now I want to have a seperate \extras\ folder on the distribution CD to store the .exe files that I will need to run with the execute process. How do I set up the command line with a varriable that points back to the cd's \extras\ folder?
Thanks
Bradley
Now I want to have a seperate \extras\ folder on the distribution CD to store the .exe files that I will need to run with the execute process. How do I set up the command line with a varriable that points back to the cd's \extras\ folder?
Thanks
Bradley
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 28, 2008
02:51 PM
Depending on your build settings, one of the Java ($J) properties user.dir or is.external.home might get you most of the way there. KB article Q105887 has more information.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 29, 2008
03:02 PM
Thanks that seems to work!
Bradley
Bradley