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
- :
- Re: How to get rid of the 'custom action' string when executing sql scripts?
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, 2017
10:04 AM
How to get rid of the 'custom action' string when executing sql scripts?
Is there a way to get rid of the 'custom action' messages when executing sql scripts?
When an sql script is executed in my installscript msi project, there is a progress message: 'custom action...' + a custom message.
I want to get rid of this 'custom action' string.
When an sql script is executed in my installscript msi project, there is a progress message: 'custom action...' + a custom message.
I want to get rid of this 'custom action' string.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 30, 2017
11:14 AM
Yes.
Go to Server Configuration --- SQL Scripts
Click on the 'Runtime' tab
Use a blank message for the 'Status Message' or edit message to your liking. Nice thing about having some sort of message there is that you can tell what it is doing.
Go to Server Configuration --- SQL Scripts
Click on the 'Runtime' tab
Use a blank message for the 'Status Message' or edit message to your liking. Nice thing about having some sort of message there is that you can tell what it is doing.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 30, 2017
12:54 PM
Thanks for your reply. I already added a status message for each script. But somehow I still see 'custom action' + [my status message]...
