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

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (link to wise installer switches)
m (fix with correct switchhes for uninstall)
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 /S" />
+
         <remove cmd="%PROGRAMFILES%\The Master Genealogist v7\UNWISE.EXE /U "%PROGRAMFILES%\The Master Genealogist v7\sysdata\INSTALL.LOG"" />
 
</package>
 
</package>
 
</source>
 
</source>

Revision as of 15:12, 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="false"
        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