If you keep the same ProductCode (the guid at produ...@id in your code) then
the MSI must keep the same name. If you can't guarantee the same name then
you should look at Major Upgrades. The easiest way to keep the ProductCode
changing is to use '*' as the value for produ...@id.

-----Original Message-----
From: Giora keinan [mailto:grkei...@gmail.com] 
Sent: Thursday, October 29, 2009 8:29 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] MSI upgrade is looking for the original MSI file

Hello

I created an installation and upgrade MSI files using WIX.
(Which was relatively easy).

I am testing the upgrade msi.

if the original MSI (Xyz.msi) is present in the original path the 
upgrade is done smoothly. I am using the command: >msiexec /i 
XyzUpgrade.msi REINSTALL=ALL REINSTALLMODE=vomus

But if the original Xyz.msi is not present the msiexec displays a 
message similar to
"A Network error occurred while attempting to read from the file 
"c:\.......\Xyz.msi""

My problem is that many users delete the MSI file after the installation 
and the upgrade will fail. How can I solve this problem?

Thanks

Giora


 


----------------------------------------------------------------------------
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to