Re: [WiX-users] EnvironmentVariable checking

2008-01-22 Thread Kalle Olavi Niemitalo
"Peter Jaworski" <[EMAIL PROTECTED]> writes: > or it is enough to to just use: > > > [%myenvironmentvariable] > ? Windows Installer would not expand that environment variable, because the Property.Value column has type Text rather than Formatted. http://msdn2.microsoft.com/library/aa370908.aspx

Re: [WiX-users] EnvironmentVariable checking

2008-01-22 Thread Peter Jaworski
> >1) Is there any nice pattern how to check if environment variable is set > > and if it does, to asign its value to a property in the same way as > > IniFileSearch or RegistrySearch: > > > >... > > > > > > or it is enough to to just use: > > > > > > [%myenvironmentvariable] > > ? > >2) Th

Re: [WiX-users] EnvironmentVariable checking

2008-01-22 Thread Peter Jaworski
> Is there any nice pattern how to check if environment variable is set > and if it does, to asign its value to a property in the same way as > IniFileSearch or RegistrySearch: > >... > > > or it is enough to to just use: > > > [%myenvironmentvariable] > ? The same feature "for read" from X

[WiX-users] EnvironmentVariable checking

2008-01-22 Thread Peter Jaworski
Hello, Is there any nice pattern how to check if environment variable is set and if it does, to asign its value to a property in the same way as IniFileSearch or RegistrySearch: ... or it is enough to to just use: [%myenvironmentvariable] ? Thank you, for any information. Best regards,