Jun 03, 2021
06:14 AM
Hi @banna_k , Good to know, that this issue is addressed in the latest 2020 release. Currently, we are using InstallShield 2016 version? Is the upgrade path is safer for migrating my projects from InstallShield 2016 version to the latest 2020 release? Please confirm! Thanks.
... View more
May 11, 2020
08:58 AM
Hello @banna_k , I'm able to remove title bar and borders from all the screens but unable to remove for setup progress dialog as It is not in the list of dialog boxes under the folder "USER INTERFACE | Dialogs. Could you please help me with this, where can I find the Setup Progress dialog initialization script code? Thank you.
... View more
May 11, 2020
03:06 AM
Hi @FlexeraFan , Did you find any solution for this? I too have the same situation, I need to make some changes to the Setup Progress dialog but It is not in the list of dialog boxes under the folder "USER INTERFACE | Dialogs. Thanks!
... View more
Apr 27, 2020
06:38 AM
Hello @banna_k , It's worked for me. Thank you so much for your quick response.
... View more
Apr 26, 2020
11:50 PM
Hello Ravi, I too have a same requirement to remove title bar and borders from the dialogs. Did you find any workaround for this? Thanks in advance!
... View more
Feb 26, 2020
09:49 AM
Hi, I too facing the same problem. Unable to modify the font color of label. Could you please let me know if you found the solution for this issue? Thanks!
... View more
Dec 20, 2019
03:40 AM
Hi, Thanks for sharing your findings. We have tried it but no luck, still have the same issue. Can you check the Execute sequence from the below screenshot, is I'm doing correctly? Thanks.
... View more
Dec 13, 2019
02:22 AM
Hi, We didn't get a reply back yet from Flexera support. We still have the same issue. Thanks.
... View more
Dec 10, 2019
05:58 AM
Hello Team, Any update on this request? Thanks.
... View more
Nov 25, 2019
01:55 AM
Hi, We are now migrating projects from Installshiled 2016 premier comp to InstallShield 2019 R2PremierComp version. We have one issue while creating IIS sites through the InstallShield. During IIS site creation, “System.web” section is being added to the server’s “applicationhost.config” file during the installation process. With this section, IIS sites are going to stopped state and we are unable to start them back because of this system.web section. We have identified from where this “system.web” section coming, there is a new entry(Forms authentication) added in the authentication access section of IIS properties for Installshield 2019. If I set forms authentication to “NO” then the tool is updating the applicationhost.config file as follows: <location path="website"> <system.web> <authentication mode="windows" /> </system.web> <system.webServer> <handlers accessPolicy="Read, Script" /> <directoryBrowse enabled="false" /> <asp> <session timeout="00:20:00" /> <limits scriptTimeout="00:01:30" /> </asp> <security> <authentication> <anonymousAuthentication enabled="true" /> <basicAuthentication enabled="false" /> <windowsAuthentication enabled="true" /> </authentication> </security> <httpLogging dontLog="false" /> </system.webServer> </location> If forms authentication is YES then tool updating as : <location path="website"> <system.web> <authentication mode="Forms" /> </system.web> <system.webServer> <handlers accessPolicy="Read, Script" /> <directoryBrowse enabled="false" /> <asp> <session timeout="00:20:00" /> <limits scriptTimeout="00:01:30" /> </asp> <security> <authentication> <anonymousAuthentication enabled="true" /> <basicAuthentication enabled="false" /> <windowsAuthentication enabled="true" /> </authentication> </security> <httpLogging dontLog="false" /> </system.webServer> </location> My problem now is that the below section is being added to my IIS applicatiohost.config file, sites are not starting and application installation is failing. <system.web> <authentication mode="Forms" /> </system.web> If I remove manually the above section, I'm able to start the IIS site without any issues. In earlier versions, we never saw this issue. We have compared our IIS website settings with 2016, everything seems the same except the new feature (Farms authentication) added in 2019 InstallShield. Could you please provide your inputs on this issue? Thanks.
... View more
Labels
- Labels:
-
InstallShield 2019
Latest posts by spothuri
Subject | Views | Posted |
---|---|---|
1106 | Jun 03, 2021 06:14 AM | |
2418 | May 11, 2020 08:58 AM | |
2201 | May 11, 2020 03:06 AM | |
2523 | Apr 27, 2020 06:38 AM | |
2533 | Apr 26, 2020 11:50 PM | |
1396 | Feb 26, 2020 09:49 AM | |
3316 | Dec 20, 2019 03:40 AM | |
3364 | Dec 13, 2019 02:22 AM | |
3396 | Dec 10, 2019 05:58 AM | |
3466 | Nov 25, 2019 01:55 AM |
Activity Feed
- Posted Re: Issues while migrating from InstallShield 2016 to 2019 R2 on InstallShield Forum. Jun 03, 2021 06:14 AM
- Posted Re: How to remove Title bar and borders of all Dialog on InstallShield Forum. May 11, 2020 08:58 AM
- Posted Re: Where is the "Setup Status" dialog box ? on InstallShield Forum. May 11, 2020 03:06 AM
- Posted Re: How to remove Title bar and borders of all Dialog on InstallShield Forum. Apr 27, 2020 06:38 AM
- Posted Re: How to remove Title bar and borders of all Dialog on InstallShield Forum. Apr 26, 2020 11:50 PM
- Posted Re: Custom Dialog with Changing the Font Color and Background on InstallShield Forum. Feb 26, 2020 09:49 AM
- Posted Re: Issues while migrating from InstallShield 2016 to 2019 R2 on InstallShield Forum. Dec 20, 2019 03:40 AM
- Posted Re: Issues while migrating from InstallShield 2016 to 2019 R2 on InstallShield Forum. Dec 13, 2019 02:22 AM
- Posted Re: Issues while migrating from InstallShield 2016 to 2019 R2 on InstallShield Forum. Dec 10, 2019 05:58 AM
- Posted Issues while migrating from InstallShield 2016 to 2019 R2 on InstallShield Forum. Nov 25, 2019 01:55 AM