visual c++ - Unable to updates my App programaticaly in Win8 - mfc -


i trying update app sysmenu.

and doing click on update app.. in sysmenu, updates automatically started.

its working fine xp , win 7, when trying same thing in win 8 not working. gives alert message "you not have sufficient rights run app". if logged administrator user.

hint : if manually run updates.exe run administrator working.

i have attached screen shot. don't know why happen win 8 only.

any suggestion appreciated.

enter image description here

edit have refer these articles.

http://msdn.microsoft.com/en-us/library/bb756929.aspx

http://www.developerfusion.com/code/7987/making-a-net-app-run-on-vista-with-administrator-priviledges/

i sure there wrong manifest file. please embed manifest

<requestedexecutionlevel level="requireadministrator" uiaccess="false"> 

with updates.exe.

though have tried it, please try 1 more time.

the error dialog seen in snapshot app. there may check in app, showing dialog.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -