Difference between revisions of "Lotus Notes"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
Line 1: Line 1:
 
This is a silent installer for Lotus Notes 6.5.5. To use this, it is necessary to prepare Lotus Notes for silent installation, which can be done either by extracting the necessary files from the CD or alternativly launch the installation, and whenever it is making first inquiries, locate the "temp" directory to extract the files, -mainly:
 
This is a silent installer for Lotus Notes 6.5.5. To use this, it is necessary to prepare Lotus Notes for silent installation, which can be done either by extracting the necessary files from the CD or alternativly launch the installation, and whenever it is making first inquiries, locate the "temp" directory to extract the files, -mainly:
  
0x0409.ini
+
0x0409.ini
Data1.cab
+
Data1.cab
instmsia.exe
+
instmsia.exe
instmsiw.exe
+
instmsiw.exe
Lotus Notes 6.5.5.msi
+
Lotus Notes 6.5.5.msi
LotusNotes.itw
+
LotusNotes.itw
setup.exe
+
setup.exe
Setup.ini
+
Setup.ini
  
  <package
+
<source lang="xml">
 +
<package
 
     id="notes655"
 
     id="notes655"
 
     name="Lotus Notes 6.5.5"
 
     name="Lotus Notes 6.5.5"
Line 21: Line 22:
 
     <upgrade cmd='msiexec /qb+ /package "%SOFTWARE%\LotusNotes\Lotus Notes 6.5.5.msi"' />
 
     <upgrade cmd='msiexec /qb+ /package "%SOFTWARE%\LotusNotes\Lotus Notes 6.5.5.msi"' />
 
     <upgrade cmd='%SOFTWARE%\LotusNotes\setup.exe /s/v"qb+"' />
 
     <upgrade cmd='%SOFTWARE%\LotusNotes\setup.exe /s/v"qb+"' />
  </package>
+
</package>
 
+
</source>
  
 
[[category:Silent Installers]]
 
[[category:Silent Installers]]

Revision as of 15:26, 17 February 2008

This is a silent installer for Lotus Notes 6.5.5. To use this, it is necessary to prepare Lotus Notes for silent installation, which can be done either by extracting the necessary files from the CD or alternativly launch the installation, and whenever it is making first inquiries, locate the "temp" directory to extract the files, -mainly:

0x0409.ini
Data1.cab
instmsia.exe
instmsiw.exe
Lotus Notes 6.5.5.msi
LotusNotes.itw
setup.exe
Setup.ini
<package
    id="notes655"
    name="Lotus Notes 6.5.5"
    revision="2"
    reboot="false"
    priority="0">
    <check type="uninstall" condition="exists" path="Lotus Notes 6.5.5" />
    <install cmd='msiexec /qb+ /package "%SOFTWARE%\LotusNotes\Lotus Notes 6.5.5.msi"' />
    <remove cmd='msiexec /passive /uninstall "%SOFTWARE%\LotusNotes\Lotus Notes 6.5.5.msi"' />
    <upgrade cmd='msiexec /qb+ /package "%SOFTWARE%\LotusNotes\Lotus Notes 6.5.5.msi"' />
    <upgrade cmd='%SOFTWARE%\LotusNotes\setup.exe /s/v"qb+"' />
</package>