Download the FreeMind Max Installer from:
http://freemind.sourceforge.net/wiki/index.php/Main_Page
Install Java 1.4 or later Runtime.
Using Wise Package Studio 7.0, begin a SetupCapture and take an updated initial scan snapshot of your model system.
Run the installer for FreeMind, taking whatever options are appropriate for your organization.
Perform the second scan in the SetupCapture process.
On the SetupCapture Inclusions page, make sure you didn't pick up any files other than those in the C:\Program Files\FreeMind directory.
The only Registry entries you should include are:
HKCR\.mm
HKCR\FreeMind Map
There should be no INI files picked up.
Make sure you don't pick up the "Uninstall FreeMind" shortcut.
Edit the WSI using Windows Installer Editor.
Under Installation Expert, make sure the Product Details and General Information are correct.
Under Add/Remove Programs, click "Browse" and choose FreeMind.exe to get a nice icon for the control panel to use later. Check the "Hide modify button" box.
Fill in the Support Information appropriate for your organization.
Silent install using the /VERYSILENT switch.
I used the following as my Batch file...checking for Java Client first...
------------------------------------------------------------
@echo off
IF EXIST "C:\Program Files\Java\jre6" goto Install
IF NOT EXIST "C:\Program Files\Java\jre6" goto InstallJava
del /q /f "C:\Documents and Settings\All Users\Start Menu\Programs\FreeMind\Uninstall FreeMind.lnk" > Nul
del /q /f "C:\Documents and Settings\%username%\Desktop\FreeMind.lnk" > Nul
------------------------------------------------------------
This website uses cookies.
By continuing to use this site and/or clicking the "Accept" button you are providing consent
Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our
websites or when you do business with us. For more information about our
Privacy Policy and our data protection
efforts, please visit
GDPR-HQ