keybrdcowboy
IS-IT--Management
Hi...
I have a script that runs as a computer startup script. The script runs an msi file that installs a piece of software, and then edits a registry entry and runs the regsrv32 command to register two dlls.
The software installs fine, and the registry edits are made, however the dll registering doesn't appear to be working correctly. The software is an outlook add in, and it all works fine up to a point. When I manually register those two dlls (or edit the script to do nothing but register the dlls) everything works fine. However, relying on everything to occur during the computer startup script section, it doesn't work. The program installs, but certain parts of it don't work. Once those dlls get registered, everything works.
I was hoping someone would have some guidance on this. It almost seems like registering the dlls during the computer startup part doesn't actually register them for the users that login. Can anyone shed some light on this? Sorry if this post is a little confusing... Thanks for any help!
I have a script that runs as a computer startup script. The script runs an msi file that installs a piece of software, and then edits a registry entry and runs the regsrv32 command to register two dlls.
The software installs fine, and the registry edits are made, however the dll registering doesn't appear to be working correctly. The software is an outlook add in, and it all works fine up to a point. When I manually register those two dlls (or edit the script to do nothing but register the dlls) everything works fine. However, relying on everything to occur during the computer startup script section, it doesn't work. The program installs, but certain parts of it don't work. Once those dlls get registered, everything works.
I was hoping someone would have some guidance on this. It almost seems like registering the dlls during the computer startup part doesn't actually register them for the users that login. Can anyone shed some light on this? Sorry if this post is a little confusing... Thanks for any help!