Hi,
The tutorial of WiX is really helpful.
http://www.tramontana.co.hu/wix/
 
 


From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Fri, 15 Jun 2007 10:28:41 
+0530Subject: [WiX-users] Want help on deployment/setup/versioning








Hi,
 
I am looking for some resources – books/articles/websites on how to go about 
building a professional setup. How to apply hotfix? How to version the 
setup/dll’s? What are the issues involved in deploying product to end user? 
Etc...
Basically, I am looking for a beginner’s crash course on 
deployment/setup/versioning.
 
Thanks,
Nitin
 




From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of fiordean 
dacianSent: Thursday, June 14, 2007 8:52 PMTo: Harm-Jan Zwinderman; [EMAIL 
PROTECTED]: Re: [WiX-users] How to automatically uninstall a Product in a 
WIXinstaller
 


Hi,The message you get is when you do a minor upgrade (ProductCode is the same, 
just version changes). In this case (minor upgrades), you have to launch your 
msi from the command line with like this:msiexec /i <your_setup>.msi 
REINSTALL=ALL REINSTALLMODE=vomus.If you want to completely remove your product 
first, a major upgrade is what you want. For this, change both product code and 
version for your new setup. Also, add an Upgrade tag refering to your previous 
version (make sure you set OnlyDetect to 'no' in there). You will probably want 
to schedule 'RemoveExistingProducts' custom action after 
'InstallInitialize'.Dacian

----- Original Message ----From: Harm-Jan Zwinderman <[EMAIL PROTECTED]>To: 
[EMAIL PROTECTED]: Thursday, June 14, 2007 3:24:27 PMSubject: [WiX-users] How 
to automatically uninstall a Product in a WIX installer

Hi,I did build a WIX msi installer to install our product.However when I run 
this installer again I do get a message box with the text'Another version of 
this product is already installed.  Installation of this version cannot 
continue.  To configure or remove the existing version of this product, use 
Add/Remove Programs on the Control Panel.'What I would want to happen is that 
the installer first would deinstall the product and then reinstalls it from the 
WIX msi installer.I have been playing around with the tag 
RemoveExistingProducts however that doesn't do the trick.Is it possible to 
automatically uninstall in a WIX msi installer?Best Regards,Harm-Jan 
Zwinderman-- Charm B.V.Kruislaan 4061098 SM AmsterdamT +31 (0)20-751 [EMAIL 
PROTECTED] SF.net email is sponsored by DB2 ExpressDownload DB2 Express C - the 
FREE version of DB2 express and takecontrol of your XML. No limits. Just data. 
Click to get it 
now.http://sourceforge.net/powerbar/db2/_______________________________________________WiX-users
 mailing [EMAIL PROTECTED]://lists.sourceforge.net/lists/listinfo/wix-users
 
 



Park yourself in front of a world of choices in alternative vehicles.Visit the 
Yahoo! Auto Green Center.
-------------------------------------------------------------------------
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