D
Dom
I have a few questions regarding Group Policy deployment of
applications to users (not machines).
1. To deploy an application using Group Policy, it seems that using an
MSI is highly recommended. Could my MSI call into "friend" EXE located
in the same shared folder? Or should everything "fit" within one big
MSI?
2. Under what security context does the MSI get executed? Is it the
security context of the target install user, with local administrative
permissions? Or is it some other security context?
3. Does anything prevent the install user from attaching a debugger to
the executing MSI and changing instructions (in assembly, etc.) to
elevate privileges?
Thank you for your insight / comments!
applications to users (not machines).
1. To deploy an application using Group Policy, it seems that using an
MSI is highly recommended. Could my MSI call into "friend" EXE located
in the same shared folder? Or should everything "fit" within one big
MSI?
2. Under what security context does the MSI get executed? Is it the
security context of the target install user, with local administrative
permissions? Or is it some other security context?
3. Does anything prevent the install user from attaching a debugger to
the executing MSI and changing instructions (in assembly, etc.) to
elevate privileges?
Thank you for your insight / comments!