V
Vadim Rapp
Hello,
I have an MSI package that userA can install without a problem if he runs it
"manually"; but when I publish the same package to GPO/user and UserA
installs it from add/remove programs->add new programs, it fails with "fatal
error during installation". This user has his desktop on the network share,
and it looks like this is the reason: in the msi log, I see
MSI (c) (C8:04) [10:40:36:702]: Executing op: SetTargetFolder(Folder=16)
MSI (c) (C8:04) [10:40:36:712]: SHELL32::SHGetFolderPath returned:
\\domain\corp\users\usera\Profile\Desktop
MSI (c) (C8:04) [10:40:36:742]: Note: 1: 1314 2:
\\domain\corp\users\usera\Profile\Desktop\
The current permissions for his desktop folder on the share are domain
administrators (full control) and UserA (everything except full control).
Does the installation from add/remove programs run under some other context
that needs to be given the permission?
thanks,
Vadim Rapp
I have an MSI package that userA can install without a problem if he runs it
"manually"; but when I publish the same package to GPO/user and UserA
installs it from add/remove programs->add new programs, it fails with "fatal
error during installation". This user has his desktop on the network share,
and it looks like this is the reason: in the msi log, I see
MSI (c) (C8:04) [10:40:36:702]: Executing op: SetTargetFolder(Folder=16)
MSI (c) (C8:04) [10:40:36:712]: SHELL32::SHGetFolderPath returned:
\\domain\corp\users\usera\Profile\Desktop
MSI (c) (C8:04) [10:40:36:742]: Note: 1: 1314 2:
\\domain\corp\users\usera\Profile\Desktop\
The current permissions for his desktop folder on the share are domain
administrators (full control) and UserA (everything except full control).
Does the installation from add/remove programs run under some other context
that needs to be given the permission?
thanks,
Vadim Rapp