Hello
I don't understand about update process as minor.
I installed version 1.0.1 (for example) as clean install (without previous)
<Product Id="ad30be80-8972-4440-a0b1-c4b057c2d033" Name="Sample Install.
Upgrades 101" Language="1033" Version="1.0.1" Manufacturer="PG"
UpgradeCode="8e6f807a-bd2e-43e6-bbb4-9ea295486d3e">
<Upgrade Id='8e6f807a-bd2e-43e6-bbb4-9ea295486d3e'>
<UpgradeVersion OnlyDetect='yes' Property='PATCHFOUND' Minimum='1.0.1'
IncludeMinimum='yes' Maximum='1.0.1' IncludeMaximum='yes' />
<UpgradeVersion OnlyDetect='yes' Property='NEWERFOUND' Minimum='1.0.1'
IncludeMinimum='no' />
</Upgrade>
It's OK.
After that I install nex version 1.0.2 - change one file
<Product Id="ad30be80-8972-4440-a0b1-c4b057c2d033" Name="Sample Install.
Upgrades 102" Language="1033" Version="1.0.2" Manufacturer="PG"
UpgradeCode="8e6f807a-bd2e-43e6-bbb4-9ea295486d3e">
<Upgrade Id='8e6f807a-bd2e-43e6-bbb4-9ea295486d3e'>
<UpgradeVersion OnlyDetect='yes' Property='PATCHFOUND' Minimum='1.0.2'
IncludeMinimum='yes' Maximum='1.0.2' IncludeMaximum='yes' />
<UpgradeVersion OnlyDetect='yes' Property='NEWERFOUND' Minimum='1.0.2'
IncludeMinimum='no' />
</Upgrade>
through (REINSTALL=ALL REINSTALLMODE=vomus)
It's OK. File changed, in Add|Remove Programm changed name
And I trying to install version 1.0.3 (change one file again, as 1.0.2)
<Product Id="ad30be80-8972-4440-a0b1-c4b057c2d033" Name="Sample Install.
Upgrades 103" Language="1033" Version="1.0.3" Manufacturer="PG"
UpgradeCode="8e6f807a-bd2e-43e6-bbb4-9ea295486d3e">
<Upgrade Id='8e6f807a-bd2e-43e6-bbb4-9ea295486d3e'>
<UpgradeVersion OnlyDetect='yes' Property='PATCHFOUND' Minimum='1.0.3'
IncludeMinimum='yes' Maximum='1.0.3' IncludeMaximum='yes' />
<UpgradeVersion OnlyDetect='yes' Property='NEWERFOUND' Minimum='1.0.3'
IncludeMinimum='no' />
</Upgrade>
REINSTALL=ALL REINSTALLMODE=vomus
But this don't work!
Changed only name in Add|Remove program, but no files are changed.
Log (partally):
...
Action 13:05:47: FindRelatedProducts. Searching for related applications
Action start 13:05:47: FindRelatedProducts.
Action ended 13:05:47: FindRelatedProducts. Return value 0.
...
Action 13:05:47: InstallValidate. Validating install
Action start 13:05:47: InstallValidate.
Action ended 13:05:47: InstallValidate. Return value 1.
...
InstallFiles: File: Copying new files, Directory: , Size:
Action ended 13:05:48: InstallFiles. Return value 1.
...
What wrong?
Maybe I set wrong Maximum|Minimum values (and Includes)?
Thanks,
Anton
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users