[WiX-users] MSI Chaining using setupbld.exe issues

2011-01-21 Thread vivekanandan balaguru
Hi, We are using setupbld.exe to chain two msi and it works fine first time, but the output integrated exe does not let us do the change mode during next time install but goes to reinstall mode. This is the command for chaining: setupbld.exe -out integratedInstall.exe -msu first.msi -msu second.ms

[WiX-users] Repair fails when original MSI not available

2010-10-29 Thread vivekanandan balaguru
Hi, If we delete the MSI from disk after install, Repair option fails with the message "The feature you are trying to use is on a network resource that is unavailable". How to enable local cache in Wix? This feature works on InstallShield created BasicMSI projects by default. thanks, Vivek ---

[WiX-users] Dealing with packages bigger than 2Gb

2010-10-06 Thread vivekanandan balaguru
We are trying to build a MSI package that includes multiple files and total size of all files around 2.3 GB. While building we get the error below, Whats the best solution to fix this error? 2>light.exe(0,0): error LGHT0296: An error (E_FAIL) was returned while adding files to a CAB file. This mos

[WiX-users] Delete temp files during uninstall

2008-09-30 Thread vivekanandan balaguru
I have a requirement to delete temporary files at C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files. As the number of directories and files created by the application are close to 200 and RemoveFolder,RemoveFile with "*" is only on a directory and not recursive, makes it harder