Help - Search - Members - Calendar
Full Version: Fineprint Progs
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
996
pdfFactory Pro

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


install.cmd
CODE
@echo off
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


install.cmd
CODE
@echo off
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.
-= Mancubus =-
Thanks, 996, you really helped me!
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.