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: Suppress execution of 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
‎Nov 24, 2008
05:33 AM
Suppress execution of SQL scripts
Hi,
I have create a basic MSI project.It has some SQL script.I have created patch for this project.But,problem is that while installing patch it also executes these sqlscripts. So, I want to know, how can I suppress these sqlscripts at time of patch installation.
Thanks.
I have create a basic MSI project.It has some SQL script.I have created patch for this project.But,problem is that while installing patch it also executes these sqlscripts. So, I want to know, how can I suppress these sqlscripts at time of patch installation.
Thanks.
2 Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 24, 2008
10:03 AM
You need to specify "Not PATCH" for the Condition setting of your SQL script.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 01, 2008
03:25 AM
Thanks, It's working now !!!!
