Installations / Deployment of Linqpad in system context
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
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.