Custom Actions are an MSI concept so you would need to do your oracle
detection and configuration custom action inside a bundled MSI.

Alternatively you could write your configuration as a standalone tool and add
that to the bundle as a .exe package.

-----Original Message-----
From: Tobias S [mailto:tobias.s1...@gmail.com] 
Sent: 06 September 2011 21:03
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] How to check the Registry with <Bundle>?

hi,

consider
http://wix.sourceforge.net/manual-wix3/bundle_define_searches.htm

Also posted a sample for VCRedist 2010 detection here:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Specifying-Pre-
requisites-with-Burn-tp6751843p6751843.html

When doing  a versioin compare be aware to use a "v" prefix like e.g.
    InstallCondition="(NOT MFC100_Version_x86 >= v10.0.40219.1) OR NOT
MFC100_Version_x86"

Regards
Tobias

-----------------------------------------------------------------------------
-
Malware Security Report: Protecting Your Business, Customers, and the 
Bottom Line. Protect your business and customers by understanding the 
threat from malware and how it can impact your online business. 
http://www.accelacomm.com/jaw/sfnl/114/51427462/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.


------------------------------------------------------------------------------
Using storage to extend the benefits of virtualization and iSCSI
Virtualization increases hardware utilization and delivers a new level of
agility. Learn what those decisions are and how to modernize your storage 
and backup environments for virtualization.
http://www.accelacomm.com/jaw/sfnl/114/51434361/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to