home *** CD-ROM | disk | FTP | other *** search
/ ftp.f-secure.com / 2014.06.ftp.f-secure.com.tar / ftp.f-secure.com / support / temp / psb / PSBWKS9.exe / infopaks / customization / config.xml next >
Text File  |  2009-12-14  |  2KB  |  113 lines

  1. <setup>
  2.  <version>1.0</version>
  3.  
  4.  <package>
  5.   <backendtype>ServicePlatform</backendtype>
  6.   <content>IS2007_Customization</content>
  7.   <select>IS2007_Customization</select>
  8.   <languageset>
  9.    <content>ENG</content>
  10.   </languageset>
  11.  </package>
  12.  
  13.  
  14. <!-- This is a workaround to a problem 49341, of which a case 50030 was created -->
  15.   <requirements>
  16.    <version>5.0:4, 5.1</version>
  17.    <producttype>workstation</producttype>
  18.    <x32>true</x32>
  19.    <x64>false</x64>
  20.   </requirements>
  21. <!-- End of workaround -->
  22.  
  23.  
  24. <IS2007_Customization>
  25. </IS2007_Customization>
  26.  
  27.  <config>
  28.   <unattended>true</unattended>
  29.   <needreboot>true</needreboot>
  30.   <rebootdelay>120</rebootdelay>
  31.  
  32.   <variables>
  33.    <SETUP_MEDIA></SETUP_MEDIA>
  34.    <LANG>ENG</LANG>
  35.    <KEYCODE></KEYCODE>
  36.    <WORK_DIR></WORK_DIR>
  37.    <LAST_ERROR_STRING_ID>0</LAST_ERROR_STRING_ID>
  38.    <FS_HOME_DIR>%PROGRAM_FILES%\F-Secure</FS_HOME_DIR>
  39.    <FS_COMMON_DIR>%FS_HOME_DIR%\Common</FS_COMMON_DIR>
  40.    <THIS_CONFIG_XML></THIS_CONFIG_XML>
  41.    <PRIMARY_CONFIG_XML></PRIMARY_CONFIG_XML>
  42.    <PARENT_CONFIG_XML></PARENT_CONFIG_XML>
  43.    <THIS_SERIES></THIS_SERIES>
  44.    <THIS_VERSION></THIS_VERSION>
  45.    <MODE>channelupgrade</MODE>
  46.   </variables>
  47.  
  48.   <packageremind>
  49.    <!--every timeout min popup next reminder-->
  50.    <timeout>10</timeout>
  51.    <!--remind no longer than interval min, then install-->
  52.    <interval></interval>
  53.    <last></last>
  54.    <next></next>
  55.   </packageremind>
  56.  
  57.   <progress>
  58.    <!--predefined duration of inst.procedure in seconds-->
  59.    <duration>3</duration>
  60.    <iphistory></iphistory>
  61.    <handle></handle>
  62.   </progress>
  63.  
  64.  </config>
  65.  
  66.  
  67.  <ih>
  68.   <ip_begin>lock_installer</ip_begin>
  69.   <ip_continue></ip_continue>
  70.   <ip_restart></ip_restart>
  71.  </ih>
  72.  
  73. <install>
  74.  <lock_installer>
  75.   <ref>result = InstallHelper.LockInstaller</ref>
  76.   <onresult>
  77.    <fail>rerun_later</fail>
  78.    <default>prolog</default>
  79.   </onresult>
  80.  </lock_installer>
  81.  
  82.  <prolog>
  83.   <!--Set up languages, check admin rights-->
  84.   <ref>result = InstallHelper.Prolog</ref>
  85.   <onresult>
  86.    <cancel>return %result%</cancel>
  87.    <fail>return %result%</fail>
  88.    <timeout>return %result%</timeout>
  89.    <default>run_cust</default>
  90.   </onresult>
  91.  </prolog>
  92.  
  93.  <run_cust>
  94.   <mode>sync</mode>
  95.   <ref>result = "%WORK_DIR%\program\custinstall.exe" install "%WORK_DIR%"</ref>
  96.   <onresult>
  97.    <default>return %result%</default>
  98.   </onresult>
  99.  </run_cust>
  100.  
  101. </install>
  102. </setup>
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.              
  113.