[Insight-users] How to distribute?
Raghavendra Chandrashekara
rc3 at doc.ic.ac.uk
Mon, 09 Feb 2004 10:51:35 +0000
jiang wrote:
>Hi, all,
>I build my application which uses some itk filters and vtk filters, Qt,
>developed under Visual Studio, Windows 2000.
>If I want to distribute it to end users, how should I do? Should I use some
>tools such as InstallShield?
>It is my first application. I have no experience about it. Could some one
>help me?
>
>Thanks a lot!
>
>
>Chunyan
>
>_______________________________________________
>Insight-users mailing list
>Insight-users at itk.org
>http://www.itk.org/mailman/listinfo/insight-users
>
>
If you are using Visual Studio .NET, then you could create a setup
project. Choose File > New Project. Then select "Setup and Deployment
Projects" in Project Types box, followed by Setup Project in Templates box.
Raghavendra