[WiX-users] Suppress ARP fatal error message

2009-04-17 Thread Andy2k8

I use a type 19 CA to terminate the installation if the user tries to uninstall 
keeping the application opened.
CA works fine and terminates the installation throwing the message to the 
user.But when we do it from windows Add/Remove programs, ARP throws a fatal 
error during installation followed by the CA message box. It looks like the 
type 19 CA is the culprit. How do i do a clean exit so that ARP do not throw 
any fatal error message???

-
Andy
MSI Developer
Schneider Electric:working:
-- 
View this message in context: 
http://n2.nabble.com/Suppress-ARP-fatal-error-message-tp2644895p2644895.html
Sent from the wix-users mailing list archive at Nabble.com.


--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Suppress ARP fatal error message

2009-04-17 Thread Pally Sandher
Handle your MSI running with reduced UI levels properly?
http://msdn.microsoft.com/en-us/library/aa372391.aspx

When you uninstall using Add/Remove programs the MSI is run with the /qb
flag to the best of my knowledge (it certainly looks the same as when
you run msiexec /x msiname /qb).
It sounds like something in your MSI isn't running in the right order or
is running asynchronously when it should be running synchronously when
you're not running with full UI. 

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: Andy2k8 [mailto:appr...@gmail.com] 
Sent: 17 April 2009 09:58
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Suppress ARP fatal error message


I use a type 19 CA to terminate the installation if the user tries to
uninstall keeping the application opened.
CA works fine and terminates the installation throwing the message to
the user.But when we do it from windows Add/Remove programs, ARP throws
a fatal error during installation followed by the CA message box. It
looks like the type 19 CA is the culprit. How do i do a clean exit so
that ARP do not throw any fatal error message???

-
Andy
MSI Developer
Schneider Electric:working:
--
View this message in context:
http://n2.nabble.com/Suppress-ARP-fatal-error-message-tp2644895p2644895.
html
Sent from the wix-users mailing list archive at Nabble.com.



--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users