gubbelpiepmatz

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: PDF24 Creator .msi Setup Parameter/Arguments #5814
    gubbelpiepmatz
    Participant

    Hi ustsovov,
    after installation the PDF24Creator is not set as default PDF reader in my tests.
    Only the default printer is set to pdf24creator printer.
    I have no solution for this, only a workaround.
    We are installing it by SCCM with Powershell and after the installation process we set the default printer back to the default one before the installation of pdf24creator was processed.

    This powershell code works for us (tested at Win 7 Enterprise x64 and Win 10 Enterprise x64):

    # Getting actual default printer
    [String] $DefPrntName=(Get-WmiObject -Query "SELECT * FROM Win32_Printer WHERE Default=$true").ShareName
    ## ...other commands, like installation of PDF24Creator etc. ...
    # Setting the default printer back to the one before the installation started.
        $AvailablePrinters=Get-WmiObject -ClassName Win32_Printer
        ($AvailablePrinters | Where-Object -FilterScript {$_.Name -like "$DefPrntName"}).SetDefaultPrinter()

    @PDF24Creator team, exists a parameter for silent install that after installation is done the pdf24 printer is NOT set as default printer?

    Many thx in advance.

    in reply to: PDF24 Creator .msi Setup Parameter/Arguments #5766
    gubbelpiepmatz
    Participant

    Ok, please forget it, it was my fault inside Syntax of Powershell (Shame on me).
    Sorry for this.

    in reply to: PDF24 Creator .msi Setup Parameter/Arguments #5765
    gubbelpiepmatz
    Participant

    Hallo,
    hmm, these parameters doesn't work for me. Is there a tutorial with all parameters can be assigned in the inf file for silent installation?
    Many thx in advance.

    P.S. On Windows 10 x64 with PDF24 version 8.7.2.

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