msiexec /i "Nuance Power PDF Advanced.msi" /qn TRANSFORMS="Nuance-Power-PDF.mst" /L*v "..\..\user\Nuance Power PDF Advanced.msi.log"
Hi,
If you want to silently install Nuance Power PDF Advanced on a remote PC, with a Powershell script, then do the following:
1. In the setup.ini file change/add the following entries if they differ from yours:
[Startup]
CmdLine=
SuppressWrongOS=N
ScriptDriven=0
ScriptVer=ENTERSCRIPTVERSIONHERE
DotNetOptionalInstallIfSilent=Y
OnUpgrade=0
Product=Nuance Power PDF Advanced
PackageName=Nuance Power PDF Advanced.msi
EnableLangDlg=N
LogResults=N
UI=1000
DoMaintenance=N
ProductCode={ENTERPRODUCTCODEHERE}
ProductVersion=ENTERPRODUCTVERSIONHERE
SuppressReboot=Y
LauncherName=setup.exe
PackageCode={ENTERPACKAGECODEHERE}
ISX_SERIALNUM=ENTERSERIAL@HERE
-----------------------------------------------------------------------------------------------
2. Create a Powershell script similar to the one below:
$Computer = Read-Host -Prompt 'ENTER PC NAME TO INSTALL NUANCE '
xcopy "C:\Temp\NUANCE" "\\$Computer\C$\TEMP\NUANCE" /S /I
psexec \\$Computer msiexec /i "C:\Temp\NUANCE\Nuance Power PDF Advanced.msi" /quiet /norestart /qn ISX_SERIALNUM=ENTERSERIAL#HERE
Remove-Item \\$Computer\C$\Temp\NUANCE -Recurse
POWERSHELL -NOEXIT
View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.