Aug 11, 2022
02:26 PM
Figured it out and replying in case anyone else runs into this. I logged the install of the patch a while back, but did it with reduced UI. That showed nothing. Now I logged it with full UI and see that the install got an error on things related to some CA's that the patch installer added to 'Help me' ??? Things like Check for MDACInstall.C9C35FC7...". I unchecked al the CA's with "C9C35FC7..." and now it works fine.
... View more
Aug 11, 2022
01:51 PM
It definitely has something to do with the user interface. msiexec /qn /p PatchPackage.msp REINSTALL=ALL REINSTALLMODE=ous and msiexec /qb /p PatchPackage.msp REINSTALL=ALL REINSTALLMODE=ous work just fine. This does not... msiexec /p PatchPackage.msp REINSTALL=ALL REINSTALLMODE=ous Does that provide a clue?
... View more
Aug 11, 2022
09:27 AM
Additional info: Just discovered that this problem only occurs if I double click on the .msp file to execute it. It works just fine if I open a CMD prompt, CD to the folder containing the .msp file and run this command: msiexec /qn /p PatchPackage.msp REINSTALL=ALL REINSTALLMODE=ous What does that mean? Thanks
... View more
Aug 10, 2022
12:26 PM
@shunt, Thanks for your reply. Unfortunately, the direct edit of the .msp file shows no MDAC files. We did download and successfully install MDAC 2.8 on the target machine and we still get the same result when applying the patch. "MDAC 2.7 SP1 cannot be installed on this machine...". This is puzzling because it is Windows 10 64 Bit and I believe that MDAC should already be baked in to the OS. Furthermore, this only happens when attempting to install the patch, which only contains 1 file that simply has the version updated from the original file. This does not happen on other Windows 10 machines. Thanks again for your help.
... View more
Aug 09, 2022
07:35 AM
Hi, I am trying to build a simple quick patch with IS 2021 Premier. On at least 1 Windows 10 machine I get a pop up when installing the patch. "MDAC 2.7 SP1 cannot be installed on this machine..." I have not included any MDAC prerequisites and this does not happen when installing the baseline msi... only when installing the patch. Why is this happening? My understanding was that MDAC 2.7 Sp1 was deprecated years ago. Nothing in the patch requires MDAC. It is just a test patch, so the only change is one file that I rebuilt with an incremented version number. Thanks for any ideas.
... View more
Labels
- Labels:
-
InstallShield 2021
May 09, 2022
08:40 AM
Thanks Shunt. That got me going. I did find that I am able to keep the 4th field... which is great! Major.Minor.Build.Patch. I did find the link you posted to be a bit confusing and found this link to be better. https://docs.microsoft.com/en-us/windows/win32/msi/uninstalling-patches Thanks again.
... View more
May 06, 2022
01:04 PM
I see this in the build window: Performing Upgrading and Patching Validation Val0003: This setup will perform a MINOR upgrade of the referenced previous setup
... View more
May 06, 2022
10:46 AM
Shunt, Thanks for your quick reply. I think my patch is able to be uninstalled. Where would I find the Val0015 message? When I install my base product the version is xx.yy.zz in 'Programs and Features'. I install the Quick Patch with: msiexec /p PatchPackage.msp REINSTALL=ALL REINSTALLMODE=ous Then the version is xx.yy.zz.01 in 'Programs and Features'. That seems correct... or should there be a separate line for the patch in 'Programs and Features'? Then I uninstall the patch with: msiexec /package {Product Code of Original Install Package} /uninstall {Revision number of .msp file}. That uninstalls the entire patched and original package. How do I uninstall just the patch? Thanks
... View more
May 05, 2022
10:21 AM
I have made a Quick Patch for a Basic MSI project. Before the patch the product is correctly shown in 'Programs and Feature' with version as Major.Minor.Build. After patching the product is correctly shown in 'Programs and Feature' with versionas Major.Minor.Build.Patch#. How do I uninstall the patch? If I uninstall, it uninstalls the entire product. Checking 'Allow Patch to be Uninstalled' didn't seem to matter. Thanks
... View more
Labels
- Labels:
-
InstallShield 2019
Latest posts by RonGiA
Subject | Views | Posted |
---|---|---|
409 | Aug 11, 2022 02:26 PM | |
412 | Aug 11, 2022 01:51 PM | |
415 | Aug 11, 2022 09:27 AM | |
433 | Aug 10, 2022 12:26 PM | |
457 | Aug 09, 2022 07:35 AM | |
1066 | May 09, 2022 08:40 AM | |
1096 | May 06, 2022 01:04 PM | |
1101 | May 06, 2022 10:46 AM | |
1115 | May 05, 2022 10:21 AM |
Activity Feed
- Posted Re: Quick Patch on InstallShield Forum. Aug 11, 2022 02:26 PM
- Posted Re: Quick Patch on InstallShield Forum. Aug 11, 2022 01:51 PM
- Posted Re: Quick Patch on InstallShield Forum. Aug 11, 2022 09:27 AM
- Posted Re: Quick Patch on InstallShield Forum. Aug 10, 2022 12:26 PM
- Posted Quick Patch on InstallShield Forum. Aug 09, 2022 07:35 AM
- Posted Re: Uninstall Patch for Basic MSI Project on InstallShield Forum. May 09, 2022 08:40 AM
- Posted Re: Uninstall Patch for Basic MSI Project on InstallShield Forum. May 06, 2022 01:04 PM
- Posted Re: Uninstall Patch for Basic MSI Project on InstallShield Forum. May 06, 2022 10:46 AM
- Posted Uninstall Patch for Basic MSI Project on InstallShield Forum. May 05, 2022 10:21 AM