They are standard Windows Installer actions. They have their own elements to refer to them.
By default, they already have a condition (which you probably would wish to retain). So, you should include that condition with yours, which would make your authoring become: <InstallExecuteSequence> <DeleteServices>VersionNT AND NOT PATCH</DeleteServices> <InstallServices>VersionNT AND NOT PATCH</InstallServices> </InstallExecuteSequence> -----Original Message----- From: Vidya Kukke [mailto:vku...@microsoft.com] Sent: Tuesday, September 22, 2009 1:46 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How to determine the wixlibrary for DeleteServices and InstallServices? Anyone? -----Original Message----- From: Vidya Kukke [mailto:vku...@microsoft.com] Sent: Tuesday, September 22, 2009 11:00 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to determine the wixlibrary for DeleteServices and InstallServices? Hi, I have a requirement to not run DeleteServices and InstallServices during PATCH installation. I wanted to add these CAs as part of my msi with the 'NOT PATCH' condition. However I get a light error with an unresolved reference for these CAs. What is the best way to determine which library a CA is part of? Thanks Vidya ---------------------------------------------------------------------------- -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ---------------------------------------------------------------------------- -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users