Re: [WiX-users] MSIEXEC installlevel feature

2008-09-14 Thread Vivek
Hi, I have a similar problem but with slight change. What i am trying to achieve is: I have one .cmd file which i want to run (using custom action) only if user pass some flag from command line. Just like you did in the example below,but i want to control my custom action from this flag. e.

Re: [WiX-users] MSIEXEC installlevel feature

2008-09-12 Thread Rob Mensching
ADDLOCAL? See the MSI SDK. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dschmitz Sent: Thursday, September 11, 2008 06:29 To: wix-users@lists.sourceforge.net Subject: [WiX-users] MSIEXEC installlevel feature Hello, I'm just wondering if it is possib

Re: [WiX-users] MSIEXEC installlevel feature

2008-09-11 Thread dschmitz
Great! That was exactly what I needed! Thanks a lot again Daniel Pally Sandher wrote: > > You can use Conditions on your Features to set the Level. > > e.g. > > > > > > > > > > > > > If you ran your MSI as "msiexec /i myproduct.msi INSTALLELEVEL=2000 > ONLYB=true" it

Re: [WiX-users] MSIEXEC installlevel feature

2008-09-11 Thread John Nannenga
:46 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] MSIEXEC installlevel feature You can use Conditions on your Features to set the Level. e.g. If you ran your MSI as "msiexec /i myproduct.msi INSTALLELEVEL=2000 ONLYB=true" it

Re: [WiX-users] MSIEXEC installlevel feature

2008-09-11 Thread Pally Sandher
You can use Conditions on your Features to set the Level. e.g. If you ran your MSI as "msiexec /i myproduct.msi INSTALLELEVEL=2000 ONLYB=true" it would only install Feature B as Feature A would have it's Level set to since the public Property ONLYB has a value assigned