Difference between revisions of "Eudora"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
m
Line 3: Line 3:
 
  <package id="eudora" name="Eudora 6.2" revision="1" priority="0" reboot="false" >
 
  <package id="eudora" name="Eudora 6.2" revision="1" priority="0" reboot="false" >
 
  <check type='uninstall' condition='exists' path='Eudora' />
 
  <check type='uninstall' condition='exists' path='Eudora' />
  <install cmd='\\server\share\eudora\Eudora_6.2.5.6.exe /s /f1\\server\share\eudora\eudora.iss /f2c:\netinst\logs\eudora.log' />
+
  <install cmd='%SOFTWARE%\eudora\Eudora_6.2.5.6.exe /s /f1%SOFTWARE%\eudora\eudora.iss /f2c:\netinst\logs\eudora.log' />
  <remove cmd='"C:\Program Files\InstallShield Installation Information\{79EC9D7F-1C90-4F65-B901-0F06DCF518E2}\setup.exe" /s ' />
+
  <remove cmd='"%PROGRAMFILES%\InstallShield Installation Information\{79EC9D7F-1C90-4F65-B901-0F06DCF518E2}\setup.exe" /s ' />
<upgrade cmd='' />
+
 
  </package>
 
  </package>
  
[[category:Silent Installers|Eudora]]
+
[[category:Silent Installers]]

Revision as of 21:27, 30 September 2006

This is a silent installer and deinstaller for Eudora.

<package id="eudora" name="Eudora 6.2" revision="1" priority="0" reboot="false" >
<check type='uninstall' condition='exists' path='Eudora' />
<install cmd='%SOFTWARE%\eudora\Eudora_6.2.5.6.exe /s /f1%SOFTWARE%\eudora\eudora.iss /f2c:\netinst\logs\eudora.log' />
<remove cmd='"%PROGRAMFILES%\InstallShield Installation Information\{79EC9D7F-1C90-4F65-B901-0F06DCF518E2}\setup.exe" /s ' />
</package>