Changes

PDF Converter Professional 4

58 bytes added, 19:18, 12 March 2008
m
no edit summary
This is the install package for Nuance/ScanSoft PDF Converter Professional 4.
The first step is to make an admin install point. Go to a DOS prompt and run setup /a
 
Choose the options in the install GUI including your serial number, finally choose a network shared install folder. Then finish.
During this process a TRANSFORMS file is created in the admin install point called admin.mst this is used on the command line below. The Installshield ISScript10 is also located in the admin install point.
<source lang="xml"><package
id="isscript10"
name="ISScript 10"
<check type="file" condition="exists" path="%PROGRAMFILES%\Common Files\InstallShield\Driver\10\Intel 32\IDriver2.exe" />
<install cmd='msiexec /q /i "%SOFTWARE%\pdfconverter\ISScript10.msi" ALLUSERS=1' />
</package></source>
<source lang="xml"><package
id="pdfconverterpro"
name="PDF Converter Pro 4"
</install>
<remove cmd='MsiExec.exe /x "%SOFTWARE%\pdfconverter\ScanSoft PDF Professional 4.msi" /qn ' />
</package></source>
[[Category: Silent Installers]]