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
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
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
3 matches
Mail list logo