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
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Mar 11, 2009
04:18 AM
minor upgrade
Hi all
I have a problem with minor update because some file of component doesn't update. Project is InstallScript MSI.For update I just change package code and product version in release item and product version in general information too.
Thanks for every answer
I have a problem with minor update because some file of component doesn't update. Project is InstallScript MSI.For update I just change package code and product version in release item and product version in general information too.
Thanks for every answer
(2) Replies
‎Mar 11, 2009
08:44 AM
Did the files in your components change according to the Windows Installer versioning rules? (Versioned files changed to higher version numbers, non-versioned files date/time stamp changed, non-versioned files not modified by user, etc.) If you haven't, you might try logging the upgrade to see if that gives you any clues as to why the particular components didn't upgrade.
‎Mar 11, 2009
09:53 AM
I read something about windows installer versioning rules in InstallShield's help and I knew process how overwriting file and components during update. If a key file is set, the component is allowed to install when requested in the following situations:
1.The key file is a versioned file and has a higher version than an existing file on the machine.
2.The key file is versioned and has an equal version compared to the existing file on the machine.
3.The key file is unversioned.
So, I use key file for every component but for linkage files into project only(I create file *.kf, afterwards in components/file item set this file like key file and set dynamic file linking).How can I versioned this file?
1.The key file is a versioned file and has a higher version than an existing file on the machine.
2.The key file is versioned and has an equal version compared to the existing file on the machine.
3.The key file is unversioned.
So, I use key file for every component but for linkage files into project only(I create file *.kf, afterwards in components/file item set this file like key file and set dynamic file linking).How can I versioned this file?