Assigned software problem

G

Guest

Guest
Archived from groups: microsoft.public.win2000.group_policy (More info?)

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 ?
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.group_policy (More info?)

"m|sf|t" <m|sf|t@ampsycho.com> wrote in message
news:1134e82b4spnn55@corp.supernews.com...
> 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....