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
- :
- Starting an EXE via custom action in a MSI Project
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
Oct 21, 2010
02:19 AM
Starting an EXE via custom action in a MSI Project
Hi all,
I'm running a custom action to execute a program, which will register some dll.
See my screenshot, please.
If I start the Installation, the Program is not able to make entries in the Registry caused by the dll (if Windows 7 is used).
If I run the same syntax in the Command-Line (as Administrator) it works fine.
In my Screenshot you can See [INSTALLDIR2] its a property filed by a Installshield Script and is the same like [INSTALLDIR] but without ending "\".
crgacutil.4.exe /appName "dotConnect for Oracle" /installDir "C:\Program Files\.NET ADO for Oracle Devart 5.70.180.0.i1" /i /path "C:\Program Files\.NET ADO for Oracle Devart 5.70.180.0.i1\Devart.Data.Oracle.dll"
Maybee, the custom action stats the crgautil without admin privileges ? What can I do to solve this ?
Note: This action is working fine under Windows XP.
I'm running a custom action to execute a program, which will register some dll.
See my screenshot, please.
If I start the Installation, the Program is not able to make entries in the Registry caused by the dll (if Windows 7 is used).
If I run the same syntax in the Command-Line (as Administrator) it works fine.
In my Screenshot you can See [INSTALLDIR2] its a property filed by a Installshield Script and is the same like [INSTALLDIR] but without ending "\".
crgacutil.4.exe /appName "dotConnect for Oracle" /installDir "C:\Program Files\.NET ADO for Oracle Devart 5.70.180.0.i1" /i /path "C:\Program Files\.NET ADO for Oracle Devart 5.70.180.0.i1\Devart.Data.Oracle.dll"
Maybee, the custom action stats the crgautil without admin privileges ? What can I do to solve this ?
Note: This action is working fine under Windows XP.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 21, 2010
03:46 AM
Try with the custom action's in-script execution set to 'Deferred Execution in System Context'