Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > How to assign Manifest file in visual studio 2005?
 

How to assign Manifest file in visual studio 2005?

Hi,

How to assign manifest file in Application setup in visual studio 2005?

In visual studio 2008 having option for assigning Manifest file in Application Setup.


Is there any idea to assign manifest in VS 2005?


Thanks in Advance.
Kaleeswara Murthy  Thursday, May 28, 2009 7:27 AM

Hi Murthy,

VS2005 IDE doesn't provide the functionality to embed a custom application manifest into the generated executable file.A workaround is tobuild the project manually using the csccommandand the /win32manifest option.

For more information on the /win32manifest compiler option, visit the following link:
http://msdn.microsoft.com/en-us/library/bb545961.aspx

Hope this helps.

Sincerely,
Linda Liu


Please remember to mark the replies as answers if they help and unmark them if they provide no help. end us any feedback you have about the help from MSFT at fbmsdn@microsoft.com.
Linda Liu  Wednesday, June 03, 2009 10:10 AM

Hi Murthy,

VS2005 IDE doesn't provide the functionality to embed a custom application manifest into the generated executable file.A workaround is tobuild the project manually using the csccommandand the /win32manifest option.

For more information on the /win32manifest compiler option, visit the following link:
http://msdn.microsoft.com/en-us/library/bb545961.aspx

Hope this helps.

Sincerely,
Linda Liu


Please remember to mark the replies as answers if they help and unmark them if they provide no help. end us any feedback you have about the help from MSFT at fbmsdn@microsoft.com.
Linda Liu  Wednesday, June 03, 2009 10:10 AM

You can use google to search for other answers

Custom Search

More Threads

• Is this a Bug? Published ClickOnce App Will Not Update Automatically
• Changing of installation directory in ClickOnce Deployment
• User Interface Editor for Uninstall?
• How to: add SQL server installer with application setup project
• ClickOnce and MSI together.
• How to make a Setup of .Net application?
• Update Editbox from CustomAction
• Change a dir permission
• clickonce Application cannot be started
• Offline Updates