/build/static/layout/Breadcrumb_cap_w.png

Sector 7G PDFCreator

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 6.1k  |  Created: 12/06/2010

Average Rating: 0
PDFCreator has 1 inventory records, 0 Questions, 0 Blogs and 2 links. Please help add to this by sharing more!

Deployment Tips (3)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 1 / 5 (Very Easy) based on 1 ratings
Most Commonly Reported Deployment Method
Vendor Provided Command Line (answer file driven)
21
Note
This way...

Step1 - Create an ini-File

PDFCreator-1_1_0_setup.exe /SAVEINF="[path]\PDFCreator-1_1_0.inf"

The setup starts and shows all options - the ini file was created with these options.

Step2 - run setup

PDFCreator-1_1_0_setup.exe /LOADINF="%SOFTWARE%\pdfcreator\PDFCreator-1_1_0.inf" /VERYSILENT /NORESTART /SP-

Uninstall with:

if exist "%PROGRAMFILES%\PDFCreator\unins000.exe" "%PROGRAMFILES%\PDFCreator\unins000.exe" /VERYSILENT' />
if exist "%PROGRAMFILES(x86)%\PDFCreator\unins000.exe" "%PROGRAMFILES(x86)%\PDFCreator\unins000.exe" /VERYSILENT'

No autoupdates with:

'REG ADD "HKLM\SOFTWARE\PDFCreator\Program" /v "UpdateInterval" /t REG_SZ /d "0" /f'

Options: (install and uninstall)

/silent ...shows all, but nothing to do for users
/verysilent ...shows nothing

Have fun. Greetings from Switzerland!
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
7
Command Line
Command Lines for PDFCreator v1.1.0

Silent installation without Toolbar and NoRestart:

PDFCreator-1_1_0_Setup.exe /SILENT /LOADINF="PDFCreator.ini" /NORESTART

The only unattended way to not install the toolbar seems to be to specify an (INF)file via /LOADINF=PDFCreator.ini with the content:

[Setup]
Toolbar=0
DontUseYahooSearch=0
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
2
Note
My .inf file looks like this:
[Setup]
Lang=english
Dir=InstallPath
Group=PDFCreator
NoIcons=0
SetupType=custom
Components=program,ghostscript,languages,languages\english
Tasks=
Printername=PDFCreator
ServerInstallation=0
Win9xPrinterdriver=0
WinNtPrinterdriver=0
Win2k32bitPrinterdriver=0
Win2k64bitPrinterdriver=0
Toolbar=0

The "Dir=InstallPath" is due to im using a batch file to install with SCCM, and that is constructed like this:

for /f %%L in (PDFCreator_Install.inf) DO (
if "%%L"=="Dir=InstallPath" (
echo Dir=%PROGRAMFILES%\PDFCreator>>temp.TMP
) ELSE (
echo %%L>>temp.TMP
)
)
copy /Y temp.TMP PDFCreator_Install.inf
PDFCreator-1_1_0_setup.exe /LOADINF="PDFCreator_Install.inf" /VERYSILENT /NORESTART

It copies the correct %PROGRAMFILES% path into the .inf file.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
This content is currently hidden from public view.
Reason: text was empty For more information, visit our FAQ's.

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

PDFCreator

Version

1

Questions & Answers (0)

Questions & Answers related to Sector 7G PDFCreator

Blogs (0)

Blog posts related to Sector 7G PDFCreator

Reviews (0)

Reviews related to Sector 7G PDFCreator

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ