Installations / Deployment of Linqpad in system context
Options
we finalized our deployment package for automatic Installation of Linqpad, except the point of activation.
Installation must be done in system-context (Microsoft SCCM), but this local account does't have access to the Proxy (Proxy requires authorization with a personal domain account).
Is there a possibility to do this in one commandline (incl. ntlm-auth for the proxy) through a runone in registry in user-context (personal account)?
Thanks in advance for your support :-)
Installation must be done in system-context (Microsoft SCCM), but this local account does't have access to the Proxy (Proxy requires authorization with a personal domain account).
Is there a possibility to do this in one commandline (incl. ntlm-auth for the proxy) through a runone in registry in user-context (personal account)?
Thanks in advance for your support :-)
Comments
-
The easiest option might be to create a proxy account for SCCM. Then the install script could create a proxy.xml file with the SCCM proxy login details, write it to %localappdata%\LINQPad\proxy.xml, then call:
LINQPad5Setup.exe /activateall=your-code /mergetasks="lprunpath" /silent
I've not experimented with creating a RunOnce entry, but I guess this could work, too. You'll need to ensure that the proxy.xml file is written first.