How can I hide the Cancel-Button in MiKTeX 2.9 unattended Setup
I'm currently packaging MiKTeX 2.9.5105, using this Parameters: http://docs.miktex.org/manual/setupwiz.html
But there is no paramter for hidint the Cancel-Button. Does anyone know an alternative way to hide it?
Answers (3)
Have you run it as an elevated user/administrator (runas) with the --unattended?
Comments:
-
It is run as SYSTEM, and I use --unattended, without any other parameters so far - EbrithilBowser 10 years ago
Worst case you could repackage your preferred setup as an msi, then run it with /qb!
The ! hides the cancel button on an MSI. I usually prefer not to repackage, so hopefully a native method exists...
Comments:
-
I hope so, too, but otherwise I guess I must repackage it - EbrithilBowser 10 years ago
Hi
go to the manual
http://anorien.csc.warwick.ac.uk/mirrors/CTAN/systems/win32/miktex/doc/2.9/miktex.pdf
and @ page 53 you got the solution
xxxx
.exe)MiKTeX Net Installer is used to set up a complete MiKTeX system. In a first step, all required resources will be downloaded from the Internet. In a second step, a complete MiKTeX system is installed.
after you create the repository
miktexsetup--verbose--local-package-repository=C:\TEmp\ProteXt\miktexsetup-2.9.5700-x64\Repository--package-set=complete download
you can use
miktexsetup --quiet--local-package-repository=C:\TEmp\ProteXt\miktexsetup-2.9.5700-x64\Repository--shared install
hope htis could help
PA