Re: [WiX-users] Reading command line arguments to .msi

2008-06-23 Thread Brian Rogers
ss a string to .msi and use that string as ExeCommand to a > deferred custom action. > > -Original Message- > From: [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] On Behalf Of Brian Rogers > Sent: 24 June 2008 10:30 > To: General discussion for Windows Installer XML toolset.

Re: [WiX-users] Reading command line arguments to .msi

2008-06-23 Thread Akshat Sharma
toolset. Subject: Re: [WiX-users] Reading command line arguments to .msi Many command line arguments get translated to MSI properties. Public properties (properties that are ALL CAPS) can be set on the command line and have their values available in the executing install. What arguments are you

Re: [WiX-users] Reading command line arguments to .msi

2008-06-23 Thread Brian Rogers
Many command line arguments get translated to MSI properties. Public properties (properties that are ALL CAPS) can be set on the command line and have their values available in the executing install. What arguments are you looking for? -- Brian Rogers "Intelligence removes complexity." - Me http

[WiX-users] Reading command line arguments to .msi

2008-06-23 Thread Akshat Sharma
How do I read the command line arguments that have been passed to .msi file? Thanks, Akshat - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. htt