MSI Error 1925 Do not have sufficient privillege to install
Hi guys,
I have working on one of the licensed vendor file. I just repacked the exe file into MSI with their services and all necessary files. Its looks fine with /qb install. But i have MSI error 1925 on /qn install and its failed.
Log file says:
Action start 13:46:42: InstallFinalize.
MSI (s) (5C:24) [13:46:42:972]: Executing op: ProductInfo(ProductKey={4D0AB3E0-71AD-4D41-82AD-63177B32FBCA},ProductName=LinguaNextSPeeDDesktop,PackageName=LinguaNextSPeeDDesktop.msi,Language=1033,Version=17104897,Assignment=1,ObsoleteArg=0,ProductIcon=Icon_SPeeDDesktop.exe,,PackageCode={A15265F7-55BA-49BC-9AF5-62AA2A2F3E02},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=3)
MSI (s) (5C:24) [13:46:42:972]: Product: LinguaNextSPeeDDesktop -- Error 1925.You do not have sufficient privileges to complete this installation for all users of the machine. Log on as an administrator and then retry this installation.
Error 1925.You do not have sufficient privileges to complete this installation for all users of the machine. Log on as an administrator and then retry this installation.MSI (s) (5C:24) [13:46:42:988]: User policy value 'DisableRollback' is 0MSI (s) (5C:24) [13:46:42:988]: Machine policy value 'DisableRollback' is 0
Action ended 13:46:42: InstallFinalize. Return value 3.
MSI (s) (5C:24) [13:46:42:988]: Executing op: Header
How to get rid of this. I will much appriciate if any one help me on this..
thanks in advance.
I have working on one of the licensed vendor file. I just repacked the exe file into MSI with their services and all necessary files. Its looks fine with /qb install. But i have MSI error 1925 on /qn install and its failed.
Log file says:
Action start 13:46:42: InstallFinalize.
MSI (s) (5C:24) [13:46:42:972]: Executing op: ProductInfo(ProductKey={4D0AB3E0-71AD-4D41-82AD-63177B32FBCA},ProductName=LinguaNextSPeeDDesktop,PackageName=LinguaNextSPeeDDesktop.msi,Language=1033,Version=17104897,Assignment=1,ObsoleteArg=0,ProductIcon=Icon_SPeeDDesktop.exe,,PackageCode={A15265F7-55BA-49BC-9AF5-62AA2A2F3E02},,,InstanceType=0,LUASetting=0,RemoteURTInstalls=0,ProductDeploymentFlags=3)
MSI (s) (5C:24) [13:46:42:972]: Product: LinguaNextSPeeDDesktop -- Error 1925.You do not have sufficient privileges to complete this installation for all users of the machine. Log on as an administrator and then retry this installation.
Error 1925.You do not have sufficient privileges to complete this installation for all users of the machine. Log on as an administrator and then retry this installation.MSI (s) (5C:24) [13:46:42:988]: User policy value 'DisableRollback' is 0MSI (s) (5C:24) [13:46:42:988]: Machine policy value 'DisableRollback' is 0
Action ended 13:46:42: InstallFinalize. Return value 3.
MSI (s) (5C:24) [13:46:42:988]: Executing op: Header
How to get rid of this. I will much appriciate if any one help me on this..
thanks in advance.
0 Comments
[ + ] Show comments
Answers (12)
Please log in to answer
Posted by:
itolutions
13 years ago
Posted by:
anonymous_9363
13 years ago
Posted by:
AngelD
13 years ago
Posted by:
Mani1986
13 years ago
Hi Kim,
Thanks for your reply,
(VersionNT=501 And ServicePackLevel>=2) Or (VersionNT=502 And ServicePackLevel>=2 And MsiNTProductType=1) Or (VersionNT=600 And ServicePackLevel>=1) Or VersionNT>600 - This application requires Windows XP SP2 or Windows Vista SP1 or Windows 7. Setup will now exit.
the above one i have in LaunchCondition. I guess its might not cause the error. But Still i got the same error 1925 after remove the condition too.
One more thing, This MSI Cause this error only on /qn mode of install. Its install fine in /qb mode.
Something i am missing to set about UAC privilege.
Thanks for your reply,
(VersionNT=501 And ServicePackLevel>=2) Or (VersionNT=502 And ServicePackLevel>=2 And MsiNTProductType=1) Or (VersionNT=600 And ServicePackLevel>=1) Or VersionNT>600 - This application requires Windows XP SP2 or Windows Vista SP1 or Windows 7. Setup will now exit.
the above one i have in LaunchCondition. I guess its might not cause the error. But Still i got the same error 1925 after remove the condition too.
One more thing, This MSI Cause this error only on /qn mode of install. Its install fine in /qb mode.
Something i am missing to set about UAC privilege.
Posted by:
Mani1986
13 years ago
Hi Ian,
Yep Its tricky one. Thats why I came here.,
This Privelege error appears only on /qn install and failed.
Here the one: http://letmeillustrate.blogspot.com/2010/04/error-1925.html
Please take a look at above link. It would make sense that we resolve this in MSI not rather in Admin rights CMD.
I guess its because of UAC privilege popup supress in /qn mode, I used the Summary info word count as bit 3 and ALLUSER PROPERTY as 1. But still got the same error.
Can you able to figure out anything.
Thanks for your help and reply.
Yep Its tricky one. Thats why I came here.,
This Privelege error appears only on /qn install and failed.
Here the one: http://letmeillustrate.blogspot.com/2010/04/error-1925.html
Please take a look at above link. It would make sense that we resolve this in MSI not rather in Admin rights CMD.
I guess its because of UAC privilege popup supress in /qn mode, I used the Summary info word count as bit 3 and ALLUSER PROPERTY as 1. But still got the same error.
Can you able to figure out anything.
Thanks for your help and reply.
Posted by:
anonymous_9363
13 years ago
Posted by:
Mani1986
13 years ago
Posted by:
KPrinz
8 years ago
Posted by:
AngelD
13 years ago
Posted by:
Mani1986
13 years ago
Posted by:
Mani1986
13 years ago
Hi guys,
There is two option is worthy try,. Above said Client policy HKLM, HKCU keys. Turn off the UAC settings in Control pannel. But both the options are affect the other packages in deployment senario.
I yet to get any of the MSI resolutions for this. Please let me know if anyone come across this...
Thanks.
There is two option is worthy try,. Above said Client policy HKLM, HKCU keys. Turn off the UAC settings in Control pannel. But both the options are affect the other packages in deployment senario.
I yet to get any of the MSI resolutions for this. Please let me know if anyone come across this...
Thanks.
Posted by:
AngelD
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.