Not unless you can re-write the standard error messages thrown by error
codes in Windows Installer (I'm guessing you don't work for the Windows
Installer team at Microsoft so that'd be a no). See error code 1633 on
http://msdn.microsoft.com/en-us/library/aa368542.aspx

Note that error codes are completely different things to Windows
Installer Error Messages (see
http://msdn.microsoft.com/en-us/library/aa372835.aspx). You can author
your own custom text for an error message using the Error UI Element in
WiX (which writes to the Error table in your MSI) but you can't re-write
a message for an error code thrown by msiexec.

I would suggest wrapping your MSI with a bootstrapper if it's that
important to handle this elegantly. That way you'll be able to write a
more friendly error message rather than having to rely on the one
msiexec throws.

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: Sunkesula, Srivardhan [mailto:srivardhan.sunkes...@netapp.com] 
Sent: 01 December 2009 14:57
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] error message for 64 bit installer on 32 bit
machine

Hi,

  When we try to install a 64 bit MSI on a 32 bit machine, the error
message is not clear.
  The error message is: " This installation package is not support by
this processor type".
  Can we change this message?

Thanks & Regards,
Srivardhan.

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to