Actually  creating bootstrap is not my problem, my problem is when I'm running 
msi with ReInstall=All command:

msiexec /i setup.msi REINSTALL=ALL REINSTALLMODE=vomus /log log.txt

the feature tree view is totally different than running msi without these 
commands.

From: Levi Wilson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 31, 2007 12:57 PM
To: Leila Lali (Excell Data Corporation)
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Upgrade

I think that you might want to check out the Bootstrapper example that is on 
the WiX sourceforge page 
(http://sourceforge.net/tracker/?group_id=105970&atid=654188 )

After you build that, you should have a setup.exe.  With that, you will be able 
to use msistuff to package your MSI in it as well.  I believe what you're 
looking for is to use the msistuff with the following command parameters:

msistuff.exe setup.exe /o INSTALLUPD /d mymsi.msi /b mymsi.msi /v 200 /n "My 
Product"
On 1/31/07, Leila Lali (Excell Data Corporation) <[EMAIL 
PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote:

Hi,



I'm trying to create a Bootstrap exe file from my msi, that can be used as new 
version of setup. This exe file could find the old version and upgrade them, 
but my problem is,  when it couldn't find any other version of product and 
should act as a fresh setup, the feature tree will completely change! The 
features should be for complete setup and I set the levels to be like this. But 
when I'm running the setup exe and there is not any old version of product 
installed, the features will be changed for custom setup (unselected)





Setup.exe runs msi with these commands: REINSTALL=ALL REINSTALLMODE=vomus



Does anybody know what my problem is?



Thanks

Leila Lali

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net<mailto:WiX-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to