home *** CD-ROM | disk | FTP | other *** search
/ ftp.f-secure.com / 2014.06.ftp.f-secure.com.tar / ftp.f-secure.com / support / tools / sidegrade / old / fssg_sa_package_7.0-151-signed.exe / configuration / fssg / fssg.xml < prev    next >
Text File  |  2010-04-19  |  3KB  |  78 lines

  1. <setup>
  2.  
  3. <ih>
  4.  <ip_begin>detect_sidegrades</ip_begin>
  5.  <ip_continue></ip_continue>
  6. </ih>
  7.  
  8. <install>
  9.  <detect_sidegrades>
  10.   <ref>result = "%WORK_DIR%\configuration\fssg\fssg.exe" /c"%PARENT_CONFIG_XML%" /mdetect</ref>
  11.   <progress>
  12.    <note>Detecting conflicting products...</note>
  13.    <noteid>6</noteid>
  14.   </progress>
  15.   <onresult>
  16.    <no_more_items>return 0</no_more_items>
  17.    <cancel>return %result%</cancel>
  18.    <requires_interactive_windowstation>return %result%</requires_interactive_windowstation>
  19.    <fail>return %result%</fail>
  20.   </onresult>
  21.  </detect_sidegrades>
  22.  
  23.  <list_sidegrades>
  24.   <runas>user_process</runas>
  25.   <ref>result = "%WORK_DIR%\configuration\setupgui\SetupGUIMngr.exe" /c"%PARENT_CONFIG_XML%" /mCancelEnable /rSidegradeDlg</ref>
  26.   <onresult>
  27.    <_no_more_items>return 0</_no_more_items>
  28.    <cancel>return %result%</cancel>
  29.    <back>return %result%</back>
  30.   </onresult>
  31.  </list_sidegrades>
  32.  
  33.  <show_progress>
  34.   <mode>async</mode> 
  35.   <runas>user_process</runas>
  36.   <ref>"%WORK_DIR%\configuration\setupgui\SetupGUIMngr.exe" /c"%PARENT_CONFIG_XML%" /mCancelDisable /rSidegradeProgressDlg</ref> 
  37.  </show_progress>
  38.  
  39.  <remove_sidegrades>
  40.   <ref>result = "%WORK_DIR%\configuration\fssg\fssg.exe" /c"%PARENT_CONFIG_XML%" /mremove</ref>
  41.   <progress>
  42.    <note>Removing conflicting products...</note>
  43.    <noteid>7</noteid>
  44.   </progress>
  45.   <onresult>
  46.    <no_more_items>detect_sidegrades</no_more_items>
  47.    <reboot_required>sidegrade_restart_dlg</reboot_required>
  48.    <cancel>return %result%</cancel>
  49.   </onresult>
  50.  </remove_sidegrades>
  51.  
  52.  <list_manual_sidegrades>
  53.   <runas>user_process</runas>
  54.   <ref>result = "%WORK_DIR%\configuration\setupgui\SetupGUIMngr.exe" /c"%PARENT_CONFIG_XML%" /mCancelEnable /rSidegradeFailedDlg</ref>
  55.   <onresult>
  56.    <no_more_items>detect_sidegrades</no_more_items>
  57.    <next>detect_sidegrades</next>
  58.    <cancel>return %result%</cancel>
  59.    <default>return %result%</default>
  60.   </onresult>
  61.  </list_manual_sidegrades>
  62.  
  63.  <sidegrade_restart_dlg>
  64.   <runas>user_process</runas>
  65.   <ref>result = "%WORK_DIR%\configuration\setupgui\SetupGUIMngr.exe" /c"%PARENT_CONFIG_XML%" /mCancelEnable /rSidegradeRestartDlg</ref>
  66.   <onresult>
  67.    <!--Reboot returns are modified by setting highest bit to compose a restart requiest for aua. Script doesnt have maths for that.-->
  68.    <reboot_initiated>return 80000669</reboot_initiated>
  69.    <reboot_required>return 80000BC2</reboot_required>
  70.    <default>return 80000669</default>
  71.   </onresult>
  72.  </sidegrade_restart_dlg>
  73.  
  74. </install>
  75.  
  76.  
  77. </setup>
  78.