Feb 11, 2011
08:01 AM
Create two major upgrade items, one for each of the old products. Then when you get around to upgrading the new product, you'll need another major upgrade item for its new upgrade code.
... View more
Feb 10, 2011
08:25 AM
What type of installation is the old Wise one? If it was an MSI, you should be able to uninstall it from your MSI built with InstallShield simply by setting up a major upgrade. Why don't you want to use that functionality?
... View more
Feb 10, 2011
08:22 AM
You should be able to put it in the merge module, but be aware that the property name will have the MM GUID appended to it in the main project. (This is done by design so that items in the MM cannot overwrite items named the same in the main project.) So you need to do one of two things: either append the GUID to the property name in your condition check in the main project, or go into the direct editor in the merge module and remove the GUID from the property name wherever it appears. Personally, I'd use the GUID in the condition check to ensure that you never accidentally overwrite a main project property if you end up using the MM somewhere else.
... View more
Feb 10, 2011
08:14 AM
I suspect what you're running into is the following: I have found that even though you have scheduled the RemoveExistingProducts version early, the costing that happens marks the component with your badly-versioned file as not needed due to having a higher-versioned file on the system. Then the uninstall is run and the older dll is removed. Then the install runs, but that component is skipped. You can verify that this is happening by logging the install and checking the states for the component in question. I believe you can overcome this, since you are completely uninstalling the older version first, by changing the component code on the file in question. then the install will see it as new and mark it for installation, the uninstall will remove the old file, and the install will install the new file as part of a new component. (If the RemoveExistingProducts action was scheduled after the new version is installed, this wouldn't work.)
... View more
Jan 28, 2011
06:58 AM
I believe what you're seeing is the dialog displayed when the MSI is not signed. You might want to check out the information about using digital certificates to sign your MSI.
... View more
Jan 28, 2011
06:55 AM
I'm a little confused. The standard behavior of an MSI is to show the maintenance dialog if that version of the MSI is already installed. Are you talking about showing the maintenance dialog if you're doing a major upgrade?
... View more
Jan 24, 2011
08:28 AM
You might want to do some research into the way Windows 7 implements file protection. I'm not sure it will allow you to delete files from the system folder.
... View more
Jan 12, 2011
10:35 AM
Forgive the posting in two forums. Question: Can I run InstallShield Limited Edition 2011 for Visual Studio 2010 on the same box as InstallShield Professional 2009? My boss would like me to see if we can do some/all of our installation projects through the Visual Studio IDE.
... View more
Labels
Jan 12, 2011
10:33 AM
Forgive the posting in two forums. Question: Can I run InstallShield Limited Edition 2011 for Visual Studio 2010 on the same box as InstallShield Professional 2009? My boss would like me to see if we can do some/all of our installation projects through the Visual Studio IDE.
... View more
Labels
- Labels:
-
InstallShield 2011
Jan 12, 2011
07:55 AM
Is an MSI one of your requirements? It seems to me that what you are trying to do might be easier with an InstallScript project, especially since it doesn't appear that you need to use all the built-in Windows Installer features that manage upgrades, repairs and uninstalls.
... View more
Jan 10, 2011
08:34 AM
You might want to try adding a system search for the registry key, so that you can save its value and write that value back when the key is re-installed. (You could also access the key through InstallScript if you'd prefer, or if you originally write the entry through InstallScript.)
... View more
Jan 10, 2011
08:26 AM
First thing you may want to try is to look at the server install with a tool like Microsoft's Orca to ensure that the merge module files are included as you expect. Second thing would be to run the server install with logging to see if the log file shows why the files are not being installed.
... View more
Jan 07, 2011
09:10 AM
IS automatically adds the merge module's GUID to any property created in the merge module, to prevent properties in the main install being overwritten by accident. You should be able to set the merge module property specifically by setting, for example, "PrCode.GUID" in your main install.
... View more
Jan 06, 2011
08:18 AM
Have you tried running the install with a log file to see if it gives you any explanation as to why the action is not running?
... View more
Jan 03, 2011
07:59 AM
Try running a log file on the uninstall and see it that will tell you why the folder isn't being uninstalled.
... View more
Latest posts by KathyMorey
Subject | Views | Posted |
---|---|---|
647 | Jul 08, 2011 08:29 AM | |
536 | Apr 29, 2011 10:37 AM | |
631 | Apr 29, 2011 10:27 AM | |
1442 | Apr 14, 2011 09:18 AM | |
698 | Apr 08, 2011 09:10 AM | |
1541 | Apr 08, 2011 08:49 AM | |
703 | Apr 04, 2011 09:17 AM | |
712 | Mar 21, 2011 11:01 AM | |
537 | Mar 17, 2011 08:48 AM | |
799 | Mar 17, 2011 08:47 AM |
Activity Feed
- Got a Kudo for Re: Uninstall removes entire registry key. Jul 22, 2019 01:05 PM
- Posted Re: Merge Module installs service and will not uninstall on InstallShield Forum. Jul 08, 2011 08:29 AM
- Posted Re: Product Code GUID problem on InstallShield Forum. Apr 29, 2011 10:37 AM
- Posted Re: How to Uninstall Existing product? on InstallShield Forum. Apr 29, 2011 10:27 AM
- Posted Re: Component Not Installing After Major Upgrade... on InstallShield Forum. Apr 14, 2011 09:18 AM
- Posted Re: Major Upgrade is removing files on InstallShield Forum. Apr 08, 2011 09:10 AM
- Posted Re: Deleting Files Used Only for Installation on InstallShield Forum. Apr 08, 2011 08:49 AM
- Posted Re: General uninstall problem on InstallShield Forum. Apr 04, 2011 09:17 AM
- Posted Re: Get Version of old Product during Update? on InstallShield Forum. Mar 21, 2011 11:01 AM
- Posted Re: Major upgrade results in multiple instances in Add/remove programs on InstallShield Forum. Mar 17, 2011 08:48 AM
- Posted Re: Nested .msp in Installshield 2010? on InstallShield Forum. Mar 17, 2011 08:47 AM
- Posted Re: Installscript Custom Action and Mapped Drive on InstallShield Forum. Mar 07, 2011 08:08 AM
- Posted Re: Force INSTALLDIR on InstallShield Forum. Mar 07, 2011 08:04 AM
- Posted Re: How do I get properties from original install for upgrade on InstallShield Forum. Mar 01, 2011 09:54 AM
- Posted Re: Release Wizard - How do I output MSI file on InstallShield Forum. Feb 16, 2011 08:38 AM
- Posted Re: .exe Not Updating on InstallShield Forum. Feb 15, 2011 09:30 AM
- Posted Re: Upgrade two products simultaneously on InstallShield Forum. Feb 11, 2011 08:01 AM
- Posted Re: Removing old version on InstallShield Forum. Feb 10, 2011 08:25 AM
- Posted Re: Conditional installation of a merge module on InstallShield Forum. Feb 10, 2011 08:22 AM
- Posted Re: Major Upgrade Issue/Bug/Procedural Problem on InstallShield Forum. Feb 10, 2011 08:14 AM