Forum Discussion
AlexeyKryuchkov
Alumni
14 years agoHi Ken,
I think that you need to modify your installation automation so that it executes commands similar to those listed in this article to change the application pool. To run commands, you can use the following code snippet:
BTW, your images appear to be broken.
I think that you need to modify your installation automation so that it executes commands similar to those listed in this article to change the application pool. To run commands, you can use the following code snippet:
var WshShellObj = Sys.OleObject("WScript.Shell");
var WshShellExecObj = WshShellObj.Run("<command>");BTW, your images appear to be broken.