Jul 22, 2016
07:24 AM
Hi, Any update on this please???
... View more
Jul 19, 2016
04:26 AM
Hi Hysteresis, We have converted our projects to IS 2015 now, can you please brief us what needs to be done? What is the property value(for ISSilentInstall) we need to set and pass it in exe command line? Thanks in advance
... View more
Jul 13, 2016
08:55 AM
Hi , We created a suite installer which is having 20 Installscript MSI projects exes as packages, we need to install/upgrade this suite installer in silent mode. We are running the suite installer through command prompt using MySuite.exe /silent command, but we can see the UI related to those packages, though Suite installer related dialogs are not shown. Can anybody suggest how to run(fresh installation/upgrade) the Suite installer in Silent mode? Thank in advance
... View more
Labels
- Labels:
-
InstallShield 2014
May 20, 2016
09:13 AM
Hi rguggisberg, Using system search I read the value and put it in DOTNETVERSION45FULL and check the condition as you mentioned, but not able to do so. Actually we want to compare the version using installscript if no other option is there to do this, can you please suggest if there is any way to do this. In future if Microsoft launches .Net framework 5.x also we need to consider Thanks in advance
... View more
May 18, 2016
08:47 AM
Any update on this please?
... View more
May 17, 2016
04:48 AM
Hi rguggisberg, In our project we need to do a minimum check for .Net Framework 4.5, the setup needs to check for the version(if framework 4.5 or greater is installed then the setup execution will continue otherwise it will get abort) If we use the 'Redistributables' we can check that particular version I guess, but we want to allow if .Net Framework 4.5 or later is installed. Thanks in advance
... View more
May 16, 2016
07:05 AM
Hi, We have created Installscript MSI projects, we need to check .Net Framework 4.5 or later is installed or not. We are readying the version value from HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full\Version , but not able to compare with = or >= because of the decimal value. Can you please suggest how to compare version value. Even I tried with few build-in functions like VerCompare, but not able to do because .net Framework version value does not have all four components, e.g. 1.2.3.4 Please suggest me how to compare the .Net Framework version through installscript. Thanks in advance
... View more
Labels
- Labels:
-
InstallShield 2014
Mar 29, 2016
09:07 AM
Hi rguggisberg, Thanks for the suggestion , I created the Custom action which will call the .dll function to delete the files in the folder, I am able to delete the files through that custom action but it is not keeping any files in the particular folder after successful upgrade. Can u please suggest after which sequence I should call this custom action?
... View more
Mar 28, 2016
05:33 AM
Hi rguggisberg, We need to create a log file for Suite installer , it has to do the same functionality what /debuglog does.
... View more
Mar 23, 2016
06:46 AM
Hi , We have created a Suite installer , which has exes(created using Installscript MSI project) as packages We need to generate a log file for this Suite installer . Present if we want log file for suite installer we are running suite installer through command line and passing command line parameter “/debuglog"C:\SuiteLogFile.log"”. Do we have any option in Suite installer to generate log files( similar to MSI Command-line Arguments we have in Installscript MSI project)?
... View more
Labels
- Labels:
-
InstallShield 2014
Mar 15, 2016
05:02 AM
But we are supposed to use Installscript MSI project only, any suggestions ?
... View more
Mar 04, 2016
07:33 AM
Hi, We have created Installscript MSI project and we added .js files using Dynamic file Linking . We installed the setup (1.0.0.0) in one of our system, after installation we manually change one .js file(say Detailsone.js file) in installed directory. Now we created setup 1.2.0.0 and upgraded the latest setup(1.2.0.0)in that machine, we can notice that Detailsone.js file is not getting replaced/overwritten by the latest Detailsone.js file . Can you please suggest why it is not getting replaced on upgrade when we manually change the .js file ? Thanks in advance
... View more
Labels
- Labels:
-
InstallShield 2014
Nov 06, 2015
06:49 AM
Hi , We have created a Installscript MSI project, the version of the setup is 1.0.1.0 and it has two dlls with version 1.0.1.0 and a config file. Now we made some content changes to that config file and build that setup with version 1.0.2.0 and the dlls versioned to 1.0.2.0, but nothing we changed to the functionality related to these dlls. Now while upgrading from 1.0.1.0 to 1.0.2.0 the config file is not replacing while upgradation, we can see the old stuff in that config file even the dlls got replaced . Can anyone tell me why the config file is not getting upgraded? And what we need to do to replace the config file while upgradation. Regards, K V Suresh
... View more
Labels
- Labels:
-
InstallShield 2014
Aug 26, 2015
07:58 AM
Hi, I am using Installscript msi project, in one of my dialog I am entering the GUID value in the textbox, I want to check whether the eneterd value is GUID or not, through installscript. Thanks, Suresh
... View more
Labels
- Labels:
-
InstallShield 2014
Latest posts by sureshkottakki
Subject | Views | Posted |
---|---|---|
575 | Dec 08, 2016 12:00 AM | |
1482 | Dec 07, 2016 07:13 AM | |
891 | Oct 12, 2016 07:19 AM | |
2232 | Oct 07, 2016 02:13 AM | |
1310 | Sep 16, 2016 02:21 AM | |
621 | Aug 31, 2016 03:26 AM | |
1759 | Aug 26, 2016 08:46 AM | |
1759 | Aug 12, 2016 06:10 AM | |
1759 | Aug 04, 2016 01:54 AM | |
1310 | Aug 02, 2016 09:55 AM |
Activity Feed
- Posted Re: Import .bas macro to word using Installshield on InstallShield Forum. Dec 08, 2016 12:00 AM
- Posted Import .bas macro to word using Installshield on InstallShield Forum. Dec 07, 2016 07:13 AM
- Posted Re: Publisher name in Installscript MSI project on InstallShield Forum. Oct 12, 2016 07:19 AM
- Posted Publisher name in Installscript MSI project on InstallShield Forum. Oct 07, 2016 02:13 AM
- Posted Re: Run Suite installer in Silent mode on InstallShield Forum. Sep 16, 2016 02:21 AM
- Posted Re: Two SQL Dialogs on InstallShield Forum. Aug 31, 2016 03:26 AM
- Posted Re: Two SQL Dialogs on InstallShield Forum. Aug 26, 2016 08:46 AM
- Posted Re: Two SQL Dialogs on InstallShield Forum. Aug 12, 2016 06:10 AM
- Posted Re: Two SQL Dialogs on InstallShield Forum. Aug 04, 2016 01:54 AM
- Posted Re: Run Suite installer in Silent mode on InstallShield Forum. Aug 02, 2016 09:55 AM
- Posted Re: Two SQL Dialogs on InstallShield Forum. Aug 02, 2016 03:19 AM
- Posted Two SQL Dialogs on InstallShield Forum. Aug 01, 2016 09:27 AM
- Posted Re: Run Suite installer in Silent mode on InstallShield Forum. Jul 28, 2016 08:54 AM
- Posted Re: Run Suite installer in Silent mode on InstallShield Forum. Jul 26, 2016 03:52 AM
- Posted Re: Run Suite installer in Silent mode on InstallShield Forum. Jul 25, 2016 07:22 AM
- Posted Re: Run Suite installer in Silent mode on InstallShield Forum. Jul 22, 2016 07:24 AM
- Posted Re: Run Suite installer in Silent mode on InstallShield Forum. Jul 19, 2016 04:26 AM
- Posted Run Suite installer in Silent mode on InstallShield Forum. Jul 13, 2016 08:55 AM
- Posted Re: Compare .Net Framework version in InstallScript MSI projects on InstallShield Forum. May 20, 2016 09:13 AM
- Posted Re: Compare .Net Framework version in InstallScript MSI projects on InstallShield Forum. May 18, 2016 08:47 AM