I believe that I have created an installation that I cannot uninstall due to a thoughtless condition. Behold!!
<!-- Check Conditions --> <Condition Message="PowerShell 2.0 or greater is required"> <![CDATA[NOT Installed OR POWERSHELLVERSION >= "2.0"]]> </Condition> I want the installer to fail if PowerShell is less than version 2.0. However, I do not want to perform this check on uninstall. I should be able to uninstall my application if PowerShell is not available. I think I want: <!-- Check Conditions --> <Condition Message="PowerShell 2.0 or greater is required"> <![CDATA[Installed OR (POWERSHELLVERSION >= "2.0")]]> </Condition> In any case, I know have an installed application that I cannot uninstall via Add/Remove Programs. How can I properly clean up the installation and remove it from Add/Remove programs? Ryan Taylor Office (207)-504-5294 rtay...@penbaysolutions.com www.penbaysolutions.com CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please do not read, disclose, reproduce, distribute, disseminate or otherwise use this transmission, but contact the sender by reply e-mail and destroy all copies of the message and its attachments. ------------------------------------------------------------------------------ Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users