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

[WiX-users] Re posting Condition for Silent Install

2007-12-05 Thread SaiTeja
Hi I want to execute some custom actions only in Silent Mode For ex: Custaction1,Custaction2,Custaction3,Custaction4, etc When I run in Silent Mode Custaction1 and Custaction2, Custaction3,Custaction4 Should execute When I run in UI mode, only Custaction3, Custaction4 should execute I tried in