Hi,...

The package code of your MSI should change every build. That's why
the GUID ????????-????-????-????-???????????? exist in WiX.

You should read this:
http://windowssdk.msdn.microsoft.com/en-us/library/aa370579.aspx
and
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/changing_the_product_code.asp

Personaly I think that changing the package code (which is a must in
 general) will be enough.

You will also need to use REINTALLMODE=vomus , or any switch with
'v' (runs from source and recaches local package) to "reapir" the
installation.

Regards

Stefan

vij wrote:
> Hi,
> In our project we have daily builds. For daily buils we are NOT changing
> the product ID,package ID and upgrade ID. So when user tries to install
> latest build, it will give repair option, which will re-install the
> package.
>  
> This is working fine, as long as no new files are added to the
> MSI package. When some new files are added to the MSI package, it is not
> installing those new files which were not present in the previous
> installation MSI package.
>  
> How to re-install all the files? Any help would be highly appreciated.
>  
> Thanks
> Vij
> 


-- 
Stefan Pavlik | [EMAIL PROTECTED]
Whitestein Technologies | www.whitestein.com
Panenska 28 | SK-81103 Bratislava | Slovak Republic
Tel +421(2)5930-0735 | Fax +421(2)5443-5512

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