May 10, 2022
11:41 AM
1 Kudo
Here at TLUX Technologies we have InstallShield experts available on a dayrate basis to help solve specific issues like this - please do reach out to info@tlux-group.com or +1 (872) 281 4069 if interested. We are the official consulting and training partner of Revenera globally.
... View more
May 27, 2021
12:03 PM
Great! Rayner
... View more
Mar 08, 2021
02:53 AM
To build an MSI installer larger than the 2GB limit you would need to build the multiple cab files next to the MSI package (not compressed inside it)
You can achieve this by using the "Release Wizard", selecting "Custom" Release Configuration, and uncheck the "Create installation launcher (setup.exe)" checkbox.
... View more
Nov 23, 2020
04:15 AM
we are trying to install an update for .net framework 4.8 as part of pre-requisites. However when installing the setup, it reboots the machine without any pop-up even after giving /norestart The following is the command given in 'Application To Run' tab. /q /norestart /log "%temp%\dotNetFx48-KB4519568.log" Return code to reboot is given as 1641, 3010 The same command is given for other .NET installation (.net 4.8 and other update for 4.8). But either it asks for reboot or it silently passes the installation, only for this particular update it reboots without any request.
... View more
Labels
- Labels:
-
InstallShield 2016 Professional
Dec 21, 2018
08:25 AM
Try setting that to Administrator.
... View more
Sep 10, 2015
01:04 PM
Rayner, There are a lot of ways you could do it using InstallScript String Functions http:// helpnet.flexerasoftware.com/installshield21helplib/Subsystems/installshield21langref/helplibrary/LangrefString_functions.htm Here is one example using CopyBytes http:// helpnet.flexerasoftware.com/installshield21helplib/Subsystems/installshield21langref/helplibrary/LangrefCopyBytes.htm //------------------------------------------------------------------------- prototype STRING ExFn_CopyBytes( byval STRING, // szMyString byval NUMBER ); // nPos // szMyString = the string you are searching // nPos = the position in the string that you want function STRING ExFn_CopyBytes( szMyString, nPos ) STRING szFoundStr; begin // use 'number - 1' because CopyBytes is 0-based. // passing "4" to find the "t" in "Testing" would actually be position 3 CopyBytes( szFoundStr, 0, szMyString, nPos - 1, 1 ); return szFoundStr; end; HTH
... View more
Sep 07, 2015
05:08 AM
I found the problem. Actually I was searching for a 64 bit key in 32 bit path. That's why the search results shows wrong result.
... View more
Oct 29, 2012
12:55 AM
In custom action and sequence we can put a condition, run this function script only if it is windows7. But it is hard to write the fuction how to delete the lines from a file.
... View more
Sep 14, 2012
04:31 AM
Please follow the following KB article: http://kb.flexerasoftware.com/selfservice/viewContent.do?externalId=Q107600
... View more
Latest posts by Rayner
Subject | Views | Posted |
---|---|---|
133 | May 10, 2022 03:43 AM | |
140 | May 09, 2022 11:04 PM | |
164 | May 09, 2022 01:33 AM | |
432 | May 27, 2021 10:54 AM | |
451 | May 27, 2021 07:17 AM | |
459 | Mar 07, 2021 11:18 PM | |
301 | Nov 23, 2020 04:15 AM | |
2829 | Nov 30, 2018 11:01 AM | |
2829 | Nov 30, 2018 08:17 AM | |
3143 | Nov 29, 2018 08:27 PM |
Activity Feed
- Posted Re: Chained Installation on InstallShield Forum. May 10, 2022 03:43 AM
- Kudoed Re: Chained Installation for shunt. May 10, 2022 12:18 AM
- Posted Re: Chained Installation on InstallShield Forum. May 09, 2022 11:04 PM
- Posted Chained Installation on InstallShield Forum. May 09, 2022 01:33 AM
- Posted Re: Properties are resetting in Installshield on InstallShield Forum. May 27, 2021 10:54 AM
- Posted Properties are resetting in Installshield on InstallShield Forum. May 27, 2021 07:17 AM
- Posted ISDEV : fatal error -7108: %s is too large to store in a .cab (2 GB maximum) on InstallShield Forum. Mar 07, 2021 11:18 PM
- Posted Installer reboots without any reboot pop-up on InstallShield Forum. Nov 23, 2020 04:15 AM
- Posted Re: Running setup.exe as non admin doesn't throw ant error on InstallShield Forum. Nov 30, 2018 11:01 AM
- Posted Re: Running setup.exe as non admin doesn't throw ant error on InstallShield Forum. Nov 30, 2018 08:17 AM
- Posted Running setup.exe as non admin doesn't throw ant error on InstallShield Forum. Nov 29, 2018 08:27 PM
- Tagged Running setup.exe as non admin doesn't throw ant error on InstallShield Forum. Nov 29, 2018 08:27 PM
- Tagged Running setup.exe as non admin doesn't throw ant error on InstallShield Forum. Nov 29, 2018 08:27 PM
- Posted How to find a string in Specific Position on InstallShield Forum. Sep 10, 2015 09:32 AM
- Posted Re: RegDBKeyExist not working on InstallShield Forum. Sep 07, 2015 05:08 AM
- Posted RegDBKeyExist not working on InstallShield Forum. Sep 07, 2015 04:44 AM
- Posted How to delete a line from a text file on InstallShield Forum. Oct 29, 2012 12:55 AM
- Posted How to delete a line from a text file on InstallShield Forum. Oct 29, 2012 12:48 AM
- Posted Error 1303 Occurred while running setup on InstallShield Forum. Jul 10, 2012 03:13 AM