Re: [WiX-users] Condition and IniFileSearch

2007-08-14 Thread Ansuya Negi
this error message (2723) even when I do it after InstallInitialize. The installation needs to be aborted if the value does not match. Ansuya Bob Arnson-2 wrote: > > Ansuya Negi wrote: >> DEBUG: Error 2723: Custom action CheckKey specifies unsupported type >> The installer

[WiX-users] Version check for dll in compile

2007-08-13 Thread Ansuya Negi
Hi, I am using 64 bit machine and need to install few dlls. For files Msvbvm50.dll and Msvbvm60.dll: To do: Gave error: File of type 'File' with name '[SystemFolder]Msvbvm50.dll' could not be found. So used: light.exe : error LGHT0001 : Unknown error while getting version of file: C:\Wi

Re: [WiX-users] Condition and IniFileSearch

2007-08-13 Thread Ansuya Negi
Do I have to put it before InstallInitialize. I have also another question. Can the same thing be achieved by (as the value of SERACH_INI is "Test": Thanks a lot, Ansuya Bob Arnson-6 wrote: > > Ansuya Negi wrote: >> I try to read Check.ini file,

[WiX-users] Condition and IniFileSearch

2007-08-10 Thread Ansuya Negi
Hi, I try to read Check.ini file, which lies in Windows directory, and need to check the value of KeyVersion, i.e., "Test". I try to write custom action for this, but it is giving error. The file is: [RegTest] Name=Check KeyVersion=Test In WiX, Also, I need to ch

[WiX-users] Check .NET version and bootstrapper

2007-08-09 Thread Ansuya Negi
Hi, I can check .NET version as shown in tutorial: Then I need to install .NET framework accordingly. As suggested by some posts, I tried using bootstrapper dotNetInstaller. However this just gives us an option, whether we want to install .NET or not. The condition check that we have .NET comes