This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: user install on vista error 1925
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 01, 2010
03:12 PM
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?
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?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 02, 2010
08:51 AM
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.
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.