Re: [WiX-users] Skip Merge Modules for per-user install

2009-08-27 Thread asanami
Thanks for your repley. This still doesn't solve the problem. Doesn't that have the same effect as using a custom property. Either way, it appears that a condition doesn't solve my problem here. There seems to be something embedded in the MSI file that is telling the installer it cannot install

[WiX-users] Skip Merge Modules for per-user install

2009-08-27 Thread asanami
Hi, I need to be able to skip installation of the VC merge modules if is a per-user install. (ie. ALLUSERS=2) and the user doesn't have admin rights on the machine. Ideally, this would be done by setting a property on the command line. e.g MSIExec /i image.msi SKIP_MERGE_MODULES=1 I can make