Contaware.com

larger smaller reset
Manual FreeVimager install
Sunday, 23 December 2007

The entire installation directory can be copied from one machine to another (there are no dlls). At this point the program would run fine but without using the registry to store the settings. To force the usage of the registry create the following key:

HKEY_LOCAL_MACHINE\Software\Contaware\FreeVimager

Inside this key add a String Value named Install_Dir and containing the installation directory

 

Registry creation can be automated with a .reg file like this one:

REGEDIT4

[HKEY_LOCAL_MACHINE\Software\Contaware\FreeVimager]
"Install_Dir"="C:\\Program Files\\FreeVimager"

 

To automate the registry key creation in a .bat file use the following command:

regedit.exe /s "path of .reg file"

Last Updated ( Tuesday, 02 August 2011 )
 
< Prev