Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I'm Developing an application to install software silently in remote Machine using WCF Service.

I had a problem that while installing software it is asking for User Account Control i.e., admin rights. But, i want to give admin rights to dll Programatically not using CMD prompt.

i checked using manifest file, but its not working for me.

Could any one please help me about this scenario.

Thanks,
Kalyani
Posted
Comments
Patrice T 7-Sep-15 2:31am    
Want to install malware or spyware?
Kalyani101 7-Sep-15 6:52am    
want to install normal softwares. not malwares
Herman<T>.Instance 7-Sep-15 3:33am    
You have to reboot to make a different level of UAC possible.
Kalyani101 7-Sep-15 6:53am    
ok.. but i dont want to reboot b'coz client user get disturbed.
Richard MacCutchan 7-Sep-15 3:46am    
UAC is there to protect the PC owner from people like you.

1 solution

Make .msi package for deployment and create a brand new GPO to install it to desired computers.

Reference:
How to use Group Policy to remotely install software[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900