Is that code in your new Product or in the patch XML? It should be in
the new Product if it's not already.
Try putting your Custom Action in the InstallExecuteSequence not the
InstallUISequence. Since you're essentially trying to suppress running
of the InstallUISequence it may already be too late at that point.
Other than that it looks fine, I have the exact same code in the
InstallExecuteSequence to set the REINSTALL & REINSTALLMODE properties
when running MSPs. If it still doesn't work you may not be able to
retroactively apply the change in this manner, it may need to exist in
the original Product for it to work (which means it'll work for any
future patches of your new product, just not this one).


Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the <Virtual Environment>**
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer
 
 
 

-----Original Message-----
From: Oleksandr Y. Nechyporenko [mailto:alexnc69...@gmail.com] 
Sent: 17 March 2010 16:46
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Disable UI in patch by default

I've tried to add following code

        <CustomAction Id="SetLIMITUI" Property="LIMITUI"
Value="2"></CustomAction>
        
        <InstallUISequence>
                <Custom Action="SetLIMITUI"
After="LaunchConditions">PATCH AND Installed</Custom>
        </InstallUISequence>

But it does't work (((


-----Original Message-----
From: Pally Sandher [mailto:pally.sand...@iesve.com]
Sent: Tuesday, March 16, 2010 7:17 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Disable UI in patch by default

http://msdn.microsoft.com/en-us/library/aa369759.aspx 

Use a type 51 custom action to set that & condition it with "PATCH AND
Installed".

Palbinder Sandher
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501 

http://www.iesve.com
**Design, Simulate + Innovate with the <Virtual Environment>**
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP Email Disclaimer

-----Original Message-----
From: Oleksandr Y. Nechyporenko [mailto:alexnc69...@gmail.com]
Sent: 16 March 2010 14:29
To: 'General discussion for Windows Installer XML toolset.'
Subject: [WiX-users] Disable UI in patch by default

Hi All,

 

I've created install for our product. Now I've created a path as
described here http://wix.sourceforge.net/manual-wix3/wix_patching.htm.

 

Is there way to hide user interface when MSP file is running by mouse
double click? I've used in WixUI_Mondo in my setup project.

Now when I run MSP by double click the user interface is also appeared.
I want to create silent patch install by default, like MS Office MSPs
works.

 

Is there any directive or tag which I can specify in patch's wxs file
which will create patch without UI?

 

Thanks.

 

------------------------------------------------------------------------
------
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



------------------------------------------------------------------------
----
--
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


------------------------------------------------------------------------
------
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



------------------------------------------------------------------------------
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