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
- :
- ISICE10 Error "out of the box"
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
‎May 23, 2007
08:44 PM
ISICE10 Error "out of the box"
New BasicMSI project.
Selected option to offer to launch EXE after install in the Project Assistant and the EXE to launch.
Get error:
"Custom action IS_LAUNCH_MY_PROGRAM_PLEASE of type 210 is not documented in table ISCustomActionReference." when doing Vista validation.
Expectation:
"out of the box" I should not have to do further table editing and should not receive this validation error when using this feature. Otherwise, this should be removed from the Project Assistant.
Selected option to offer to launch EXE after install in the Project Assistant and the EXE to launch.
Get error:
"Custom action IS_LAUNCH_MY_PROGRAM_PLEASE of type 210 is not documented in table ISCustomActionReference." when doing Vista validation.
Expectation:
"out of the box" I should not have to do further table editing and should not receive this validation error when using this feature. Otherwise, this should be removed from the Project Assistant.
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 24, 2007
10:39 AM
There's a bit of a tradeoff to using it, but here's a potential workaround you could use. \Support\0409\Settings.xml has a section with a lot of elements. You could add one with Name="IS_LAUNCH_MY_PROGRAM_PLEASE" and Description="Whatever you like", and I believe it should automatically use that description during build. The tradeoff is if you use Hidden="Y" like all the rest do, it will not be displayed unless you choose to display all CAs, but if you use Hidden="N" it will necessarily do the help correctly. More importantly you will have to update settings.xml on all your build machines.
(Personally I don't find ISICE10 to be all that useful, so I'd lean towards disabling it in Tools/Options, but that's your choice to make.)
(Personally I don't find ISICE10 to be all that useful, so I'd lean towards disabling it in Tools/Options, but that's your choice to make.)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 24, 2007
12:45 PM
I don't mind disabling it as long as that doesn't "bite me" later on.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 25, 2007
01:57 AM
In my understanding, the custom action must have a description in order to pass Vista validation, so simply ignoring this could bite you if you plan to submit your setup for logo validation.
In general, launching the application at the end of the setup might not be a good idea. Especially if your complete setupü is elevated (because your setup.exe is manifested to require admin rights or highest available) the application would also run with elevated rights on Vista, which is a security problem.
In general, launching the application at the end of the setup might not be a good idea. Especially if your complete setupü is elevated (because your setup.exe is manifested to require admin rights or highest available) the application would also run with elevated rights on Vista, which is a security problem.
Stefan Krueger
InstallSite.org
InstallSite.org
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 25, 2007
04:17 PM
I guess the next question would be... was there a reason why "IS_LAUNCH_MY_PROGRAM_PLEASE" was left out of the settings.xml file? One would assume that since there is a choice in the wizard to launch the application when finished, that since IS would create the appropriate actions, it would automatically follow the guidelines.
I understand if modifying registry or other custom actions that WE create would put the burdon on us.
I understand if modifying registry or other custom actions that WE create would put the burdon on us.