May 18, 2022
11:38 PM
I'd like to see a log of the upgrade installation before venturing a guess.
... View more
May 13, 2022
05:20 AM
Thanks for your info. Can you help me to know Install Shield Forum link?
... View more
Jul 09, 2020
01:46 PM
Hi @vasanthakumarmk ,
You can create custom dialog with UserName,Password text fields
Associate those fields with properties
Retrieve those properties and use it to create database with windows credentials.
You will be able to get sample sql scripts on how to create database having username & password
Thanks,
Jenifer
... View more
Jun 12, 2020
08:44 AM
Hi @vasanthakumarmk ,
Check below article resolutions can help you with:
https://community.flexera.com/t5/InstallShield-Knowledge-Base/Error-1001-Occurs-During-Installation/ta-p/4004
https://community.flexera.com/t5/InstallShield-Knowledge-Base/Build-Error-1001/ta-p/3628
Thanks,
Jenifer
... View more
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 30, 2020
12:53 AM
1 Kudo
Hi Installscript project may have .h files. Open the ISM file and navigate to Supportfiles and check the files that are associate to your projects. thanks, Thananjeyan
... View more
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 10, 2019
09:11 AM
Hi @vasanthakumarmk ,
I would suggest you to use TextSubSetValue function.You might need to do the following to get it working:
Create a property entry in Property table via Direct Editor->Property->New Property(Say ComboBoxProperty)->Value->False
Associate this property with control you want to use
In Script(Setup.rul) under whichever event you want to call say after "OnFirstUIAfter" try to set property value with string value since TextSubSetValue will work with string entries
E.g
string strPropertyValue,svValue;
strPropertyValue="false";
TextSubSetValue("<ComboBoxProperty>",strPropertyValue, TRUE )
If you want to validate whether it is been set properly or not,you can validate with TextSubGetValue function
E.gTextSubGetValue(("<ComboBoxProperty>",svValue,TRUE,FALSE) with messagebox.
I dont think so any other way might help you setting this other than this function.
Hope it helps,
Thanks,
Jenifer
... View more
Jun 09, 2019
08:50 AM
Hi @vasanthakumarmk, There is no direct way to set this property through the script. Below helpnet link gives info on how to handle the combo box through the script https://helpnet.flexerasoftware.com/installshield22helplib/helplibrary/Dialogs_ProcessControlsStandard.htm
... View more
May 29, 2019
09:13 AM
Thank you so much.... You really great and helped lot.... Its working fine. Cheerssss!!!!!!
... View more
May 17, 2019
08:44 AM
One more clarification, How do debugging while upgrade. Already I have my setup file in control panel. I need to debug install shield code while upgrading the setup. Can you kindly let me know how to do that?
... View more
May 14, 2019
10:40 AM
Thank you....
... View more
Latest posts by vasanthakumarmk
Subject | Views | Posted |
---|---|---|
185 | May 18, 2022 07:32 AM | |
267 | May 13, 2022 05:20 AM | |
272 | May 13, 2022 03:07 AM | |
701 | Jun 09, 2020 05:59 AM | |
719 | May 19, 2020 03:47 AM | |
544 | Mar 19, 2020 01:57 AM | |
478 | Mar 13, 2020 01:42 PM | |
455 | Feb 11, 2020 04:57 AM | |
689 | Feb 10, 2020 01:17 AM | |
1490 | 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