Feb 15, 2021
08:57 AM
Hello In using InstallShield 2020 R3 and my custom actions are written in Managed code C#, currently on .Net Framework version 4.7.2. Now we are migrating all the managed code to .Net 5. Seems to be a problem when trying to load the .Net 5 managed code. InstallShield display error message: "Unable to load one or more of the requested types. Retrieve the LoadareExceptions property for more information. Do you have any solution on this? Regards Magnus
... View more
Labels
- Labels:
-
InstallShield 2020 R3
Jun 17, 2020
12:54 AM
I've added some custom actions that runs after "Publish Components" in the Execute sequence. But I don't know to set correct value in the progressbar in the Setup Progress dialog. Now it shows 100% when my custom action run. How can I modify the progressbar value.
... View more
Labels
- Labels:
-
InstallShield 2019
Mar 19, 2020
02:26 AM
1 Kudo
Hello My computer crashed and I need to move my InstallShield license to my new computer. I can not deactivate the license, since the computer can not be started. Please help me.
... View more
- Tags:
- license
Labels
- Labels:
-
InstallShield 2019
Jan 30, 2019
06:55 AM
Hello I am using msiexec arguments to set public msi properties. I have discovered that if I use many arguments, some of my properties will be corrupt. I have not seen any documented limitations on the number of arguments or leght of the command line. When using this command line: "D:\Setup.exe" /v"REDUCED_UI=CLIENT_INSTALL SQLSRC=HCARNUNISQLDNP1\DELTAORN SQLCAT=DELTAORN_MAIN DASS="FqQ==" LIC_SERV=LOCALHOST END_DIAG=TRUE HIDE_LICENSE_AGREEMENT=FALSE HIDE_OS_REQ_WARNING_DIALOG=TRUE CTRL_SW=FALSE AD_ENCR=TRUE AD_ENCR_PORT=637 CLIENT_SRV_AD=UseDB DMC_ENCR=TRUE DMC_TRUST=FALSE IPADDR=10.1.1.2 SUMASK=255.255.255.0 MAX_SETUPEXEDIR_LENGTH=445 API_RVR_ENABLED=FALSE API_RVR_CERT=\"DELTAORN Server API\" API_RVR_TRUSTCERT=TRUE API_RVR_PORT=443 API_RVR_SESSIONKEEPALIVE=30 API_RVR_MAXCLIENTS=100 API_RVR_MAXSESSIONS=3 API_RVR_REGISTRYUPGRADECODE={DEB44969-6415-4C8D-A410-7B1904083861} API_AUT_ENABLED=FALSE API_AUT_TRUSTCERT=TRUE API_AUT_PORT=40516 API_AUT_MAXCLIENTS=100 API_AUT_MAXREQUESTS=100 API_AUT_REGISTRYUPGRADECODE=undefined API_SYS_PORT=40514 API_SC_ENABLED=FALSE API_SC_WSPORT=40513 API_SC_CERTIFICATE=\"DELTAORN Server API\" API_SC_TRUSTCERTIFICATE=TRUE API_SC_PORT=40514 API_AUT_CERT=\"DELTAORN Server API\" API_SC_SESSIONKEEPALIVE=30 API_SC_MAXCLIENTS=100 API_SC_MAXREQUESTS=100 API_SC_MAXSESSIONS=3 API_SC_REGISTRYUPGRADECODE=undefined API_RVR_MAXREQUESTS=100" This property will be corrupt: API_SC_CERTIFICATE: DELTAO?? Server API (See also attached image) If I reduce the number of arguments, the installation works fine. Does anyone know what limitation causes this behavior? Or if there are any other reason behind this behavior. Regards Magnus
... View more
Labels
- Labels:
-
InstallShield 2016
Jan 21, 2019
06:48 AM
Mounted iso fails to install on reboot The installation of the prerequirement “Microsoft Visual C++ 2017 Redistributable Package (x86)” seems to be corrupt in the following scenario: 1: Install a complete new Windows 10 x64 version 1809. 2: Run our installation (build from InstallShield 2016) from a mounted iso, using Windows 10 build in mounting feature. Several prerequirements is prompted (See attached image img1.png) to be installed. When the “Microsoft Visual C++ 2017 Redistributable Package (x86)” is installing it requests for reboot. 3: After reboot, the user must manually mount the iso again. When restarting the installation (setup.exe) the prerequirement is prompted to be installed again, but this time, this prerequirement reports an installation error. 4: When starting our application, we got error messages (See attached image img2.png) and another message telling “The code execution cannot proceed because VCRUNTIME140.dll was not found.” We have not found any way to solve this or fixed the corrupt installation. Tried to reinstall every prerequirement but noting we do help except for reinstalling Windows. Any help appreciated. /Magnus
... View more
Labels
- Labels:
-
InstallShield 2016
Sep 20, 2018
07:57 AM
Try to add quotes, like this: /s /v/"qn "
... View more
Feb 22, 2016
11:04 PM
Thanks, thats works fine! Regards Magnus
... View more
Feb 21, 2016
11:47 PM
Hello I am using Installshield 2015 (version 22). I have a BasicMSI Project. I have written a conditional statement in my InstallShield Script code, called from an Custom Action as given below. if(condition==yes) { exit; } The "exit " statement does not work on Windows 10 but works fine on Windows 7. I've tried the "abort" statement but it does not work either. It would be of great help if somebody suggests a solution to this issue. Thanks in advance Magnus
... View more
Labels
- Labels:
-
InstallShield 2015
May 19, 2015
05:25 AM
During build, InstallShield crashes using IS2014 but not in IS2012Spring. It's a clean basic project containing only one file: ManagedCPPAPI.netmodule, from MATLAB Compiler Runtime version 7.11, 32-bit Is this a bug introduced in IS2014? Attached zip contains a project file for IS2012Spring and IS2014 and the file ManagedCPPAPI.netmodule. Regards Magnus
... View more
Labels
- Labels:
-
InstallShield 2014
Nov 06, 2014
07:35 AM
Hello I would like to configure a prerequisite with only one condition: Processor Architechture i.e x86 or x64. Is this possible, will this work (se attached picture).
... View more
Labels
- Labels:
-
InstallShield 2014
Mar 08, 2013
03:49 AM
Yes, I removed the event in the SetupResume dialog and now the installation work like a charm, many thanks for all help I got from you!!! Regards Magnus
... View more
Mar 01, 2013
05:10 AM
OK, running as suggested above give me folowing logFile: [FONT=Courier New][SIZE=1]Info 2726.Action not found: SetMediaPackagePathRegistryEntry. Action ended 12:06:59: SetMediaPackagePathRegistryEntry. Return value 0. MSI (c) (F8:1C) [12:06:59:433]: PROPERTY CHANGE: Modifying REINSTALLMODE property. Its current value is 'vomus'. Its new value: 'omus'. Action ended 12:06:59: SetupResume. Return value 1. [/SIZE][/FONT] Need help from here finding where REINSTALLMODE resets to "omus"
... View more
Mar 01, 2013
02:28 AM
Hello, thanks for helping me!! So, if "v" is required in minor upgrade, your reasoning sounds to be correct. I don't really understand "runs from source and re-caches local package", could you please explain? I have tried the upgrade validation tool, but it give me nothing, the only thing I changed between the releases is actually the version number. BR Magnus
... View more
Mar 01, 2013
12:41 AM
Solution is found at: http://community.flexerasoftware.com/showthread.php?201770-Minor-upgrade-does-not-work&p=484914#post484914
... View more
Latest posts by Magnus
Subject | Views | Posted |
---|---|---|
465 | Feb 15, 2021 08:57 AM | |
589 | Jun 17, 2020 12:54 AM | |
777 | Mar 19, 2020 02:26 AM | |
1566 | Jan 30, 2019 06:55 AM | |
1439 | Jan 21, 2019 06:48 AM | |
1411 | Sep 20, 2018 07:57 AM | |
1540 | Feb 22, 2016 11:04 PM | |
2374 | Feb 21, 2016 11:47 PM | |
1098 | May 20, 2015 01:22 AM | |
1751 | May 19, 2015 05:25 AM |
Activity Feed
- Posted Managed-Code Custom Actions using .Net 5 does not work on InstallShield Forum. Feb 15, 2021 08:57 AM
- Posted How to set progressbar value in the SetupProgress dialog on InstallShield Forum. Jun 17, 2020 12:54 AM
- Got a Kudo for Move my InstallShield license. Mar 20, 2020 03:33 AM
- Posted Move my InstallShield license on InstallShield Forum. Mar 19, 2020 02:26 AM
- Tagged Move my InstallShield license on InstallShield Forum. Mar 19, 2020 02:26 AM
- Posted msiexec properties gets corrupt when using command line on InstallShield Forum. Jan 30, 2019 06:55 AM
- Posted Mounted iso fails to install on reboot on InstallShield Forum. Jan 21, 2019 06:48 AM
- Posted Re: Silent installation with redistributables that trigger a reboot ? (2 questions) on InstallShield Forum. Sep 20, 2018 07:57 AM
- Posted Re: The exit or abort statement does not work in Windows 10 on InstallShield Forum. Feb 22, 2016 11:04 PM
- Posted The exit or abort statement does not work in Windows 10 on InstallShield Forum. Feb 21, 2016 11:47 PM
- Posted Re: InstallShield 2014 crashes during build on InstallShield Forum. May 20, 2015 01:22 AM
- Posted InstallShield 2014 crashes during build on InstallShield Forum. May 19, 2015 05:25 AM
- Posted How to configure a Prerequisite to run on any Operating System? on InstallShield Forum. Nov 06, 2014 07:35 AM
- Posted Re: Minor upgrade does not work on InstallShield Forum. Mar 08, 2013 03:49 AM
- Posted Re: Minor upgrade does not work on InstallShield Forum. Mar 01, 2013 05:10 AM
- Posted Re: Minor upgrade does not work on InstallShield Forum. Mar 01, 2013 02:28 AM
- Posted Re: Maintenance mode window not visible during change/uninstall on InstallShield Forum. Mar 01, 2013 12:41 AM
- Posted Re: Minor upgrade does not work on InstallShield Forum. Mar 01, 2013 12:37 AM
- Posted Re: Minor upgrade does not work on InstallShield Forum. Feb 28, 2013 04:38 AM
- Posted Maintenance mode window not visible during change/uninstall on InstallShield Forum. Feb 28, 2013 03:44 AM