Is there any tutorial on how to package my programs using Install Shield wizard in .net?
Printable View
Is there any tutorial on how to package my programs using Install Shield wizard in .net?
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..
Here is a tutorial that may help you.Quote:
Originally Posted by savagerx