Custom Action set system proxy settings
Is it possible to set proxy settings for the system account during application install? We deploy softare through SCCM which uses the system account to run the install. We set proxy settings per user and not per machine so the system account has no proxy settings set. If a program needs to connect to the internet during the install it will fail because no proxy settings are set under Internet Options.
Or, is it possible to have a custom action run as the currently logged in user?
Answers (2)
You can write a custom action on user context in Execute Immediate sequence
http://happyproblems.blogspot.co.uk/2010/12/how-to-set-proxy-settings-for-system.html
Comments:
-
The link applies to a user account which already has proxy settings set. - joedown 11 years ago
-
Have you witten a custom action on user context.. - jagadeish 11 years ago
-
From what I have read Execute Immediate actions can run in the user context but they run before the installation. I would require the custom action to run deferred towards the end of the install. - joedown 11 years ago