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.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Upgrade is not working on Windows XP SP3
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Aug 11, 2009
01:20 PM
Upgrade is not working on Windows XP SP3
Hi,
I am using InstallShield 2009 (v15) for creating setup of my application. There are two ways that I handle in it are:
1. Fresh installation of application - works fine every time
2. Upgrade already installed application to new version.
The problem here is with Windows XP SP3 system. I have my old version application installed on it. Now I am running new installation. It asks me to upgrade old application I chose Yes, then it continues with its steps but don't know why it skips(does not show file copy progress bar) steps where it copies all the files. It works fine with Windows XP SP2 and replaces old version assembly files with new one. This problem is not reproducing on every computer. On some of the computers it is working fine and upgrades. I tried selecting Always Overwrite option but still it does not copy latest files.
Please guide me solving this problem.
Thanks,
Jigs
I am using InstallShield 2009 (v15) for creating setup of my application. There are two ways that I handle in it are:
1. Fresh installation of application - works fine every time
2. Upgrade already installed application to new version.
The problem here is with Windows XP SP3 system. I have my old version application installed on it. Now I am running new installation. It asks me to upgrade old application I chose Yes, then it continues with its steps but don't know why it skips(does not show file copy progress bar) steps where it copies all the files. It works fine with Windows XP SP2 and replaces old version assembly files with new one. This problem is not reproducing on every computer. On some of the computers it is working fine and upgrades. I tried selecting Always Overwrite option but still it does not copy latest files.
Please guide me solving this problem.
Thanks,
Jigs
(1) Reply
Jan 17, 2011
12:23 AM
Done.
Root Cause: By mistake one component was missing from the new installation project. And due to this it was failing by advertising this. I figured out this from Verbose log. I extracted this component file from old installation .msi file and added it into the new project. Now it is working fine.
One more attribute I used is Always Overwrite of the component.
Thanks,
Root Cause: By mistake one component was missing from the new installation project. And due to this it was failing by advertising this. I figured out this from Verbose log. I extracted this component file from old installation .msi file and added it into the new project. Now it is working fine.
One more attribute I used is Always Overwrite of the component.
Thanks,