Dec 05, 2019
06:47 PM
Hi all, We have an InstallScript MSI project with string translated in some non-English languages. When we install in a Chinese locale the UI shows appropriate Chinese string. Next, we change the locale of that machine to French. When uninstalling the UI still shows Chinese. Is this expected or is a bug? thanks in advance.
... View more
Labels
- Labels:
-
InstallShield 2019
Jul 03, 2019
04:56 PM
Hi all, I am following instructions at https://community.flexera.com/t5/InstallShield-Knowledge/Provide-Notification-of-a-Major-Upgrade/ta-p/4413. In one of the steps in the above link it says: ************************************* On the Behavior section of the dialog, select the control you have just added and add the following conditions (replace ISACTIONPROP1 with the property found in step 2): Action: Hide; Condition: Not ISACTIONPROP1 Action: Show; Condition: ISACTIONPROP1 ************************************ Above is for Basic MSI project dialogs where you can edit behavior from the dialog view. I have an InstallScript MSI project and in the dialog view it says "To edit behavior for this dialog, modify the parameters for the SdWelcome function in your script." Can someone tell me how from the installscript, I can get this text control on the dialog and then conditionally display it. thanks in advance.
... View more
Labels
- Labels:
-
InstallShield 2018
Jun 25, 2019
05:07 PM
I am running into one problem now with respect to IS_MAJOR_UPGRADE property. I have added a Major Upgrade item and specified product version 7.0.0 as the 'Minimum Version' to do the upgrade. But even if I have version 6.0.0, IS_MAJOR_UPGRADE is still set to 'Yes'. Why is it not set to 'No' Appreciate any help.
... View more
Jun 25, 2019
04:30 PM
I was able to use MsiGetProperty on IS_MAJOR_UPGRADE and see that it is set to 'Yes' for a major upgrade. So this works. thanks for your response and help with this.
... View more
Jun 25, 2019
02:22 PM
thanks. Can I please ask how I can check for IS_MAJOR_UPGRADE property from install script? Do I call 'MsiGetProperty' ? If so, what can be the value of IS_MAJOR_UPGRADE? true or false? yes or no? Or is IS_MAJOR_UPGRADE a boolean and if so do I use an 'if' condition ? for example, if ( IS_MAJOR_UPGRADE) then endif;
... View more
Jun 24, 2019
05:39 PM
Hi all, I have an IS 2018 InstallScript MSI project. I have made changes in the upgrade view and added an upgrade item to support automatic major upgrades. Question is how do I detect in the install script if the installation is going to perform a major upgrade. To be more specific, in the install script .Rul file, in the OnFirstUIBefore function, I want to know if the installation will proceed with 'Major Upgrade' or not and based on that I want to perform certain installation tasks. Is there any InstallShield InstallScript property that I can check to see if 'Major Upgrade' will be performed? thanks in advance.
... View more
Labels
- Labels:
-
InstallShield
Jul 17, 2018
04:37 PM
Hi all, I created a custom action of type Error. In this custom action for 'Error Message' I am specifying a property. e.g. [MYERR_MSG] MYERR_MSG is a translatable property set to a string in string editor whose value is : %P is already installed. When the custom action gets execute the error message displayed is "%P is already installed." %P does not get replaced by product name. How do I get it to be replaced by product name at runtime. thanks.
... View more
Labels
- Labels:
-
InstallShield 2018
Apr 26, 2018
04:39 PM
thank you both for your responses. 1. I tried on 4 different machines so caching may not be the issue. 2. Basic MSI project in IS2018 also allows you to build a setup.exe which is what I tried and assigned the icon as outlined in the doc. But it disappears from the task bar after showing up initially. Strange.
... View more
Apr 25, 2018
04:45 PM
Hi all, I have InstallShield 2018, tried 3 project types, Basic MSI, InstallScript and InstallScript MSI. I looked at InstallShield help titled "Specifying the Icon for the Setup Launcher" and specified an .ico file for setup.exe for all three project files: ***************************************** In the View List under Media, click Releases. In the Releases explorer, select the release that you want to configure. Click the Setup.exe tab. In the Setup.exe Icon File setting, specify the fully qualified name of the file that contains the icon that InstallShield should use when it creates the Setup.exe file at build time. ***************************************** Now I see the icon displayed on the setup.exe. Next, I run setup.exe and see the icon in the task bar. But after a brief moment the icon switches back to the default InstallShield icon in the task bar. Any idea how to keep the custom icon in the taskbar throughout the installation?
... View more
Labels
- Labels:
-
InstallShield 2018
Apr 24, 2018
03:56 PM
Hi Jenifer, thanks for your response and the links. For the InstallScript project types, the links mention "You want to perform actions before or after the main installation is run" Does this mean this is not possible in 'Basic MSI' ? Currently we have an 'InstallScript MSI' project and there are issues with it and hence are looking into switching over to Basic MSI project type to see if it resolves the issues. In our existing 'InstallScript MSI' project type, we currently run an exe from installscript before the install dialog comes up and look up and store info that is used later in the InstallScript after the files have been copied over, etc. Will we not able to do these type of things in 'Basic MSI' ?
... View more
Apr 19, 2018
06:23 PM
Hi all, I used IS 2018 and created a Basic MSI project. When uninstalling the product, it confirms if I want to proceed with the uninstallation and once confirmed starts uninstalling. But then it simply vanishes without showing a dialog at the end where you can click on the Finish button. As a result the user does not know if the uninstall is done or not. In my IS 2018 'InstallScript MSI' project the dialog with the Finish button is displayed which is nice since the user knows the uninstall is done. Please advise. thanks.
... View more
Labels
- Labels:
-
InstallShield 2018
Apr 18, 2018
04:29 PM
Hi all, I have been reading InstallShield help for the below three project types: Basic MSI - Uses Windows Installer and does not have any scripting capability like InstallScript, need to use tables and properties to get things done. InstallScript - Uses InstallScript Installer and can use InstallScript. InstallScript MSI - Uses Windows Installer and InstallScript engine and can use InstallScript. Besides my understanding above, can someone provide more details on the differences between these project types? Appreciate any pointer or links that talk more about each project type and differences in detail. thanks.
... View more
Labels
- Labels:
-
InstallShield 2018
Apr 17, 2018
05:12 PM
This issue seems to be because my project is InstallShield InstallScript MSI. I created Basic MSI and InstrallScript project types and they don't have this issue. Can someone please comment if this is a known InstallShield issue with the InstallScript MSI projects? If so, any workarounds ?
... View more
Apr 17, 2018
05:08 PM
This issue seems to be because my project is InstallShield InstallScript MSI. I create Basic MSI and InstrallScript projects and they don't have this issue. Can someone please comment if this is a known InstallShield issue with the InstallScript MSI projects? If so, any workarounds ?
... View more
Mar 29, 2018
06:48 PM
Hi all, Had posted this on InstallShield 2016 forums but no replies. I now updated to InstallShield 2018 thinking this issue may have been resolved but it is still an issue. Can someone kindly advise please. We have InstallShield 2018 InstallScript MSI project which generates a setup.exe We sign this setup.exe and when installing users can see it is digitally signed by us. However, when on Windows 10 and Windows 2016, when uninstalling from Start -> Settings -> System -> Apps & Features, we click on the 'Uninstall' button for our product, then confirm the uninstall by clicking on the 'Uninstall' button again. At this point, User Account Control (UAC) kicks in and displays below in the dialog, basically saying the Publisher is Unknown instead of displaying our name. ****************************************************** Do you want to allow this app from an unknown publisher to make changes to your device? setup.exe Publisher: Unknown File origin: Hard drive on this computer Show more details. ****************************************************** When clicking on the 'Show more details' above, it says: Program location: "C\Program Files (x86)\InstallShield Installation Information\{product guid}\setup.exe -runfromtemp -I0x0409 -removeonly. I looked at setup.exe at C\Program Files (x86)\InstallShield Installation Information\{product guid} and it is around 1 MB where as our original setup.exe was around 60 MB. So it seems InstallShield has stripped off stuff from the original setup.exe and placed as slim version of setup.exe and the signed digital certificate is not found ? How can I resolve this please. Is this a known issue with InstallScript MSI projects that use setup.exe rather than msi file. Note that if I run the original setup.exe, then the signed certificate is recognized and I can uninstall or repair. Also, I swapped the slim setup.exe at C\Program Files (x86)\InstallShield Installation Information\{product guid} with the original one and in this case it is able to recognize and display the signed certificate when uninstalling from Apps & Features Kindly advise.
... View more
Labels
- Labels:
-
InstallShield 2018
Latest posts by agshah
Subject | Views | Posted |
---|---|---|
397 | Dec 05, 2019 06:47 PM | |
1015 | Jul 03, 2019 04:56 PM | |
3135 | Jun 25, 2019 05:07 PM | |
3137 | Jun 25, 2019 04:30 PM | |
3139 | Jun 25, 2019 02:22 PM | |
3159 | Jun 24, 2019 05:39 PM | |
802 | Jul 17, 2018 04:37 PM | |
3181 | Apr 26, 2018 04:39 PM | |
3917 | Apr 25, 2018 04:45 PM | |
1210 | Apr 24, 2018 03:56 PM |
Activity Feed
- Posted Globalization/Language Translation related question on InstallShield Forum. Dec 05, 2019 06:47 PM
- Posted Conditionally displaying text control in a dialog in InstallScript MSI project on InstallShield Forum. Jul 03, 2019 04:56 PM
- Posted Re: Major Upgrade detection from InstallScript on InstallShield Forum. Jun 25, 2019 05:07 PM
- Posted Re: Major Upgrade detection from InstallScript on InstallShield Forum. Jun 25, 2019 04:30 PM
- Kudoed Re: Major Upgrade detection from InstallScript for banna_k. Jun 25, 2019 04:30 PM
- Posted Re: Major Upgrade detection from InstallScript on InstallShield Forum. Jun 25, 2019 02:22 PM
- Posted Major Upgrade detection from InstallScript on InstallShield Forum. Jun 24, 2019 05:39 PM
- Posted Custom Action of type Error - specifying placeholder in Error Message text on InstallShield Forum. Jul 17, 2018 04:37 PM
- Posted Re: InstallShield - Specifying icon for setup.exe on InstallShield Forum. Apr 26, 2018 04:39 PM
- Posted InstallShield - Specifying icon for setup.exe on InstallShield Forum. Apr 25, 2018 04:45 PM
- Posted Re: Different InstallShield Project types on InstallShield Forum. Apr 24, 2018 03:56 PM
- Posted InstrallShield Basic MSI uninstall does not display a dialog with Finish button on InstallShield Forum. Apr 19, 2018 06:23 PM
- Posted Different InstallShield Project types on InstallShield Forum. Apr 18, 2018 04:29 PM
- Posted Re: Digital signature not recognized when uninstalling from 'Apps & Features' on InstallShield Forum. Apr 17, 2018 05:12 PM
- Posted Re: Digital signature not recognized when uninstalling from 'Apps & Features' on InstallShield Forum. Apr 17, 2018 05:08 PM
- Posted Digital signature not recognized when uninstalling from 'Apps & Features' on InstallShield Forum. Mar 29, 2018 06:48 PM
- Posted Re: Digital signature not recognized when uninstalling from 'Apps & Features' on InstallShield Forum. Mar 28, 2018 05:07 PM
- Posted Digital signature not recognized when uninstalling from 'Apps & Features' on InstallShield Forum. Mar 22, 2018 06:42 PM
- Posted How to create a file with Data and Time information on InstallShield Forum. Feb 12, 2018 07:34 PM
- Posted How to use Date Property in InstallScript on InstallShield Forum. Feb 12, 2018 07:11 PM