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
- :
- How would you also make custom actions occur at the end of installation
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
Jul 20, 2007
10:31 AM
How would you also make custom actions occur at the end of installation
Hi,
I have an InstallScript project and want to know how to make custom actions occur at the end of installation. I was able to do this in Basic MSI projects but it appears the tab is missing in InstallScript projects. If someone could give me code, or a site which would help me figure the code out, it would be greatly appreciated.
-Deepak
I have an InstallScript project and want to know how to make custom actions occur at the end of installation. I was able to do this in Basic MSI projects but it appears the tab is missing in InstallScript projects. If someone could give me code, or a site which would help me figure the code out, it would be greatly appreciated.
-Deepak
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 20, 2007
10:47 AM
Pure InstallScript doesn't have the notion of custom actions per se; perhaps put your code in the OnEnd event handler?