You must Sign In to post a response.
  • Category: General

    Set up and Deployment

    Can anyone help me out to add an text box while uninstalling an .net application in Custom interface we can add a text box at the time of installation but how to attain the same for Uninstall.Any suggestions would be appreciated


    Thanxs in advance
  • #762208
    Hi
    Can you explain more and clearly.

    Did you expect Deployment in your application means?

    you can Go through below links for deployment

    https://www.youtube.com/watch?v=XraTIGGYqdQ

    https://www.youtube.com/watch?v=bn3Z1V6wGYs

    https://www.youtube.com/watch?v=uyNW9ufk1bM

    http://vijirajkumar.blogspot.in/2010/03/create-setup-and-deployment-project.html

    Name : Dotnet Developer-2015
    Email Id : kumaraspcode2009@gmail.com

    'Not by might nor by power, but by my Spirit,' says the LORD Almighty.

  • #767088
    Hope you are doing well.

    Please send me code for setup, so i will add the code as per your requirements.

    or refer following link for customize setup

    http://www.codeproject.com/Articles/335516/Custom-Action-in-Visual-Studio-setup-projects

  • #767113
    Open visual studio and follow below steps
    check out steps below
    1.On the File menu, point to Add, and then click New Project.
    2.In the Add New Project dialog box, expand the Other Project Types node, expand the Setup and Deployment Projects, click Visual Studio Installer, and then click Setup Project. In the Name box, type Custom Action Installer.

    To add the custom action
    1.Select the Custom Action Installer project in Solution Explorer. On the View menu, point to Editor, and then click Custom Actions.
    The Custom Actions Editor is displayed.
    2.In the Custom Actions Editor, select the Commit node. On the Action menu, click Add Custom Action.
    3.In the Select Item in Project dialog box, double-click the Application Folder. Select Primary output from OpenWeb.
    Primary output from OpenWeb appears under the Commit node in the Custom Actions Editor.
    4.In the Properties window, make sure that the InstallerClass property is set to True (this is the default).
    5.In the Custom Actions Editor, select the Install node and add Primary output from OpenWeb to this node as you did for the Commit node.
    6.On the Build menu, click Build Custom Action Installer.

    see below link for more details
    https://msdn.microsoft.com/en-us/library/d9k65z2d(v=vs.100).aspx

    Thanks
    Koolprasd2003
    Editor, DotNetSpider MVM
    Microsoft MVP 2014 [ASP.NET/IIS]

  • #767131
    You can use Install shield Please refer the below Url for this...

    http://www.dotnetspider.com/resources/45158-Working-with-Install-Shield-Aspnet.aspx

    SRI RAMA PHANI BHUSHAN KAMBHAMPATI


  • Sign In to post your comments