This website uses cookies. By clicking Accept, 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.
Magnus
Level 6
- Revenera Community
- :
- About Magnus
Mar 08, 2023
12:40 AM
Hello
I found this in my .ism file. Is this the reason for error -6138 and is it safe to remove?
<table name="ISInstallScriptAction"> <col key="yes" def="s72">EntryPoint</col> <col def="I4">Type</col> <col def="s72">Source</col> <col def="S255">Target</col> <row><td>f12</td><td>0</td><td>CallDialogSetInstallationPathMSIDB</td><td/></row> <row><td>f13</td><td>0</td><td>CallDialogCheckInstallationLocation</td><td/></row> <row><td>f16</td><td>0</td><td>CallDialogChangeInstallDrive</td><td/></row> </table>
... View more
Mar 04, 2023
12:11 AM
Hello
I am trying to remove the InstallShield script from my Basic Msi project.
But when I remove the script file, I got build error: ERROR -6138 Setup.rul is required for the project.
How can I solve this?
... View more
Labels
- Labels:
-
InstallShield 2022
Mar 03, 2023
11:28 PM
No, I have not got any solution, have to remain on .Net Framework for the installer.
... View more
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
Latest posts by Magnus
Subject | Views | Posted |
---|---|---|
2457 | Mar 10, 2023 11:21 PM | |
2511 | Mar 08, 2023 12:40 AM | |
2591 | Mar 04, 2023 12:11 AM | |
1474 | Mar 03, 2023 11:28 PM | |
1958 | Feb 15, 2021 08:57 AM | |
1136 | Jun 17, 2020 12:54 AM | |
1373 | Mar 19, 2020 02:26 AM | |
2115 | Jan 30, 2019 06:55 AM | |
1965 | Jan 21, 2019 06:48 AM | |
2139 | Sep 20, 2018 07:57 AM |
Activity Feed
- Posted Re: Setup.rul is required for the project. on InstallShield Forum. Mar 10, 2023 11:21 PM
- Posted Re: Setup.rul is required for the project. on InstallShield Forum. Mar 08, 2023 12:40 AM
- Posted Setup.rul is required for the project. on InstallShield Forum. Mar 04, 2023 12:11 AM
- Posted Re: Managed-Code Custom Actions using .Net 5 does not work on InstallShield Forum. Mar 03, 2023 11:28 PM
- 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
Contact Me
Online Status |
Offline
|
Date Last Visited |
May 03, 2023
02:04 AM
|