This was asked before, here is an answer:
In reply to this post by Pierson Lee (Volt)
Pierson Lee (Volt) wrote:
Is there a property within the Wix I can set conditionally (dependent upon a 
registry key) whether or not to display a UI?

No. UILevel is set by MSI to indicate how the *user* chose to run your package. 
As long as you have authored UI, a user can always request it.
 -- 
sig://boB
http://joyofsetup.com/

once again my response is: if you want to change the UI level during 
installation type MSIEXEC at a cmd prompt that will give you a list of cmd line 
parameters to use to run a MSI
i.e.:
Display Options
        /quiet
                Quiet mode, no user interaction
        /passive
                Unattended mode - progress bar only
        /q[n|b|r|f]
                Sets user interface level
                n - No UI
                b - Basic UI
                r - Reduced UI
                f - Full UI (default)
        /help
                Help information

-----Original Message-----
From: Andrei Trif [mailto:trif.and...@mail.com] 
Sent: August-20-13 4:03 PM
To: General discussion for Windows Installer XML toolset. 
Subject: Re: [WiX-users] Basic MSI without UI

Hello,

Hmm... to run the msi with the /qn switch I need to build a boostrapper with 
Burn. The result will be an exe file with a different UI. To remove this UI I 
need to create a custom BA and if I manage to do this succesfully I will have 2 
entries in Add/Remove Programs, one for my msi and one for my bootstrapper, and 
I still have an exe instead of a msi. All this looks a little bit silly 
considering that the proper value for the UILevel might do the trick.

John, can I set the UILevel property using the Property element in the .wxs 
file?

Thank you,
Andrei

Marlos Gottschild <marlos.gottsch...@gmail.com> wrote:

>Hi,
>You can create a bootstrapper using Burn and set the execution to /quiet.
>
>BR,
>Marlos
>
>
>2013/8/20 Andrei Trif <trif.and...@mail.com>
>
>> Hello,
>>
>> I just started with WIX and I have a question, is there any way I can 
>> hide the little box where Windows Installer says what's happening 
>> during the install of a simple basic msi without a UI?
>>
>> I tried to suppress the entire UI sequence but the little box is 
>> still displayed.
>> Then I tried to set the UILEVEL property to 2 but little box is still 
>> displayed. In the log file I can see that the property is actually 
>> set to 3 just before the INSTALL.
>> Then I tried to set the LIMITUI property to 2 but the little box is 
>> still there.
>>
>> Please give some advice.
>>
>> Thank you,
>>
>> Andrei
>>
>> ---------------------------------------------------------------------
>> --------- Introducing Performance Central, a new site from 
>> SourceForge and AppDynamics. Performance Central is your source for 
>> news, insights, analysis and resources for efficient Application 
>> Performance Management.
>> Visit us today!
>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.
>> clktrk _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>-----------------------------------------------------------------------
>------- Introducing Performance Central, a new site from SourceForge 
>and AppDynamics. Performance Central is your source for news, insights, 
>analysis and resources for efficient Application Performance Management.
>Visit us today!
>http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.cl
>ktrk _______________________________________________
>WiX-users mailing list
>WiX-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and AppDynamics. 
Performance Central is your source for news, insights, analysis and resources 
for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to