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

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (fix with correct switchhes for uninstall)
m (true)
Line 8: Line 8:
 
         name="The Master Genealogist"
 
         name="The Master Genealogist"
 
         revision="7.01.000"
 
         revision="7.01.000"
         reboot="false"
+
         reboot="true"
 
         priority="1">
 
         priority="1">
 
         <install cmd="%SOFTWARE%\tmg7setup.exe /S" />
 
         <install cmd="%SOFTWARE%\tmg7setup.exe /S" />

Revision as of 15:14, 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:

<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 /U "%PROGRAMFILES%\The Master Genealogist v7\sysdata\INSTALL.LOG"" />
</package>

Need to check this Wise Setup.exe Switches