I am not clear on how to uninstall a previous version of a particular printer driver which was installed in OUR previous version, before we install the new one. Here is the line that installed it in our prior version Post Install section:
nRes = Shell.Execute(SessionVar.Expand("%TempLaunchFolder %\\Setup_bioPDFSetup_9_4_0_1570.exe"), "open", "/NOICONS /PRESERVEDEFAULTPRINTER /PRINTERNAME=\"PDF Printer\" /SILENT", "", SW_SHOWNORMAL, true); error = Application.GetLastError(); if (error ~= 0) then
Dialog.Message("Error", _tblErrorMessages[error], MB_OK, MB_ICONEXCLAMATION); end
nRes = Shell.Execute(SessionVar.Expand("%TempLaunchFolder %\\Setup_bioPDFSetup_9_4_0_1570.exe"), "open", "/NOICONS /PRESERVEDEFAULTPRINTER /PRINTERNAME=\"PDF Printer\" /SILENT", "", SW_SHOWNORMAL, true); error = Application.GetLastError(); if (error ~= 0) then
Dialog.Message("Error", _tblErrorMessages[error], MB_OK, MB_ICONEXCLAMATION); end
Comment