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

2009-08-27 Thread Wilson, Phil
t;>1. Phil Wilson -Original Message- From: asanami [mailto:alexsan...@gmail.com] Sent: Thursday, August 27, 2009 5:30 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Skip Merge Modules for per-user install Thanks for your repley. This still doesn't solve the probl

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

2009-08-27 Thread Blair
@gmail.com] Sent: Thursday, August 27, 2009 5:30 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Skip Merge Modules for per-user install Thanks for your repley. This still doesn't solve the problem. Doesn't that have the same effect as using a custom property. Either

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

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

2009-08-27 Thread Sebastian Brand (Instyler Software)
Sent: Thursday, August 27, 2009 11:00 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Skip Merge Modules for per-user install 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

[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