May 18, 2022
07:32 AM
I have upgrade one version (x) to version (x+1) on my application. Successfully got upgraded. Then I try to uninstall from control panel, it need delete database from sql script file (DropDatabase.sql). But unable to run respective sql file.
1. Enabled Script Execution -> Run Script During Install & Run Script During Uninstall & Run Script During Rollback.
2. Specify a Conditional Statement on Script Condition are looking correct values (checked on log files).
Log file looks on the line of script execution: The SQL script 'DropDatabase.sql' is not scheduled to execute. Script Execution=RunOnInstall or RunOnUninstall or RunOnRollback, Action=Uninstall, Component State=None, Schema=
Please suggest how to fix this issue.
Regards, Vasanth
... View more
Labels
- Labels:
-
InstallShield 2018
May 13, 2022
05:20 AM
Thanks for your info. Can you help me to know Install Shield Forum link?
... View more
May 13, 2022
03:07 AM
Hello,
By default Installshield provides HELP window (attached) on the below commands Myapplication.exe /?
For example: My application name is "billingcalculator". When I run "billingcalculator.exe /?" it is showing below attached help window. I could understand its by default behavior on InstallShield. But my client doesn't want this window. I would like to know how to suppress this window.
Do we have any option to suppress this help window?
Please provide your help!!!
Regards, Vasanth
... View more
Jun 09, 2020
05:59 AM
Hello All, I need a help of my below question. I am searching for long days, but since I have not solution received. I am using InstallShield 2018 In my project on the time of installing installer it will creating database using InstallShield SQL Script file as below -----------------------------------------------------------------------------------------------------------------------CreateSQLDatabase.sql:- USE master IF NOT EXISTS (SELECT name FROM master.dbo.sysdatabases WHERE ('[' + name + ']' = 'CUSTOMERDATABASE' OR name = 'CUSTOMERDATABASE')) CREATE DATABASE CUSTOMERDATABASE ------------------------------------------------------------------------------------------------------------------------This is working fine and successfully can able to create database. But my customer requested additional one more additional feature on this InstallShield:- 1. For few customers currently installer running windows user does not have permission to create database. (restrict by them organization) 2. Need to provide new field 'Username' & 'Password' text boxes in Install Shield dialog. 3. Customer can enter the other window login and password. This other user can have permission to create database. (Note: Common one windows login & password provided to that few customers) 4. Need to create database under for that other user and DBO rights should that other user name. --------------------------------------------------------------------------------------------------------------------- Below explained the real time scenario :- Scenario explanation below:- Step1: Customer login system using them own user name and password (Ex:User Name: System\User1). Step2: Running InstallShield dialog should have 'UserName' & 'Password' Step3: Enter Database user name Ex: System\DBAdmin Enter Database password Ex: ********** Note: System\DBAdmin already added localhost SQL Login (Security -> Login) with Sysadmin permission. Step4: Then successfully it should to create database for the login (System\DBAdmin) Below should be expected after created database:- 1. Go to the SQL Sever Management Studio 2. Connect (local)\SQLExpress & Windows Authentication 3. Expand Databases -> CUSTOMERDATABASE should be created 4. Click CUSTOMERDATABASE and check below things:- CUSTOMERDATABASE -> Security -> Users -> dbo -> General -> User type -> Windows User CUSTOMERDATABASE -> Security -> Users -> dbo -> General -> Login name -> System\DBAdmin Note: By default Database server name would be (local)\SQLExpress and Database name would be CUSTOMERDATABASE
... View more
Labels
- Labels:
-
InstallShield
-
InstallShield 2018
May 19, 2020
03:47 AM
Hello, I am using Install Shield 2014, earlier my build server pointing dotnet framework 4.6.1. That can able to successfully creating setup and could able to install successfully. But recently our build server added dotnet framework 4.8. After create setup while installing the same, I could face the error (1001) message box and setup getting terminated. Can anyone please help to resolve this issue. Thanks in Advance.
... View more
Labels
Mar 19, 2020
01:57 AM
Install Shield Finish screen we have two checkbox. I am using first checkbox in my project. But it can checked by default. I need to unchecked by default as per my project requirement. Kindly need your help!!!!
... View more
Mar 13, 2020
01:42 PM
I would like to have 'Readme' checkbox in 'unchecked' state of my final dialog of 'SdFinish'. But by default this check box enabled in setup. I would need to disabled by default on this checkbox. Please help me!!!!
... View more
Labels
- Labels:
-
InstallShield 2018
-
InstallShield 2019
Feb 11, 2020
04:57 AM
In my dialog I have one combobox and pushbutton. I would like to have 'Refresh' image above that push button. Please share your ideas how to do that in InstallShield. I am using IS2018 Thanks in advance.
... View more
Labels
Feb 10, 2020
01:17 AM
I have combobox in my installshield. I would require to write code in the click event of combobox before selecting the list items. Explain more : Combo box right side we have one drop down arrow. On that time of clicking that arrow I need to do some action in code. But I could see only after selection items in combo box, change name in the combo box (typing any name) I can get event. Unable to get event on the time of click arrow in combo box. Attached image Please help me!!!
... View more
Labels
Jan 29, 2020
07:34 AM
Thanks for your reply... I will check that... May I know what are the support files and .h files needed for TFS Checkin?
... View more
Jan 27, 2020
03:36 AM
Hello, I am using Install Shield 2014 Premier version in my project. We plan to upgrade Install Shield 2018 Premier version. Can anyone please the steps how to do upgrade? What file I need to do check-in (using TFS) for upgrade?
... View more
Labels
- Labels:
-
InstallShield 2018
-
InstallShield 2019
Nov 21, 2019
02:01 AM
Hi All, I have a wizard (i., database selection wizard) it has inside controls of two buttons & two drop down boxes. Buttons:- 1. Browse 2. Fetch DB Drop down Boxes:- 1. Server Names 2. Database Names Step:1 When I click browse button it shows all available servers including remote servers. Say for Ex. Display 'Browse - Database Server' as a separate pop-up will show as available servers including remove db servers. While I select any server Ex. "(local)\SQLEXPRESS", then it will come select on the drop down box of 'Server Names'. Step:2 Then Click 'Fetch DB' button it will get fetch all available databases under the (local)\SQLEXPRESS server. Those all databases shows in the drop down box of 'Database Names'. Step:3 User select any one of the database then Click 'Next' button of the wizard. It moved to next wizard screen (i e.,Confirm wizard). Step:4 Then user decide to go 'Back' from the Confirm wizard. It means user back to database selection wizard. Step:5 Again click the 'Browse' it shows only few local servers. It doesn't get remote servers Say for Ex. Display 'Browse - Database Server' as a separate pop-up will only three available servers. (local) (local)\SQLEXPRESS (localdb)\MSSQLLocalDB Anyone please help me to get all servers including remote database servers when user back to click Browse.
... View more
Labels
- Labels:
-
InstallShield 2015 Express
Jun 07, 2019
11:35 AM
Have tried by yourself? Got any fix on the issue? I also need to change property at run time. Regards, Vasanth
... View more
Jun 07, 2019
10:31 AM
Hello, I need one urgent help for my requirement... I am using InstallShield 2014, I have one combo box in my dialog. By default I put Combobox 'Drop-Down List' property as 'True'. So It could not editable for my dropdown. But some cases I need to make that same Combobox as editable (I mean to say Combobox 'Drop-Down List' property need to make it as 'False'). This will happen on run time. So I understand that code change should be Setup.Rul need to make that combobox 'Drop-Down List' property as False. How to do that change from installshield scrip code at run time? Solution would be more helpful!!!! Thanks in advance!!! Attached screen for your reference. Regards, Vasanth
... View more
Labels
May 29, 2019
09:13 AM
Thank you so much.... You really great and helped lot.... Its working fine. Cheerssss!!!!!!
... View more
Latest posts by vasanthakumarmk
Subject | Views | Posted |
---|---|---|
183 | May 18, 2022 07:32 AM | |
263 | May 13, 2022 05:20 AM | |
268 | May 13, 2022 03:07 AM | |
697 | Jun 09, 2020 05:59 AM | |
717 | May 19, 2020 03:47 AM | |
543 | Mar 19, 2020 01:57 AM | |
477 | Mar 13, 2020 01:42 PM | |
455 | Feb 11, 2020 04:57 AM | |
688 | Feb 10, 2020 01:17 AM | |
1485 | Jan 29, 2020 07:34 AM |
Activity Feed
- Posted Unable to run SQLScript after upgrade on InstallShield Forum. May 18, 2022 07:32 AM
- Posted Re: How to suppress help window from install shield. on InstallShield Forum. May 13, 2022 05:20 AM
- Posted How to suppress help window from install shield. on InstallShield Forum. May 13, 2022 03:07 AM
- Posted Create database for use other windows login Credentials. on InstallShield Forum. Jun 09, 2020 05:59 AM
- Posted InstallShield 2014 error for the DOTNET Framework 4.8 version in build server. on InstallShield Forum. May 19, 2020 03:47 AM
- Kudoed Re: Install Shield Upgrade 2014 to 2018 for Thananjeyan_M. Mar 19, 2020 02:00 AM
- Posted How to SdFinish dialog Readme Checkbox unchecked by default on InstallShield Forum. Mar 19, 2020 01:57 AM
- Posted How to keep Unchecked by Default 'SdFinish' dialog 'Readme' Checkbox? on InstallShield Forum. Mar 13, 2020 01:42 PM
- Posted Push button with image on InstallShield Forum. Feb 11, 2020 04:57 AM
- Posted Combobox Click event on InstallShield Forum. Feb 10, 2020 01:17 AM
- Kudoed Re: Install Shield Upgrade 2014 to 2018 for Thananjeyan_M. Jan 30, 2020 07:28 AM
- Posted Re: Install Shield Upgrade 2014 to 2018 on InstallShield Forum. Jan 29, 2020 07:34 AM
- Posted Install Shield Upgrade 2014 to 2018 on InstallShield Forum. Jan 27, 2020 03:36 AM
- Posted SQLBrowse not fetching all available servers when move back. on InstallShield Forum. Nov 21, 2019 02:01 AM
- Posted Re: InstallScript: setting a merge module property at runtime on InstallShield Forum. Jun 07, 2019 11:35 AM
- Posted How to change combobox 'Drop-Down List' property at runtime? on InstallShield Forum. Jun 07, 2019 10:31 AM
- Posted Re: How to validate text in install script? on InstallShield Forum. May 29, 2019 09:13 AM
- Posted How to validate text in install script? on InstallShield Forum. May 29, 2019 06:53 AM
- Posted Re: How to debug InstallShield code while uninstalling from Control panel? on InstallShield Forum. May 17, 2019 08:44 AM
- Posted Re: How to debug InstallShield code while uninstalling from Control panel? on InstallShield Forum. May 17, 2019 03:41 AM