Hello Every one,
I want to create a setup in VC# express edition! Can any one help I was wondering if publish option is the key but unable to find solution.
Also no option for creating native images
Pls Help,
Rahul
Hello Every one,
I want to create a setup in VC# express edition! Can any one help I was wondering if publish option is the key but unable to find solution.
Also no option for creating native images
Pls Help,
Rahul
Setup of application in express edition
Vinzcenzo
Regards,
Rahul.
TahoePete
VC# Express edition (or any Express edition) does contain tools for deploying applications.
To see a comparision between the Express editions and Visual Studio see:
http://lab.msdn.microsoft.com/vs2005/productinfo/productline/default.aspx.
To generate native images use the ngen.exe which is located in the .NET 2.0 Framework folder, typically:
C:\Windows\Microsoft.NET\Framework\v2.0.50727
ERK33136
Some Windows Installer tools have an option to automatically do that such as Wise for Windows Installer.
yhong
Regards,
Rahul
piotrfe
Express editions do not come with any deployment tools, but ngen comes with the Framework so you could write a batch file to do it.