Difference between revisions of "The Master Genealogist (TMG)"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (true)
m (last one)
 
Line 1: Line 1:
 
This (will be as soon as tested) is a silent installer and uninstaller for '''[http://en.wikipedia.org/wiki/The_Master_Genealogist The Master Genealogist]''' ('''TMG''') Genealogy Program by Whollygenes Software. [http://appdb.winehq.org/objectManager.php?sClass=application&iId=6518 Wine AppDB Entry for TMG]
 
This (will be as soon as tested) is a silent installer and uninstaller for '''[http://en.wikipedia.org/wiki/The_Master_Genealogist The Master Genealogist]''' ('''TMG''') Genealogy Program by Whollygenes Software. [http://appdb.winehq.org/objectManager.php?sClass=application&iId=6518 Wine AppDB Entry for TMG]
  
For TMG 7.01.000 Silent install:
+
For TMG 7.01.000 Silent install & uninstall:
  
 
<source lang="xml">
 
<source lang="xml">
Line 11: Line 11:
 
         priority="1">
 
         priority="1">
 
         <install cmd="%SOFTWARE%\tmg7setup.exe /S" />
 
         <install cmd="%SOFTWARE%\tmg7setup.exe /S" />
         <remove cmd="%PROGRAMFILES%\The Master Genealogist v7\UNWISE.EXE /U "%PROGRAMFILES%\The Master Genealogist v7\sysdata\INSTALL.LOG"" />
+
         <remove cmd="%PROGRAMFILES%\The Master Genealogist v7\UNWISE.EXE /S" />
 
</package>
 
</package>
 
</source>
 
</source>

Latest revision as of 15:19, 5 May 2008

This (will be as soon as tested) is a silent installer and uninstaller for The Master Genealogist (TMG) Genealogy Program by Whollygenes Software. Wine AppDB Entry for TMG

For TMG 7.01.000 Silent install & uninstall:

<package
        id="tmg7setup"
        name="The Master Genealogist"
        revision="7.01.000"
        reboot="true"
        priority="1">
        <install cmd="%SOFTWARE%\tmg7setup.exe /S" />
        <remove cmd="%PROGRAMFILES%\The Master Genealogist v7\UNWISE.EXE /S" />
</package>

Need to check this Wise Setup.exe Switches