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
- :
- Custom Action in Limited Edition
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
‎Feb 04, 2016
10:55 AM
Custom Action in Limited Edition
I have Visual Studio Premium 2013 with InstallShield Limited Edition 2015 and I wan to add an exe Custom Action but I don't see where to do this in my setup project.
Do I need any plugin or update to see "Define Setup Requirements and Actions" in my Solution Explorer.
The Help File said as follow:
InstallShield 2015 Limited Edition for Visual Studio
The items in the Custom Actions view are organized by chronological order, according to when they are launched during installation or uninstallation. When you add a custom action to your project, you specify when the custom action should be launched by adding the action to the appropriate installation or uninstallation item.
To add an .exe custom action to your project:
1. In the Solution Explorer under Define Setup Requirements and Actions, double-click Custom Actions.
2. In the Custom Actions During Installation explorer, the Custom Actions During Maintenance explorer, or the Custom Actions During Uninstallation explorer, click the item that should contain the custom action that you want to create.
3. Right-click the item and click New EXE. InstallShield adds a new custom action with the name NewCustomActionn (where n is a successive number).
4. Type a name for the custom action.
5. Configure the settings for the custom action.
See Also
Custom Actions View
Executable File Custom Action Settings
Changing When Custom Actions Are Launched
I will appreciate any help.
Do I need any plugin or update to see "Define Setup Requirements and Actions" in my Solution Explorer.
The Help File said as follow:
InstallShield 2015 Limited Edition for Visual Studio
The items in the Custom Actions view are organized by chronological order, according to when they are launched during installation or uninstallation. When you add a custom action to your project, you specify when the custom action should be launched by adding the action to the appropriate installation or uninstallation item.
To add an .exe custom action to your project:
1. In the Solution Explorer under Define Setup Requirements and Actions, double-click Custom Actions.
2. In the Custom Actions During Installation explorer, the Custom Actions During Maintenance explorer, or the Custom Actions During Uninstallation explorer, click the item that should contain the custom action that you want to create.
3. Right-click the item and click New EXE. InstallShield adds a new custom action with the name NewCustomActionn (where n is a successive number).
4. Type a name for the custom action.
5. Configure the settings for the custom action.
See Also
Custom Actions View
Executable File Custom Action Settings
Changing When Custom Actions Are Launched
I will appreciate any help.
- Tags:
- custom action
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 04, 2016
01:48 PM
If you are able to view the solution explorer in Visual Studio, the "Define Setup Requirements and Actions" is listed as #5
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 05, 2016
10:06 AM
I found Custom Action screen after expanding the Setup project.
