Stuart Cullen wrote:
> The problem is that I want this to work over and over again maybe with
> different external files but no change to the msi. However once the msi has
> run on a machine it won't try the install again. Using a command line with
> REINSTALL works but this won't run the first time.
>
> Is there a way of always installing even if the msi has run before?
>   
You can use different command lines, one to install (/i) and one to 
reinstall (/f). Or you could use a major upgrade to detect the previous 
installation and uninstall it before installing a second. Another 
approach is to separate out the files that change into a separate MSI 
package.

-- 
sig://boB
http://bobs.org



-------------------------------------------------------------------------
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