Hi

I am using following command and it works OK:

light.exe *.wixobj -cc CabCache -loc LocEN.wxl -out Package.msi
light.exe *.wixobj -cc CabCache -reusecab LocDE.wxl -out Package.msi

Regards

Stefan


Joachim Back wrote:
> Hello,
> 
> I want to create two MSI based on the same external cabinet data.cab.
> 
> My goal is to create the cabinet file only one time during installation build.
> 
> I use the parameters -reusecab like this
> 
> light -sacl -ss -spdb -b %WIXPATH% -ext WixUtilExtension -vwx -nologo -loc 
> English.wxl -out %RESULT%\%PRODUCT%_English.msi .\temp\%PRODUCT%.wixobj
> 
> light -sacl -ss -spdb -reusecab -b %WIXPATH% -ext WixUtilExtension -vwx 
> -nologo  -loc French.wxl -out %RESULT%\%PRODUCT%_French.msi 
> .\temp\%PRODUCT%.wixobj
> 
> I can see from the file modification time stamp, that the cabinet is again 
> modified by the second execution, even that the files contained in the 
> cabinet are the same for both. 
> 
> Should I use -cc to achieve my goal?
> 
> Regards,
> Joachim
> 
> 
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
Stefan Pavlik | [EMAIL PROTECTED]
Whitestein Technologies s.r.o. | www.whitestein.com
Panenska 28 | 811 03 Bratislava | Slovak Republic
Main +421 2 5443-5502 | Direct +421 2 5930-0735

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to