Assigned software problem

  • Thread starter Thread starter m|sf|t
  • Start date Start date
M

m|sf|t

All,
I created an MSI using Visual Studio Installer. The MSI contains 1 DLL which
is set to self-register and be copied into the SYSTEM32 folder. I removed
all dialog boxes from the MSI. I assigned it via GPO under Computer
Configuration / Software and the MSI was copied to the server and the
properties show the UNC name.

Double-clicking the MSI by itself works perfect, however, when users are
logging on, they see the "Installing..." message, but the DLL isn't copied
nor registered.

Am I missing some permission setting somewhere ?
 
m|sf|t said:
All,
I created an MSI using Visual Studio Installer. The MSI contains 1 DLL
which is set to self-register and be copied into the SYSTEM32 folder. I
removed all dialog boxes from the MSI. I assigned it via GPO under
Computer Configuration / Software and the MSI was copied to the server and
the properties show the UNC name.

Double-clicking the MSI by itself works perfect, however, when users are
logging on, they see the "Installing..." message, but the DLL isn't copied
nor registered.

Am I missing some permission setting somewhere ?

The OUs' GPO has Authenticated Users listed in the Security Filter, so, I
gave Authenticated Users Read & Execute on the MSIs' folder, rebooted, and
it installed.

I need to verify it on a few more machines....
 
Back
Top