PDA

View Full Version : distributing TX.NET apps?


Unregistered
January 1, 2003, 16:25:54
The .NET control help mentions building a distributable for TX applications using the wizard within VS.NET.

We need to write a custom installer for our stuff. What are the files required for TX.Text at both Standard and Professional levels? I don't want to ship files for stuff we don't use if at all possible.

Regards
Mark Smith


This message was originally posted by Mark Smith in the old TX Text Control Support Forum.

Björn Meyer
January 20, 2003, 19:25:32
Hello Mark

It is recommended to distribute all TX Text Control files in your setup. Anyway, unused filters (BMP, JPEG, ...) can be leave out in your setup.

Björn Meyer, TX Text Control

Nectar
January 29, 2003, 21:42:52
I'm not sure if I'm going to word this correctly.

With .NET you can add a link to .NET .exe to you web page. When you click on the link, the application will be downloaded automatically and executed on the users station.

You can look at the MSDN article:

".NET Zero Deployment
Security and Versioning Models in the Windows Forms Engine Help You Create and Deploy Smart Clients"

Can I make an application of this type use TextControl.NET ?