If you need to install Acroplot using a batch file here are the instructions.
pushd "path to your file"
acroplotsetup.exe /V"REBOOT=ReallySupress /qn APADD_DESKTOP_SHORTCUT=1 APADD_ADMIN_SHORTCUT=0 APADD_REGISTRATION=1
regedit /s "key1.reg"
popd
##Copy into a registory file.reg
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\CADzation\AcroPlot] "RegCode"="Your key goes here"
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\CADzation\AcroPlot] "RegCode"="Your key goes here"
[HKEY_CURRENT_USER\SOFTWARE\CADzation\AcroPlot] "RegCode"="Your key goes here"
[HKEY_LOCAL_MACHINE\SOFTWARE\Tracker Software\PDF-XChange 5 AcroPlot] "RegCode"="Your key goes here"
[HKEY_CURRENT_USER\SOFTWARE\Tracker Software\PDF-XChange 5 AcroPlot] "RegCode"="Your key goes here"
Good Luck!
Comments