extract the sfx installer using winzip.
In the installation directory create a file called fpp2.ini with the following content:
fpp2.ini
CODE
[Settings]
Name=your name
SerialNumber=xxxx-xxxx-xxxx
Name=your name
SerialNumber=xxxx-xxxx-xxxx
install.cmd
CODE
@echo off
echo Installing FinePrint PDF Factory Pro Enterprise...
start /wait %systemdrive%\install\fppproent224\setup.exe /quiet /nodisp /reboot=0
echo Installing FinePrint PDF Factory Pro Enterprise...
start /wait %systemdrive%\install\fppproent224\setup.exe /quiet /nodisp /reboot=0
FinePrint
extract the sfx installer using winzip.
In the installation directory create a file called fp5.ini with the following content:
fp5.ini
CODE
[Settings]
Name=your name
SerialNumber=xxxx-xxxx-xxxx
Name=your name
SerialNumber=xxxx-xxxx-xxxx
install.cmd
CODE
@echo off
echo Installing FinePrint...
start /wait %systemdrive%\install\fpe524\setup.exe /quiet /nodisp /reboot=0
echo Installing FinePrint...
start /wait %systemdrive%\install\fpe524\setup.exe /quiet /nodisp /reboot=0
enjoy!
Oh yeah: Neither proggy will install when you stripped too many features off XP with nLite. I'm not sure about which removed component causes this but on a fully stripped XP SP2 neither app installed itself.