Hi,

>>- How does install works, i see i have the product GUID, the Version and the 
>>UpgradeCode, how does the installer manages those attributes ?


Pretty well...

>>- How do i know if the user had the application installed and is upgrading or 
>>reinstalling the same version ? (i want to be able to backup and >>restore 
>>some files if that is the case)

You can condition certain fo your custom actions using 'INSTALLED' to execute 
it only when the product is installed and 'NOT INSTALLED' to execute it when 
the product isnt' installed. You might want to check this for a list of 
available properties Windows Installer uses: 
http://msdn2.microsoft.com/en-us/library/aa370905.aspx

>>- Is the previous version automatically uninstalled before installing a new 
>>version, are the files that changed replaced, the new files overwrite >>the 
>>old ones?


No. You need to specify <Upgrade> tag. Assuming your previous app had an 
upgrade code, you specify which of the previous versions you want uninstalled 
by using the OnlyDectect attribute with the value 'no'.


No problem,
Dacian





__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-------------------------------------------------------------------------
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

Reply via email to