Setup of application in express edition

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



Answer this question

Setup of application in express edition

  • Vinzcenzo

    Well i forgot to mention native images after completing the setup of the application on the client machine.

    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

    You will need to write a custom action to run ngen during the installation.

    Some Windows Installer tools have an option to automatically do that such as Wise for Windows Installer.

  • yhong

    Any thing that can be done using express edtion in this regard (creating native images on client machine)

    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.



  • Setup of application in express edition