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
- :
- Getting path of setup.exe
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
‎Nov 12, 2008
02:30 AM
Getting path of setup.exe
Hi
I am working on installscript projects.
I want to get the path of current running setp.exe.
How to get it? I know from SRCDIR we can get it but it shows the extracted one and i want the current running exes path. Is it possible ?
thanks,
-CK
I am working on installscript projects.
I want to get the path of current running setp.exe.
How to get it? I know from SRCDIR we can get it but it shows the extracted one and i want the current running exes path. Is it possible ?
thanks,
-CK
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 12, 2008
07:42 AM
Please see if the PACKAGE_LOCATION variable holds the value you want.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 13, 2008
04:21 AM
Did you try using SETUPEXEDIR property?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 13, 2008
05:02 AM
Thanks man it works