I have large c# project that I want to package it as setup file with the following conditions
- certain file should be transferred to system32 folder and be registered
- the other files should be normally at program file/ projectname --> this the easiest part
How can I use.NET setup project to copy files to system32 folder and register them.
How in vista/windows 7 tell the system to run the program as administrator without user permission
you fast reply is highly appreciated
Best regards
Amit ChoudharyPosted Jan 18, 2011, 4:01 AM
Follow the below article:
http://www.startvbdotnet.com/extras/deploy.aspx
Hope it helps.
Thanks