Dec 12, 2021
12:29 PM
Hi, ie: use script like vb script to install prerequisites and then call install shield setup from that script. please advice. Regards Binu
... View more
Dec 10, 2021
09:11 PM
Hi, prerequisites like .net frame work, sql server, etc are included in setup file. prerequisites are not available in setup build as MSI file. setup build as exe file, its works fine. Please advice , how to include prerequisites in installshield msi file. Install shield version - 2019, Basic MSI Installation Projects Thanks and regards Binu
... View more
Labels
- Labels:
-
InstallShield 2019
Jul 08, 2021
10:13 PM
Hi, Is it possible to create web site URL shortcut with an icon in Desktop using SYSTEM CONFIGURATION -> Shortcuts ? please send the steps to achieve the same. Thanks and regards Binu
... View more
Labels
- Labels:
-
InstallShield 2019
Jul 05, 2021
04:52 AM
Hi Varul, Thanks, will check and revert. Regards Binu
... View more
Jul 04, 2021
01:55 PM
Hi, Added below code in Install script function. How to change C: with INSTALLDIR in below line szProgram = "C:\\UTL\\SchScript\\Schedulers.bat" ; function ExFn_TaskScheduler(hMSI) STRING szProgram, szCmdline; begin szProgram = "C:\\UTL\\SchScript\\Schedulers.bat" ; LaunchApp (szProgram,szCmdline); end; Regards Binu
... View more
- Tags:
- install script
Labels
- Labels:
-
InstallShield 2019
Jun 28, 2021
11:56 PM
Hi varul I tried the same, but interval is in days I required to repeat the task every 4 hour in a day. Any solution ? Thanks and Regards Binu
... View more
Jun 28, 2021
02:26 PM
Hi Created setup file for assigning some tasks in windows task scheduler using Install shield SYSTEM CONFIGURATION -> Scheduled Task. Schedule type – Daily Start time – 01:00 I wish to repeat the task every four hours in a day. Please advise how to set the above requirement. Install shield version used- InstallShield2019 R2 Premier Edition with Virtualization pack (stand-alone product) Project type – Basic MSI Thanks and regards Binu
... View more
Labels
- Labels:
-
InstallShield 2019
Jun 28, 2021
02:23 PM
Hi Created web site URL shortcut in desktop by Install shield SYSTEM CONFIGURATION -> INI File Changes How to assign an icon in the shortcut created? Install shield version - InstallShield2019 R2 Premier Edition with Virtualization pack (stand-alone product) Project type – Basic MSI Thanks and regards Binu
... View more
- Tags:
- shortcut icon
Labels
- Labels:
-
InstallShield 2019
Feb 21, 2020
06:52 AM
Hi, I have included SQL Server 2014 Express in the setup and installation of SQL Server 2014 Express is working while executing setup file. I need silent installation of SQL Server. Please advise how can install SQL Server 2014 Express in silent mode using Install shield. Any steps or sample ? Regards Binu
... View more
Labels
- Labels:
-
InstallShield 2019
Feb 19, 2020
04:16 AM
Hi, How to edit web.config file using Install shield ie: I need to change Data Source/user name/password while running setup file created in Install shield ( need to get running pc IP and to be repalced in web.config file ) Below is web.config file entry <?xml version="1.0"?> <configuration> <connectionStrings> <add name="Sourcedb" providerName="System.Data.SqlClient" connectionString="User ID=sa;Password=test123;Data Source=192.168.1.51;Initial Catalog=TESTDB;Connection Reset=true;Enlist=true;Pooling=true;Max Pool Size=100;Min Pool Size=1;"/> </connectionStrings> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/> </startup> </configuration> Also how to find server ip address and SQL Server instance within Install shield Using Install shield Basic MSI Project Thanks and Regards Binu
... View more
Labels
- Labels:
-
InstallShield 2019
Mar 10, 2019
01:20 PM
Hi, How to Restore SQL Server Express 2014 database from backup file using Install Shield Thanks in advance Regards Binu
... View more
Labels
- Labels:
-
InstallShield 2018
Mar 07, 2019
04:23 AM
Hi, How to edit we.config file using Install shield ie: my requirement is to change Data Source while running setup file created in Install shield below is my website web.config connection string section Also how to find server ip address and SQL Server instance within Install shield Using Install shield Basic MSI Project Thanks & Regards Binu
... View more
Labels
- Labels:
-
InstallShield 2018
Feb 18, 2019
05:56 AM
Jenifer wrote: Hi, System requirement section can only alert you whether your installation has all things setup,it can't help you with installation.For that you need to add pre-requisite for SQL2017 express installation.Hereby attaching sample pre-requisite file for SQL-2016 express,you can change it accordingly for SQL-2018 express. Links from where you want to download sql setup you can search it online. Thanks, Jenifer Hi Jenifer, Added Pre-requisite for SQL Server 2017 Express below is the .prq file On running setup file SQL Server 2017 Express is not installed in the target pc Please advise the reason/ any additional steps required for this Thanks in advance Regards Binu
... View more
Latest posts by BINUTB
Subject | Views | Posted |
---|---|---|
312 | Dec 12, 2021 12:29 PM | |
338 | Dec 10, 2021 09:11 PM | |
182 | Jul 08, 2021 10:13 PM | |
387 | Jul 05, 2021 04:52 AM | |
404 | Jul 04, 2021 01:55 PM | |
516 | Jun 29, 2021 02:24 AM | |
524 | Jun 29, 2021 02:08 AM | |
729 | Jun 28, 2021 11:56 PM | |
745 | Jun 28, 2021 02:26 PM | |
534 | Jun 28, 2021 02:23 PM |
Activity Feed
- Posted Re: How to include prerequisites in installshield msi file on InstallShield Forum. Dec 12, 2021 12:29 PM
- Posted How to include prerequisites in installshield msi file on InstallShield Forum. Dec 10, 2021 09:11 PM
- Posted Web site URL shortcut with an icon in desktop using SYSTEM CONFIGURATION -> Shortcuts on InstallShield Forum. Jul 08, 2021 10:13 PM
- Tagged Web site URL shortcut with an icon in desktop using SYSTEM CONFIGURATION -> Shortcuts on InstallShield Forum. Jul 08, 2021 10:13 PM
- Posted Re: How to replace drive with INSTALLDIR in Install script on InstallShield Forum. Jul 05, 2021 04:52 AM
- Tagged Re: How to replace drive with INSTALLDIR in Install script on InstallShield Forum. Jul 05, 2021 04:52 AM
- Posted How to replace drive with INSTALLDIR in Install script on InstallShield Forum. Jul 04, 2021 01:55 PM
- Tagged How to replace drive with INSTALLDIR in Install script on InstallShield Forum. Jul 04, 2021 01:55 PM
- Kudoed Re: Task scheduler hourly interval for varul. Jun 29, 2021 04:31 AM
- Posted Re: web site URL shortcut icon on InstallShield Forum. Jun 29, 2021 02:24 AM
- Posted Re: web site URL shortcut icon on InstallShield Forum. Jun 29, 2021 02:08 AM
- Posted Re: Task scheduler hourly interval on InstallShield Forum. Jun 28, 2021 11:56 PM
- Posted Task scheduler hourly interval on InstallShield Forum. Jun 28, 2021 02:26 PM
- Tagged Task scheduler hourly interval on InstallShield Forum. Jun 28, 2021 02:26 PM
- Posted web site URL shortcut icon on InstallShield Forum. Jun 28, 2021 02:23 PM
- Tagged web site URL shortcut icon on InstallShield Forum. Jun 28, 2021 02:23 PM
- Posted Silent installation of SQL Server 2014 Express on InstallShield Forum. Feb 21, 2020 06:52 AM
- Posted How to edit web.config file run time using Install shield on InstallShield Forum. Feb 19, 2020 04:16 AM
- Posted How to Restore SQL Server Express 2014 database from backup file using Install Shield on InstallShield Forum. Mar 10, 2019 01:20 PM
- Posted How to edit we.config file using Install shield on InstallShield Forum. Mar 07, 2019 04:23 AM