CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2002
    Location
    Torture chamber
    Posts
    132

    Where to find the tutorial for...

    Is there any tutorial on how to package my programs using Install Shield wizard in .net?
    end------------------------------
    Programmers aren't born, but are made from hardwork, effort and time.
    To be a good one, requires more effort and hardwork.
    Therefore N quality programmer = (N*hardwork)+(N*effort)+(N*time)

  2. #2
    Join Date
    Nov 2003
    Location
    Sweden
    Posts
    129
    Wel.. Its quite simple actually...
    The best way to learn is to try out InstallShield X 10..
    It has tutorials on how to do that... otherwise its just to look around in the VS.NET...
    Ive never used any tutorials for that actually...

    Just all you need to do is create a IS or MSI project, add an output from the project you want to deploy as a source, add extra files to be added into the package, add needed registry keys(those that need to be entered for your program to function).

    Then you give a path to readme and licence, choose what dialogs should be used, edit them if needed.

    You can ofcource do that manualy or simply use a wizard in VS.NET

    Plus its possible to edit even handlers there...

    Good luck!
    If i see something that might be usefull for you -- i will post it..
    Regards,
    Alexei

  3. #3
    Join Date
    Feb 2000
    Posts
    440
    Quote Originally Posted by savagerx
    Is there any tutorial on how to package my programs using Install Shield wizard in .net?
    Here is a tutorial that may help you.

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