bkingston

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • bkingston
    Participant

    For the next build of PDF24, can I suggest that when installing, if the service does not start but everything else has installed correctly, exit with code 3010 to require a reboot?

    I've found that in some instances the Windows RestartManager service doesn't work, at least in the case of PDF24.
    The work around I have to use for deploying via SCCM is to manually install the files with a copy command, and run the printerinstall.exe, and if pdf24.exe -start -install exits with anything other than 0 schedule a restart and re-run pdf24.exe -start -install on the next boot

    in reply to: Remove "Check for Updates" button #1900
    bkingston
    Participant

    Just delete the pdf24-updater.exe after installing, that's what I do

    in reply to: PDF24 with references to Online features disabled #1883
    bkingston
    Participant

    Awesome thanks a lot for the info and the help.

    Do you have a list of other registry keys and their support?

    I have the following in my install framework
    Set-RegistryKey -Key "HKEY_LOCAL_MACHINE/SOFTWARE$(If($is64bit){/WOW6432Node})/PDFPrint" -Name "NoOnlinePdfTools" -Value "1" -Type "DWord"
    Set-RegistryKey -Key "HKEY_LOCAL_MACHINE/SOFTWARE$(If($is64bit){/WOW6432Node})/PDFPrint" -Name "NoTrayIcon" -Value "1" -Type "DWord"
    Set-RegistryKey -Key "HKEY_LOCAL_MACHINE/SOFTWARE$(If($is64bit){/WOW6432Node})/PDFPrint" -Name "NoOnlineConverter" -Value "1" -Type "DWord"
    Set-RegistryKey -Key "HKEY_LOCAL_MACHINE/SOFTWARE$(If($is64bit){/WOW6432Node})/PDFPrint" -Name "NoPDF24MailInterface" -Value "1" -Type "DWord"
    Set-RegistryKey -Key "HKEY_LOCAL_MACHINE/SOFTWARE$(If($is64bit){/WOW6432Node})/PDFPrint" -Name "Nofax" -Value "1" -Type "DWord"
    Set-RegistryKey -Key "HKEY_LOCAL_MACHINE/SOFTWARE$(If($is64bit){/WOW6432Node})/PDFPrint" -Name "NoCloudPrint" -Value "1" -Type "DWord"
    Set-RegistryKey -Key "HKEY_LOCAL_MACHINE/SOFTWARE$(If($is64bit){/WOW6432Node})/PDFPrint" -Name "UpdateMode" -Value "0" -Type "DWord"
    Set-RegistryKey -Key "HKEY_LOCAL_MACHINE/SOFTWARE$(If($is64bit){/WOW6432Node})/PDFPrint" -Name "UpdateInfoURL" -Value "" -Type "String"
    Set-RegistryKey -Key "HKEY_LOCAL_MACHINE/SOFTWARE$(If($is64bit){/WOW6432Node})/PDFPrint" -Name "UpdateCheckURL" -Value "" -Type "String"
    Set-RegistryKey -Key "HKEY_LOCAL_MACHINE/SOFTWARE$(If($is64bit){/WOW6432Node})/PDFPrint" -Name "LogoClickUrl" -Value "" -Type "String"
    Set-RegistryKey -Key "HKEY_LOCAL_MACHINE/SOFTWARE$(If($is64bit){/WOW6432Node})/PDFPrintServicesPDF" -Name "AutoSaveDir" -Value "" -Type "String"

Viewing 3 posts - 1 through 3 (of 3 total)