Re: [WiX-users] Reuse cabinet deletes cabinet

2007-11-12 Thread Stefan Pavlik
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 da

[WiX-users] Reuse cabinet deletes cabinet

2007-11-12 Thread Joachim Back
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 %RESU