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
dacian
Sent: Thursday, June 14, 2007 8:52 PM
To: Harm-Jan Zwinderman; wix-users@lists.sourceforge.net
Subject: 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: wix-users@lists.sourceforge.net
Sent: Thursday, June 14, 2007 3:24:27 PM
Subject: [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 406
1098 SM Amsterdam
T +31 (0)20-751 2190
[EMAIL PROTECTED]
-------------------------------------------------------------------------
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
_____
Park yourself in front of a world of choices in alternative vehicles.
Visit
<http://us.rd.yahoo.com/evt=48246/*http:/autos.yahoo.com/green_center/;_ylc=
X3oDMTE5cDF2bXZzBF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDZ3JlZW4tY2VudGVy>
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