Mar 04, 2020
03:16 AM
Hello all, I have a license .rtf file which I use in msi projects and in advanced suite setup projects. In the msi projects the links of the license file are opened and displayed however in the setup they are not. MSI project: ".... For more info click HERE ("www.xxx.yyy.a.pdf) .." Setup project: ".... For more info click HERE " What should I do for the setup to behave as the msi? Thank you.
... View more
Feb 27, 2020
07:29 AM
Hello all, How to log "Exit Conditions" messages in silent install log >>>>GUI install file shows: " 2-17-2020[10:06:07 AM]: Evaluating abort conditions 2-17-2020[10:06:07 AM]: UI DLL: Display Error: The following items are required to launch this setup: This system has an existing installation of product aaa. The setup cannot continue. 2-17-2020[10:06:11 AM]: UI DLL: Shutting down 2-17-2020[10:06:11 AM]: Original exit status: 0x80070643, final exit status: 0x00000643 " >>>>>> However silent silent log : " 2-17-2020[10:23:56 AM]: Evaluating abort conditions 2-17-2020[10:23:56 AM]: Original exit status: 0x80070643, final exit status: 0x00000643" " Thank you.
... View more
Feb 27, 2020
07:26 AM
Hello all, How to log "Exit Conditions" messages in silent install log >>>>GUI install file shows: " 2-17-2020[10:06:07 AM]: Evaluating abort conditions 2-17-2020[10:06:07 AM]: UI DLL: Display Error: The following items are required to launch this setup: This system has an existing installation of product aaa. The setup cannot continue. 2-17-2020[10:06:11 AM]: UI DLL: Shutting down 2-17-2020[10:06:11 AM]: Original exit status: 0x80070643, final exit status: 0x00000643 " >>>>>> However silent silent log : " 2-17-2020[10:23:56 AM]: Evaluating abort conditions 2-17-2020[10:23:56 AM]: Original exit status: 0x80070643, final exit status: 0x00000643" " Thank you.
... View more
Labels
- Labels:
-
InstallShield 2015 Premier
Feb 19, 2020
02:18 AM
Dear all, Is there a built in way to set different reboot behavior for GUI and Silent mode? I can think of passing different command line in the silent mode and pass REBOOT=ReallySuppress How do I detect in silent mode that there was a reboot request so I will be able to log it . Thank you.
... View more
Labels
- Labels:
-
InstallShield 2015 Premier
Jan 30, 2020
01:48 AM
Hello Thananjeyan_M, 1. Install button is enabled 2. Action state is success (0) Thank you.
... View more
Jan 29, 2020
10:55 AM
Dear all, InstallShield 2014 > Advanced UI project > InstallationFeatures Wizard > Install button In the "InstallationFeatures Wizard" I have set a script action to the Install button which will test if the selected features combination is valid or not.(ValidateFeatureSelection). The above function sets the IS_VALID_INPUT property via the script. Next actions are: 1. Show Secondary Window IS_VALID_INPUT not equal to True 2. Set Active Page to InstallationFeatures if IS_VALID_INPUT not equal to True 3. Set Active Page to InstallationProgress if IS_VALID_INPUT equal to True Steps 1-3 are working correctly however when I enter the InstallationProgress windows the install is stuck in "Initializing" and does not progress. The log shows function ended successfully and shows the window entering info. What could be the problem? Could it be that the information about the selected features are lost when I set "Set Active Window" to "InstallationProgress"? Thank you. Angela
... View more
Labels
- Labels:
-
InstallShield 2015 Premier
Jan 16, 2020
06:30 AM
Hello Thananjeyan, This is exactly what i did at the end. Thank you.
... View more
Jan 13, 2020
09:05 AM
Dear support, I have an Install Shied Suite and I need to find the feature selection at run time via installscript action: i have unsuccessfully tried the following: *Using FeatureIsItemSelected rel1= FeatureIsItemSelected (MEDIA, "Feature1"); rel2= FeatureIsItemSelected (MEDIA, "Feature2"); * FEATURE[name].actionState I can make it work only in the actions but not via installScript * Read the value of ISFeatureInstall . However it does not reflect the modification the user makes in the UI after it was set by command line Thank you in advance. Angela
... View more
Labels
- Labels:
-
InstallShield
Oct 03, 2019
12:03 PM
Hello Jenifer, The OS is Windows Server 2019 and it seems the customer has uninstalled PowerShell 2.0 for security reasons. We will modify our install as needed. This issue can be closed. Thank you.
... View more
Sep 24, 2019
12:45 AM
Hello Jenifer, Thank you for your reply. I have tried these ways. They all use \create the System Search for the registry entry: Key: HKLM\SOFTWARE\Microsoft\PowerShell\1\PowerShellEngine Value: PowerShellVersion and as I wrote previously, this doesn't seem to be correct in some cases. Hence, I wondered if IS is aware of that. Thank you. Angela
... View more
Sep 23, 2019
03:14 AM
InstallShield 2014 Premier Edition In the basic msi package we use InstallShield pre-defined check for PowerShell by searching the following registry: HKLM\SOFTWARE\Microsoft\PowerShell\1\PowerShellEngine Value: PowerShellVersion This registry entry does not exist in some Server even though a new Powershell version is installed. Is there any InstallShield recommendation for this? Or should I use following advice: https://devblogs.microsoft.com/powershell/windows-powershell-2-0-deprecation/ ============================================================================= Installation Checks for Windows PowerShell 2.0 You may also have a legacy application that checks for the existence of Windows PowerShell on the box via the registry, particularly for the existence of HKLM:\Software\Microsoft\Windows\PowerShell\1\PowerShellEngine. As long as your application only targets supported versions of Windows and Windows Server (7/8.1/10 and Server 2008R2/2012/2012R2/2016), you can remove this validation altogether. If not, you should instead check for the existence of the file %systemroot%\system32\WindowsPowerShell\v1.0\powershell.exe. If your installer absolutely requires a registry-based validations, you should first check for HKLM:\Software\Microsoft\PowerShell\3\PowerShellEngine (note the 3) before falling back to HKLM:\Software\Microsoft\PowerShell\1\PowerShellEngine. =======================================================================================
... View more
Labels
- Labels:
-
InstallShield Legacy Versions
May 19, 2013
09:20 AM
Hello, I need to modify my current installation in a way that I will be able to give each customer a unique install. The difference between these install will be: 1. Default installation folder 2. Different user guide 3. Different product name I am able to do that in InstallShield via transforms. What is the best way to do that in InstallAnywhere? Angela
... View more
Labels
- Labels:
-
InstallShield 2011
Latest posts by angela_zakaim
Subject | Views | Posted |
---|---|---|
1922 | Mar 08, 2020 11:17 AM | |
495 | Mar 04, 2020 03:16 AM | |
786 | Feb 27, 2020 07:29 AM | |
789 | Feb 27, 2020 07:26 AM | |
1563 | Feb 19, 2020 02:23 AM | |
483 | Feb 19, 2020 02:18 AM | |
1601 | Jan 30, 2020 01:48 AM | |
1614 | Jan 29, 2020 10:55 AM | |
1135 | Jan 16, 2020 06:30 AM | |
1152 | Jan 13, 2020 09:05 AM |
Activity Feed
- Posted Re: Suite and Feature Description on InstallShield Forum. Mar 08, 2020 11:17 AM
- Kudoed Re: Suite and Feature Description for DebbieL. Mar 08, 2020 11:16 AM
- Posted Advanced Suite: LicenseAgreement wizrad: Links in license agreement file on InstallShield Forum. Mar 04, 2020 03:16 AM
- Posted Re: Advanced Suite : How to log "Exit Conditions" messages in silent install log on InstallShield Forum. Feb 27, 2020 07:29 AM
- Posted Advanced Suite : How to log "Exit Conditions" messages in silent install log on InstallShield Forum. Feb 27, 2020 07:26 AM
- Posted Re: Advanced UI : "Set Active Page" to "Installation Progress" makes the install to stuck in "Initializing" on InstallShield Forum. Feb 19, 2020 02:23 AM
- Posted InstallShield Advanced Suite set different reboot behavior for GUI and Silent mode on InstallShield Forum. Feb 19, 2020 02:18 AM
- Posted Re: Advanced UI : "Set Active Page" to "Installation Progress" makes the install to stuck in "Initializing" on InstallShield Forum. Jan 30, 2020 01:48 AM
- Posted Advanced UI : "Set Active Page" to "Installation Progress" makes the install to stuck in "Initializing" on InstallShield Forum. Jan 29, 2020 10:55 AM
- Posted Re: InstallShield Advanced UI and Suite: how to determine feature selection state via Installscript on InstallShield Forum. Jan 16, 2020 06:30 AM
- Posted InstallShield Advanced UI and Suite: how to determine feature selection state via Installscript on InstallShield Forum. Jan 13, 2020 09:05 AM
- Kudoed Re: PowerShell detection via System Search for Jenifer. Oct 06, 2019 12:28 AM
- Posted Re: PowerShell detection via System Search on InstallShield Forum. Oct 03, 2019 12:03 PM
- Posted Re: PowerShell detection via System Search on InstallShield Forum. Sep 24, 2019 12:45 AM
- Posted PowerShell detection via System Search on InstallShield Forum. Sep 23, 2019 03:14 AM
- Posted "White labeling" - Installanywhere installations on InstallShield Forum. May 19, 2013 09:20 AM