google / cloud-print-connector

Google Cloud Print Connector
BSD 3-Clause "New" or "Revised" License
764 stars 184 forks source link

How to install google cloud print connector without starting the service #386

Closed ChrisMagnuson closed 6 years ago

ChrisMagnuson commented 6 years ago

I have created an automated choclatey package for Google cloud print connector but for it to be an official chocolatey package it has to be able to install silently without specifying any parameters.

I have been able to do a silent install by specifying INITPARAMS="--gcp-user-refresh-token=<SomeToken> --share-scope=<SomeEmail>" but none of the following work:

Is there anyway to install this without starting the service or something else that will all me to publish this package and then allow people to either specify package parameters for those values or write out the .json configuration file themselves after the install completes?

jay0lee commented 6 years ago

See:

https://github.com/google/cloud-print-connector/wiki/Windows-MSI-Parameters

for silent install options.