This website uses cookies. By clicking OK, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
banna_k
Flexera
Jan 17, 2021
09:36 PM
Hi @skummara,
Yes, its possible to automate using the automation interfaces. More information on the automation interfaces can be found : https://docs.revenera.com/installshield26helplib/helplibrary/IHelpAutoISWiProject.htm#ref-automationinterface_3198501150_1161875
Sample VB script code to add new release:
Set oISM = CreateObject("ISWiAuto23.ISWiProject")
' this time, open project as read-write oISM.OpenProject "D:\MySetups\BuildMe.ism", False
' get existing configuration Set oMyConfig = oISM.ISWiProductConfigs("DemoVersion1") ' add new release to existing configuration Set oNewRelease = oMyConfig.AddRelease("new")
' set release properties oNewRelease.Compressed = True
oNewRelease.SetupEXE = True oNewRelease.TargetOS = 3 ' i.e., os9xNT: include both engines ' ...set other properties... ' if you want, build the new release
oNewRelease.Build( )
' for testing
MsgBox "Done!"
' this time, save the project before closing it
oISM.SaveProject oISM.CloseProject
... View more
Jan 15, 2021
12:33 PM
Hi @rguggisberg ,
Please follow below InstallShield KB article to fix the signing related issues:
https://community.flexera.com/t5/InstallShield-Knowledge-Base/Digital-Signing-Patch-for-InstallShield-2015-SP2-and-above/ta-p/121641
... View more
Jan 15, 2021
12:32 PM
Hi @jkcraig ,
Hope you have executed the " TSConfig.exe /registerVSIP" in an administrator command prompt from InstallShield 2018 R2 system folder.
If InstallShield 2018 R2 failed to integrate with VS2019 after executing above command, then please reach out to Revenera support to analyze this further.
https://www.revenera.com/about-us/contact-us.html
https://community.flexera.com/t5/InstallShield-Knowledge-Base/How-to-Use-Revenera-Support-Chat-to-He...
https://community.flexera.com/t5/Support-Information/Support-Contacts/ta-p/94720
... View more
Jan 06, 2021
11:07 PM
Hi @JSBurton,
Can you share more info on this, such as which automation interface is throwing error or it will be great if you could share a sample script file.
... View more
Jan 06, 2021
11:51 AM
Hi @jmaHexagon,
.ise files are not supported in InstallShield limited edition for Visual studio,
.ise file are supported in InstallShield Express and higher version.
Hope you are activating InstallShield 2020 with InstallShield 2020 express activation key.
You can contact Revenera support to get faster help on activation related issues
https://www.revenera.com/about-us/contact-us.html
https://community.flexera.com/t5/InstallShield-Knowledge-Base/How-to-Use-Revenera-Support-Chat-to-He...
https://community.flexera.com/t5/Support-Information/Support-Contacts/ta-p/94720
... View more
Jan 06, 2021
12:17 AM
Hi @theone_sumit,
Check your time stamp URL configured in the settings.xml, if you are using old symantec or verisign then you need to update Settings.xml file in <InstallShield_InstallPath>/Support/0409 with new URLs
Before:
<DigitalSignature Timestamp="http://timestamp.verisign.com/scripts/timstamp.dll"/><DigitalSignature TimestampRFC3161="http://sha256timestamp.ws.symantec.com/sha256/timestamp"/>
After:
<DigitalSignature Timestamp="http://timestamp.digicert.com"/><DigitalSignature TimestampRFC3161="http://timestamp.digicert.com"/>
Also install the digital signing patch if you are configured to sign using Digicert server and using older version of InstallShield:
More information on this patch can be found at the below link: https://community.flexera.com/t5/InstallShield-Knowledge-Base/Digital-Signing-Patch-for-InstallShiel...
... View more
Jan 05, 2021
09:37 PM
Hi @Professor,
It looks like the response XML is not proper, my suggestion here is to repeat the process again.
1- Try to activate again with the activation code,
2- if its asking for the offline activation, generate the activation xml and upload to the URL given last time and generate the response XML again.
3- Load the new response XML in the activation wizard again.
If the problem is not resolved, then Please contact Revenera support to get faster help on this.
https://www.revenera.com/about-us/contact-us.html
https://community.flexera.com/t5/InstallShield-Knowledge-Base/How-to-Use-Revenera-Support-Chat-to-He...
https://community.flexera.com/t5/Support-Information/Support-Contacts/ta-p/94720
... View more
Jan 05, 2021
10:45 AM
Hi @MattTrinder ,
As suggested by @shunt , can you change the values from "2" to "3". I think, you have changed in the wrong column. So can you update again as in the below screenshot:
change the values just before the "http://www.installengine.com/cert05/dotnetfx" string ( <td>3</td><td>http://www.installengine.com/cert05/dotnetfx).
OR There is a setting configuration in "C:\Program Files (x86)\InstallShield\2020\Support\0409\settings.xml", which help you to change these values through the IDE. 1- Search for the string "<DotNetTabReleases Hide="1"/>" in the settings.xml, and then change the value to "<DotNetTabReleases Hide="0"/>. Save the settings.xml. 2- Close and reopen all the application(InstallShield and Visual studio IDE) and InstallShield projects.
3- Navigate to Releases view, change the value to "Do Not Include" for the ".NET Framework Location" for all the releases in the "Releases" view, as shown in the below screenshot image.
Hope this help you to proceed the evaluation.
... View more
Jan 03, 2021
11:56 PM
Hi @MattTrinder ,
If you are evaluating InstallShield and have any questions or issues, for faster response, please raise a support ticket.
Please contact Revenera support:
https://www.revenera.com/about-us/contact-us.html
https://community.flexera.com/t5/InstallShield-Knowledge-Base/How-to-Use-Revenera-Support-Chat-to-He...
https://community.flexera.com/t5/Support-Information/Support-Contacts/ta-p/94720
... View more
Jan 03, 2021
10:58 AM
Hi @adurai21 ,
Yes, its possible to do with Basic MSI, InstallScript MSI, or using InstallScript project to deploy the web application.
... View more
Jan 03, 2021
10:56 AM
Hi @tech_it ,
Usually, there will be an option in the PLC (Product Licensing center) to return the license and generate one for the new machine.
If not, can you check with Revenera support:
https://www.revenera.com/about-us/contact-us.html
https://community.flexera.com/t5/InstallShield-Knowledge-Base/How-to-Use-Revenera-Support-Chat-to-He...
https://community.flexera.com/t5/Support-Information/Support-Contacts/ta-p/94720
... View more
Jan 03, 2021
07:33 AM
1 Kudo
Hi @Professor,
After generating the request code for either the return or the activation - If you do not see the response window which looks like this when you next launch the software:
Then please open Regedit and Navigate to: HKEY_CURRENT_USER\Software\InstallShield\<PRODUCT VERSION> Then add a new DWORD called 'OfflineTransactionPending' and give it a value of '1'. Then launch InstallShield and you will see the response window.
Once you got the response window, you can load the response xml by clicking on the Load button.
... View more
Jan 01, 2021
12:12 AM
1 Kudo
Hi @Professor,
To process an offliine activation for InstallShield version 2014 and up: 1. Select the offline activation option. An offline activation request will be generated. 2. Save the offline activation license.request file. 3. Click the Next button. 4. The next dialog should indicate that an offline transaction is pending. 5. Go to the following website to process your offline activation request: https://flexerasoftware.flexnetoperations.com/control/inst/offlineActivation 6. Click the Choose File button and browse to the license.request file that you recently saved. 7. Click the Process button. 8. Save the response.xml file. 9. Launch the application, once again. The Offline Activation dialog should be displayed. 10. Click the Load button and browse to the response.xml file you recently saved. 11. Click the Activate button. 12. Click the Finish button.
https://flexerasoftware.flexnetoperations.com/control/inst/offlineActivation
... View more
Dec 31, 2020
01:08 AM
Hi @ragava28,
You need to configure the correct executable which wait for the entire uninstallation process, you can get the executable details and its command line parameters from the registry for what is configured for the installed application while uninstalling from the Add/Remove programs( Programs and Features) .
As well check the command line parameter if any needed to wait the executable for the complete uninstallation, you can get this information from the task manger while uninstalling the application.
... View more
Dec 31, 2020
12:54 AM
Hi @Vladimir12,
@Vladimir12 wrote:
1 - We use Windows 10. Last update was on 07.02.2020.
2 - С an You describe the repair process in more detail.
3 - Unfortunately so far only version 14 has been purchased from us.
I tried creating a new project. At first everything was fine, but after adding another feature, the assembly began to fall again.
I managed to find out that the error starts to appear after I protect my application with the HASP Sentinel protection tool. And before there were no such problems, although I have been using everything for a long time. Maybe you have any ideas what could be the reason for this behavior?
Repair can be done from the Add/Remove programs in the control panel (also called "Programs and Features") by right click on the InstallShield entry in the list. As well, you can check out is it possible to exempt InstallShield application/folder from HASP Sentinel protection tool if you are thinking this issue is due to HASP Sentinel protection tool.
... View more
Latest posts by banna_k
Subject | Views | Posted |
---|---|---|
27 | Jan 17, 2021 09:36 PM | |
77 | Jan 15, 2021 12:33 PM | |
40 | Jan 15, 2021 12:32 PM | |
78 | Jan 06, 2021 11:07 PM | |
48 | Jan 06, 2021 11:51 AM | |
315 | Jan 06, 2021 12:17 AM | |
91 | Jan 05, 2021 09:37 PM | |
101 | Jan 05, 2021 10:45 AM | |
127 | Jan 03, 2021 11:56 PM | |
86 | Jan 03, 2021 10:58 AM |
Activity Feed
- Posted Re: Automating ism in Install shield on InstallShield Forum. Jan 17, 2021 09:36 PM
- Posted Re: SigningHelper: error 0x80072efe while attempting to sign file on InstallShield Forum. Jan 15, 2021 12:33 PM
- Posted Re: InstalllShield 2018 R2 installer won't register Visual Studio 2019 extension on InstallShield Forum. Jan 15, 2021 12:32 PM
- Posted Re: Error -2147319765: Automation error - Element not found on InstallShield Forum. Jan 06, 2021 11:07 PM
- Posted Re: Couldn't open ise file with Installshield Visual Studio on InstallShield Forum. Jan 06, 2021 11:51 AM
- Posted Re: SigningHelper: error 0x80072efe while attempting to sign file on InstallShield Forum. Jan 06, 2021 12:17 AM
- Posted Re: Installshield Internet Activation Failed on InstallShield Forum. Jan 05, 2021 09:37 PM
- Got a Kudo for Re: Installshield Internet Activation Failed. Jan 05, 2021 02:56 PM
- Got a Kudo for Re: Installshield Internet Activation Failed. Jan 05, 2021 02:55 PM
- Posted Re: Brand new installation fails with 1603 error trying to install .NET 1.0 on InstallShield Forum. Jan 05, 2021 10:45 AM
- Posted Re: Brand new installation fails with 1603 error trying to install .NET 1.0 on InstallShield Forum. Jan 03, 2021 11:56 PM
- Posted Re: Install shield for web application on InstallShield Forum. Jan 03, 2021 10:58 AM
- Posted Re: how to cancel a generated "Standalone Build License" on InstallShield Forum. Jan 03, 2021 10:56 AM
- Posted Re: Installshield Internet Activation Failed on InstallShield Forum. Jan 03, 2021 07:33 AM
- Kudoed Re: InstalllShield 2020 R3 installer won't register Visual Studio 2019 extension for c_benner. Jan 01, 2021 12:14 AM
- Posted Re: Installshield Internet Activation Failed on InstallShield Forum. Jan 01, 2021 12:12 AM
- Posted Re: Suite/Adavanced UI Uninstall process not waiting for packages to complete. on InstallShield Forum. Dec 31, 2020 01:08 AM
- Posted Re: InstallSield 14 Exception ACCESS_VIOLATION (0xc0000005) on InstallShield Forum. Dec 31, 2020 12:54 AM
- Posted Re: it does have a signature on InstallShield Forum. Dec 30, 2020 10:32 PM
- Posted Re: InstallSield 14 Exception ACCESS_VIOLATION (0xc0000005) on InstallShield Forum. Dec 30, 2020 04:49 AM
Contact Me
Online Status |
Offline
|
Date Last Visited |
Jan 18, 2021
12:57 AM
|
Kudos given to