Home › Forums › PDF24 Creator › Installation › PDF24 Creator .msi Setup Parameter/Arguments
- This topic has 19 replies, 7 voices, and was last updated 5 months, 3 weeks ago by ad11.
-
AuthorPosts
-
2012-02-24 at 09:51 #650pdf24Member
PDF24 provides a MSI setup version of the PDF24 Creator. The download link of the latest version of the .msi setup is: https://www.pdf24.org/products/pdf-creator/download/pdf24-creator.msi
MSI command line arguments
AUTOUPDATE=Yes|No
Enables or disables the autoupdate feature of PDF24. Set the public property [AUTOUPDATE=No] for disabling the autoupdate feature. The feature is enabled by default.DESKTOPICONS=Yes|No
Creates or disables the Windows Desktop icons for PDF24-PDF and PDF24-Fax. Set the public property [DESKTOPICONS=No] for disabling the Windows Desktop icons. The Windows Desktop icons will be created by default.FAXPRINTER=Yes|No
Enables or disables the Fax printer feature of PDF24. Set the public property [FAXPRINTER=No] for disabling the Fax printer feature. The feature is enabled by default.REGISTERREADER=Yes|No
Enables or disables PDF24 Reader registration. The feature is enabled by default.Usage of the MSI properties
pdf24-creator.msi AUTOUPDATE=[Yes|No] DESKTOPICONS=[Yes|No] FAXPRINTER=[Yes|No] /[QR|QB|QN]
MSI Launch Conditions
Minimum OS version: Windows Vista
Example
pdf24-creator.msi AUTOUPDATE=No DESKTOPICONS=No FAXPRINTER=No /QB
2012-12-14 at 09:13 #1409supergianParticipantCan you explain these: /Q[QR|QB|QN]
Thanks.2012-12-14 at 10:15 #1410pdf24MemberThe amount of user interface that installer displays can be controlled with /q options, in particular:
/qn - No interface
/qb - Basic interface - just a small progress dialog
/qb! - Like /qb, but hide the Cancel button
/qr - Reduced interface - display all dialogs that don't require user interaction (skip all modal dialogs)
/qn+ - Like /qn, but display "Completed" dialog at the end
/qb+ - Like /qb, but display "Completed" dialog at the end2019-01-07 at 13:23 #5765gubbelpiepmatzParticipantHallo,
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.
2019-01-07 at 14:25 #5766gubbelpiepmatzParticipantOk, please forget it, it was my fault inside Syntax of Powershell (Shame on me).
Sorry for this.2019-01-31 at 04:17 #5813ustsovovParticipantHello. Ask pelease, what can I do for PDF24 don't set as default PDF reader after installation?
2019-01-31 at 06:24 #5814gubbelpiepmatzParticipantHi 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.
2019-01-31 at 06:47 #5816Stefan ZieglerKeymasterThe PDF24 installer does not change the default printer in Windows. We just install a new printer in your system, we we do not set it to default. The reason must be another.
2019-01-31 at 07:56 #5817ustsovovParticipantI haven't problem with default printer after installaton, PDF24 just add new printer, not set default.
I have a problem with default PDF-reader in system after installation.
I install *.msi version trough GPO to domain computers, and after installation I have new value register key:
HKEY_CLASSES_ROOT\.PDF\Default="PDF24.Reader"
Can I install PDF24 8.7.2 and not set this value register key?
Or maybe, can I just install PDF24 8.7.2 without PDF-reader component?2019-01-31 at 08:15 #5818Stefan ZieglerKeymasterYes you can prevent that. Just use
REGISTERREADER=No
as state in the initial post.2019-03-12 at 16:23 #5910samsParticipant@Stephen - do you have more documentation about what can be configured? For example, I'd like to not show the tray icon, etc - basically, I'd like to install it so that it just adds a PDF printer, and that's it.
Thanks
2019-05-08 at 12:18 #6027jannisParticipantHi, is there a way to disable the online features during installation?
Regards,
Jannis2020-08-14 at 13:46 #60334ghostzaParticipantThis arguments does not work with 9.2.0. When using "pdf24-creator.msi AUTOUPDATE="No" DESKTOPICONS="No" FAXPRINTER="No" /qb!" all works but you are unable to send it via email as it says it cannot find the email client. In stalling the exe version ontop of this or doing a clean install with the exe version works fine.
2020-08-24 at 08:04 #60342trubadix85ParticipantHello,
like jannis, I also want to ask, if it is possible to disable the online features via MSI installation.
The problem is our CSO...
Thank you very much.
Regards Klaus
2020-09-08 at 09:08 #60348baltimParticipantHi,
jannis and trubadix85. Take a look at
I think this is what you're looking for.
2020-09-23 at 08:51 #60353peticeoParticipantWhat is the command line for the setting:
- Automatically save the document after printing
- location
- filename
Can someone help.
thank you2020-11-30 at 09:04 #60398saxoParticipantHi,
are there any new parameter for version 10?
2020-11-30 at 09:05 #60399Stefan ZieglerKeymasterNo. Arguments are now documented here:
2020-11-30 at 11:47 #60400saxoParticipantthanks
2024-09-20 at 08:10 #63653ad11Participanthello,
/qb works and prompt UAC, but /qn doesn't work because UAC seems to block silent install. any id ?
regards,
AD
-
AuthorPosts
- You must be logged in to reply to this topic.