Sep 06, 2022
10:14 AM
There is a different "sign" process needed. See here:
.NET - How to Sign an Assembly in Visual Studio 2019 (christianfindlay.com)
regards
Markus
... View more
Sep 06, 2022
09:29 AM
msix is relatively new to me and I don't know much about it yet.
But now I have the requirement to modify an existing msix package so that it is not installed to "C:\Program Files\WindowsApps\ ...". Instead it should install to "C:\Program files\...".
Is this in general possible with a MSIX modification package ?
regards
Markus
... View more
Labels
- Labels:
-
InstallShield
May 30, 2022
10:58 AM
Okay just found this in my "InstallShield KB archive"
regards
Markus
... View more
May 30, 2022
10:45 AM
Yes this is possible. I've never needed this, but I have an old book from InstallShield Press (2003) with an example in cpp how to read a table from within a custom action.
I'm not sure if it is allowed to post this here (copyright), but if this is in principle what you are looking for, I can try to write a "similiar" example and post it here.
Or someone from InstallShield give permission to post here.
regards
Markus
... View more
May 27, 2022
06:26 PM
1 Kudo
In my opinion, the "prerequisites" that "InstallShield" provides are only examples, since it is impossible to provide "prerequisites" for all runtime environments for all versions.
For this there is the "Prerequisite Editor" so you can create everything you need yourself and it is really very easy.
Here can you download the runtimes from Microsoft to create the prereq's
Die "Prerequisites" die "InstallShield" zur Verfügung stellt sind meines Erachtens nur Beispiele, da es unmöglich ist für alle Laufzeitumgebungen für alle Versionen "Prerequisites" zur Verfügung zu stellen.
Dafür gibt es den "Prerequisite-Editor" damit kann man sich selbst alles erstellen was man braucht und es geht wirklich sehr einfach.
Gruß
Markus
... View more
Apr 19, 2022
08:06 AM
You can download the latest version here: https://aka.ms/vs/17/release/vc_redist.x86.exe But before you install read the info here ... And check your "Programs and Features" panel, you should have both (x86 and x64). If "x86" is missing, install it from the link above. regards Markus
... View more
Apr 18, 2022
07:37 AM
For the InstallShield 2020 Prof./Premier installation the "Merge Module Object" is still part of the installation. Only for the InstallShield 2020 SAB installation you have to explicitly select the "InstallScript Objects Support". To check if the "Merge module object"-holder is available on your pc take a look to the folder: regards Markus
... View more
Apr 18, 2022
06:57 AM
What you show in the screenshot is, that the 64-Bit version of mfc140u.dll is installed. But because IsCmdBld.exe is a 32-Bit program you should check if the 32-Bit version of mfc140u.dll is installed. Check your SysWOW64 folder. regards Markus
... View more
Mar 17, 2022
09:23 AM
Do you see the call to your script function "GetWindowsInstallerProperty" in the msi log file ? regards Markus
... View more
Mar 17, 2022
09:14 AM
You can also use: regasm MyTest.dll /regfile:C:\Temp\MyTest.reg This creates a reg file with the extracted registry info from the dll. Import this into the appropriate component. Take a look at the reg file, that everything is correct. regards Markus
... View more
Mar 17, 2022
04:02 AM
1 Kudo
Quote from Microsoft: "Visual Studio versions since Visual Studio 2015 share the same redistributable files. For example, any apps built by the Visual Studio 2015, 2017, 2019, or 2022 toolsets can use the latest Microsoft Visual C++ Redistributable." You can read the full article here: Latest supported Visual C++ Redistributable downloads | Microsoft Docs regards Markus
... View more
Mar 17, 2022
03:50 AM
1 Kudo
The "Package Code" is stored in the "Summary Information" Stream and you can see it in InstallShield here: In Orca you can verify the Package Code here: To generate a new package code every time you build a msi you can activate the following option in InstallShield: regards Markus
... View more
Oct 28, 2021
04:23 AM
Why do you not use the the provided msi or msm runtime modules from SAP to install the Crystal Reports V13 SP18 runtime environment ? regards Markus
... View more
Oct 28, 2021
03:47 AM
In order to be able to possibly understand this, which merge modules do you have in this merge module holder object ? regards Markus
... View more
Oct 28, 2021
03:36 AM
I have a similar scenario in a suite project. What I did is I have written a small .NET exe console program, which just return with different error codes. In your case, like a vc++ prereq, just return 1641 or 3010 and set the appropriate "Exit Behavior" and "Reboot Request". To control the execution I use the "eligibility conditions" and "detection conditions" regards Markus
... View more
About
I use InstallShield since version 6.21 and InstallShield for Windows Installer since version 1.51
Bellheim, Rheinland/Pfalz, Germany
Latest posts by MarkusLatz
Subject | Views | Posted |
---|---|---|
320 | Sep 06, 2022 10:14 AM | |
147 | Sep 06, 2022 09:29 AM | |
415 | May 30, 2022 10:58 AM | |
417 | May 30, 2022 10:45 AM | |
1483 | May 27, 2022 06:26 PM | |
625 | Apr 19, 2022 08:06 AM | |
318 | Apr 18, 2022 07:37 AM | |
655 | Apr 18, 2022 06:57 AM | |
325 | Mar 17, 2022 09:23 AM | |
1425 | Mar 17, 2022 09:14 AM |
Activity Feed
- Posted Re: Multiple Copies of DLLs on InstallShield Forum. Sep 06, 2022 10:14 AM
- Posted Modify the InstallLocation of a MSIX package with a MSIX Modification package ? on InstallShield Forum. Sep 06, 2022 09:29 AM
- Got a Kudo for Re: .NET Desktop 6.0 Prerequisite File. Jun 08, 2022 06:01 AM
- Posted Re: Get MSI table data from within CA on InstallShield Forum. May 30, 2022 10:58 AM
- Posted Re: Get MSI table data from within CA on InstallShield Forum. May 30, 2022 10:45 AM
- Posted Re: .NET Desktop 6.0 Prerequisite File on InstallShield Forum. May 27, 2022 06:26 PM
- Posted Re: Error while running project. on InstallShield Forum. Apr 19, 2022 08:06 AM
- Posted Re: "Merge module object holder" - Something missing on InstallShield Forum. Apr 18, 2022 07:37 AM
- Posted Re: Error while running project. on InstallShield Forum. Apr 18, 2022 06:57 AM
- Got a Kudo for Re: About "Microsoft Visual C ++ 2019 Redistributable Package". Mar 25, 2022 05:44 AM
- Posted Re: System Search Registry with MsiGetProperty on InstallShield Forum. Mar 17, 2022 09:23 AM
- Posted Re: How to register dll using Installshield on InstallShield Forum. Mar 17, 2022 09:14 AM
- Got a Kudo for Re: Diagnosing PackageCode is not unique. Mar 17, 2022 05:06 AM
- Posted Re: About "Microsoft Visual C ++ 2019 Redistributable Package" on InstallShield Forum. Mar 17, 2022 04:02 AM
- Posted Re: Diagnosing PackageCode is not unique on InstallShield Forum. Mar 17, 2022 03:50 AM
- Posted Re: How to silently install Crystal Report RunTime version 13 through my InstallShield Installer? on InstallShield Forum. Oct 28, 2021 04:23 AM
- Posted Re: Installscript project - changing productName effects error 1706 on InstallShield Forum. Oct 28, 2021 03:47 AM
- Posted Re: How to force a restart from InstallScript Custom Action using Suite Project file on InstallShield Forum. Oct 28, 2021 03:36 AM
- Posted Re: Check Suite UI exe is running on Silent Mode on InstallShield Forum. Sep 30, 2021 10:33 AM
- Posted Re: How to pass a value with whitespace characters to a property through the command line in InstallShield Suite Project? on InstallShield Forum. Sep 15, 2021 04:14 AM