Hi,

I have followed the following steps in my Original.wxs file as well as the
New wxs file but I am not able to disable the UI while Patching. Any
pointers would really help me out as I have been struggling with this for 2
days now. 

 <CustomAction Id="SetLIMITUI" Property="LIMITUI" Value="2"/>

  <InstallExecuteSequence>    

      <Custom Action="SetLIMITUI" After="LaunchConditions">PATCH AND
Installed</Custom>

    </InstallExecuteSequence>.

If someone can help me out with a sample piece of code, I would be grateful. 

My scenario is i need to use the UI while I install the base but during
patching i would want to disable the UI, i.e. a silent installation with no
UI.

Thanks.
-- 
View this message in context: 
http://n2.nabble.com/Disable-UI-in-patch-by-default-tp4743962p4803255.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to