Does the previous installer require elevation?

-----Original Message-----
From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] 
Sent: Tuesday, December 14, 2010 2:47 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] error when executing custom action

Hi:
I've got the following custrom action and property defined:
<!--Property Definitions.-->
    <Property Id="OLDSCHEMEINSTALLER">
      <RegistrySearch Id="OLDSCHEMEINSTALLER"
                      Root="HKLM"
 
Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\Andre Louis 44.1K
sound Scheme 1_is1"
               Name="QuietUninstallString"
                      Type="raw" />
    </Property>
    <!--Custom action definitions.-->
    <CustomAction Id="UninstallOldScheme"
                  Directory="INSTALLDIR"
                  ExeCommand=[OLDSCHEMEINSTALLER]
                  Return="check" />
    When I try to execute this in the installExecute sequence, I get windows
installer error 1721.
Any ideas why this is happening?
Cheers
Sean.
----------------------------------------------------------------------------
--
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to