Re: [WiX-users] Re posting Condition for Silent Install

2007-12-06 Thread SaiTeja
Hi Stefan, Thanks a lot... Its working now. Thanq so much Stefan Pavlik-2 wrote: > > Hi Again... > > You cannot use the INSTALLUILEVEL_NONE string in the WiX. It is > defined only in some C++ header file and you can use it in the C++ > project. > You need to use the UILevel property. It mea

Re: [WiX-users] Re posting Condition for Silent Install

2007-12-06 Thread Stefan Pavlik
Hi Again... You cannot use the INSTALLUILEVEL_NONE string in the WiX. It is defined only in some C++ header file and you can use it in the C++ project. You need to use the UILevel property. It means: UILevel=2 UILevel is name of property and 2 is value which means INSTALLUILEVEL_NONE. Regar