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
- :
- Update not installing the new files
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Feb 24, 2010
02:57 PM
Update not installing the new files
I'm having a problem with a small update. My installer has a new & higher version number, and all the files I'm trying to replace have higher version numbers, yet they don't get copied over the existing files.
The installer knows it's doing an update:
PROPERTY CHANGE: Modifying REINSTALLMODE property. Its current value is 'omus'. Its new value: 'vomus'.
PROPERTY CHANGE: Adding IS_MINOR_UPGRADE property. Its value is '1'.
But every component has a line like this:
Component: Uniservice.exe; Installed: Local; Request: Null; Action: Null
and no new files get copied to the system.
I don't understand what else to do. Why is it ignoring all my newer files?
The installer knows it's doing an update:
PROPERTY CHANGE: Modifying REINSTALLMODE property. Its current value is 'omus'. Its new value: 'vomus'.
PROPERTY CHANGE: Adding IS_MINOR_UPGRADE property. Its value is '1'.
But every component has a line like this:
Component: Uniservice.exe; Installed: Local; Request: Null; Action: Null
and no new files get copied to the system.
I don't understand what else to do. Why is it ignoring all my newer files?
(1) Reply
Feb 25, 2010
11:57 AM
Hi,
Look at the Feature installation state in the log file. You may find this article useful -> http://blogs.msdn.com/heaths/archive/2006/01/23/516457.aspx.
I hope this helps.
Look at the Feature installation state in the log file. You may find this article useful -> http://blogs.msdn.com/heaths/archive/2006/01/23/516457.aspx.
I hope this helps.