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
- :
- silent/passive mode does not work with regasm.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
Mar 30, 2015
09:28 AM
silent/passive mode does not work with regasm.exe
Hi,
if I start my setup.exe or the .msi in normal mode, the installation is successful.
At the end of the installation a custom action should start the creation of registry keys for my .dll.
Therefore I used the C:\Windows\Microsoft.NET\Framework64\v4.0.30319\RegAsm.exe with the option: /nologo /codebase "C:\...\my.dll".
If I use the normal mode with the dialog windows the registry keys are created.
If I use the silent/passive mode either setup.exe or msi, the installation is successful except from creating the registry keys.
Does anybody have an idea what I am doing wrong?
kind regards
Christopher
if I start my setup.exe or the .msi in normal mode, the installation is successful.
At the end of the installation a custom action should start the creation of registry keys for my .dll.
Therefore I used the C:\Windows\Microsoft.NET\Framework64\v4.0.30319\RegAsm.exe with the option: /nologo /codebase "C:\...\my.dll".
If I use the normal mode with the dialog windows the registry keys are created.
If I use the silent/passive mode either setup.exe or msi, the installation is successful except from creating the registry keys.
Does anybody have an idea what I am doing wrong?
kind regards
Christopher
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 30, 2015
01:13 PM
Hi,
Where is it sequenced after exactly?
If you are scheduling it after "After Setup Complete Success dialog", the custom action will be tied to the Finish button.
Since, silent install does not have this dialog, the custom action does not run.
Where is it sequenced after exactly?
If you are scheduling it after "After Setup Complete Success dialog", the custom action will be tied to the Finish button.
Since, silent install does not have this dialog, the custom action does not run.