Closed lgreif closed 22 hours ago
@karlo-mirkovic
Hello, In the Chocolatey Log, you can find the line: "WARNING: Silent install of PDFCreator is not supported on domain-joined systems like this one."
In the docs, you can also find the following: "Apart from several features, PDFCreator Free can not be installed silently on machines that are part of a Windows domain." Please see the documentation
If you wish to install PDFCreator Free on a domain-joined system, the installation has to be interactive.
To do this please use the install command along with the --notsilent
or --not-silent
options.
Hi @karlo-mirkovic , Thanks for your fast response! I saw that note in the choco log, I was looking at the choco install script and noticed there was an autohotley script in there to click through the installer that only runs on domain joined computers, but it looks like this no longer works (for multiple reasons - AHK version and looks like installer has also changed to not allow AHK to click the buttons).
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue will be closed in 14 days if it continues to be inactive.
Please do not add a comment to circumvent automatic closure unless you plan to help move it forward. Doing this may lead to the issue being closed immediately instead.
Dear contributor,
As this issue seems to have been inactive for quite some time now, I've automatically closed it. If you feel this is a valid issue, please feel free to re-open the issue if/when a pull request has been added. Thank you for your contribution.
Checklist
Chocolatey Version
2.3.0
Chocolatey License
None
Package Version
5.2.2
Current Behaviour
When installing on domain joined computer, the chocolatey package attempts to use AutoHotkey to install the software. AutoHotkey script was written in AHK V1.1 and does not run under AHK V2.0+.
Expected Behaviour
AHK script should run and clock through the installer.
Steps To Reproduce
choco install pdfcreator
Environment
Chocolatey Log
Anything else?
No response