cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
KathyBailey
Level 4

user install on vista error 1925

I have created a basic MSI project.
It moves one text file to the [TempFolder]
In General Information/ Summary Information Stream I have set require administrator priviledges to 'No'

I have deleted the ALL USERS property.

I do not have it creating a setup.exe.

When I run it as a standard user, it fails error 1925

I searched for this error and followed what all of the suggestions are and it's still failing.

any ideas?
Labels (1)
0 Kudos
(1) Reply
KathyBailey
Level 4

Okay here's what I ended up doing to make it work.

created the basic MSI
Set the INSTALLDIR to LocalAppData for my one text file
set that component holding my text file for INSTALLDIR

Removed the *Value* for ALLUSERS but didn't delete the property (I had been setting it to 0 and I also tried deleting the property, those don't work)

Set the property for ApplicationUsers to CurrentUserOnly (it's defaulted to AllUsers)

Built the project without generating setup.exe (because that's what they asked for)

This worked installing as power user on WindowsXP SP2 and I'm going to test it on vista next.

Hope that info helps someone.
0 Kudos