wix3.8 - WIX Custom Action is not Executing during Upgrade -


i unable execute custom action during upgrade.it giving following error in logs.

error 1721. there problem windows installer package. program required install complete not run. contact support personnel or package vendor. action: ca_dfadminwspupgrade, location: e:\dealfoundrysetup\, command: "e:\dealfoundrysetup\psscripts\updateaminwsp.bat" "admin.wsp" "e:\dealfoundrysetup\dfadmin\adminwsp\admin.wsp" msi (s) (74:b4) [17:03:11:416]: product: dealfoundry -- error 1721. there problem windows installer package. program required install complete not run. contact support personnel or package vendor. action: ca_dfadminwspupgrade, location: e:\dealfoundrysetup\, command: "e:\dealfoundrysetup\psscripts\updateaminwsp.bat" "admin.wsp" "e:\dealfoundrysetup\dfadmin\adminwsp\admin.wsp"

 <customaction id="ca_dfadminwspupgrade" impersonate="no"                     execommand='"[installdir_ug]psscripts\updateaminwsp.bat" "[pro_adminwspname_ug]" "[pro_adminwsppath_ug]"'                     directory="installdir" execute="deferred" return="check" /> 

installdir_ug value saving in registry , during installation , using while upgrade

<property id="installdir_ug">       <registrysearch id="rsdfinstalldirectory"                       name="dfinstalldirectory"                       root="hklm"                       key="software\valuemomentum\dealfoundry\dealfoundryadmin"                       type="raw"                       win64="yes">       </registrysearch>    </installexecutesequence> <custom action="ca_dfadminwspupgrade" after="installfiles">             <![cdata[install_dfusermanagement=1 , (older_version_found)]]>           </custom> </installexecutesequence> 

any 1 me plz.

try switching impersonate="yes" think script might not execute local system.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -