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
- :
- Resolving original SourceDir while installaing as silent.
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Feb 08, 2015
04:58 AM
Resolving original SourceDir while installaing as silent.
Hi All,
I have a situation which i cannot find any solution for the past few days, and before giving up.. i'm trying this forum;
The issue is: I have a basic MSI project that need to extract some archived files which are not part of the installation,
e.g. i've got 2 files:
1. Setup.exe/msi (generated by IS)
2. Data.cab - which i packed manually.
the desired scenario is...
1. double click / silent run of setup.exe
2. installation will extract Data.cab into cause this files are needed later on in the installation.
3. Setup.exe/msi will continue installation as this files were coming as 'support files'
The motivation behind this sort of solution is that often updates of Data.cab files will not drag another release of Setup.exe.
The problem:
For extracting the Data.cab file, i must resolve SourceDir, which works perfectly when my custom action is being initiate in UI sequence.
When i realized that in Silent mode this sequance is being skipped, i moved this extract custom action into exec sequance, but now SourceDir is always empty.
I've tried any other MSI property that i can think of (SOURCEDIR, SourceDir, SRCDIR, SETUPEXEDIR etc.) but non of them will give the initial path were Setup.exe was located.
Any knowing solution to my problem ?
Maybe there is another way to handle files outside the installation package ?
I'm guessing i'm not the only one that need facing this.
Thanks in advance, Gil.
I have a situation which i cannot find any solution for the past few days, and before giving up.. i'm trying this forum;
The issue is: I have a basic MSI project that need to extract some archived files which are not part of the installation,
e.g. i've got 2 files:
1. Setup.exe/msi (generated by IS)
2. Data.cab - which i packed manually.
the desired scenario is...
1. double click / silent run of setup.exe
2. installation will extract Data.cab into
3. Setup.exe/msi will continue installation as this files were coming as 'support files'
The motivation behind this sort of solution is that often updates of Data.cab files will not drag another release of Setup.exe.
The problem:
For extracting the Data.cab file, i must resolve SourceDir, which works perfectly when my custom action is being initiate in UI sequence.
When i realized that in Silent mode this sequance is being skipped, i moved this extract custom action into exec sequance, but now SourceDir is always empty.
I've tried any other MSI property that i can think of (SOURCEDIR, SourceDir, SRCDIR, SETUPEXEDIR etc.) but non of them will give the initial path were Setup.exe was located.
Any knowing solution to my problem ?
Maybe there is another way to handle files outside the installation package ?
I'm guessing i'm not the only one that need facing this.
Thanks in advance, Gil.
(4) Replies
‎Feb 11, 2015
05:16 AM
Hi DLee65,
As i said, at first the custom action was in "UI sequence", when realizing this sequence is being ignored on silent, i moved this custom action into "Exec sequence".
In Exec sequence it is the and an "Immediate Execution".
Hope this info will help you understanding the issue.
Thanks! Gil.
As i said, at first the custom action was in "UI sequence", when realizing this sequence is being ignored on silent, i moved this custom action into "Exec sequence".
In Exec sequence it is the
Hope this info will help you understanding the issue.
Thanks! Gil.
‎Feb 12, 2015
08:03 PM
I'm new to the forums and am just as confused with the SRCDIR and SOURCEDIR. I have the same want and need. I have one setup.exe and a test.jpg. After executing the setup.exe I want to copy the file with the setup.exe (test.jpg) to the target location. The reason its not embedded is cause i need to allow others to change colors within a tool i'm using. When I use the InstallDir it works great and copies to the target location but I am having problems when trying to use the SRCDir. It uses the %temp% location of where the files were extracted instead of where the setup.exe file was executed.
Anyone have any ideas on how to bypass this? I've even tried moving the sequence around with no luck. I tried installexec sequence after the cost finalize but can't seem to figure out what settings i need to change.
All the forums and help say SRCDIR should give me where the EXE is.
thanks in advance.
Anyone have any ideas on how to bypass this? I've even tried moving the sequence around with no luck. I tried installexec sequence after the cost finalize but can't seem to figure out what settings i need to change.
All the forums and help say SRCDIR should give me where the EXE is.
thanks in advance.