CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2001
    Posts
    2

    Creating Instalation Steps

    I'm from Brasil and I'm student. I'd like to know How can I create a Installation Steps when I'm creating setup.exe. There is a code for example?


  2. #2
    Join Date
    Aug 2001
    Posts
    14

    Re: Creating Instalation Steps

    In the Addins menu click add in manager and then select package and deployment wizard and click ok.
    Now you can see the p and d manager in your addin menu. click on it. It will ask you for three options. Go for the first one. Package and bundle the project. It creates the exe file and the required set up file. once the setup file is created u can install ur software by running the setup.exe



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured