AW: [Insight-users] How to distribute?

jiang jiang at TI.Uni-Trier.DE
Mon, 9 Feb 2004 14:33:58 +0100


Hi Raghavendra,
Thank you for your reply. I have already the project. Now I want to execute
it in other computers which doesn't install itk or vtk. I think only copy
and run .exe file is not enough. How should I do?


Best regards,

Chunyan

-----Ursprungliche Nachricht-----
Von: Raghavendra Chandrashekara [mailto:rc3 at doc.ic.ac.uk]
Gesendet: Montag, 9. Februar 2004 11:52
An: jiang
Cc: ITK
Betreff: Re: [Insight-users] How to distribute?


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