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
- :
- Run a certificate file
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Aug 02, 2007
05:43 AM
Run a certificate file
Hello !
How can I run a certificate file (.cer) at the end of the installation ?
The Behaviour and Logic->Custom actions and sequences seems to be able to run only .exe files...
Thanks in advance
How can I run a certificate file (.cer) at the end of the installation ?
The Behaviour and Logic->Custom actions and sequences seems to be able to run only .exe files...
Thanks in advance
(1) Reply
Aug 02, 2007
10:30 AM
Custom Actions can only handle certain kinds of executable code. It sounds like the ShellExecute or ShellExecuteEx APIs, which can do something fairly equivalent to the command line "start ", might provide what you want if you code up the call to it.