PDA

View Full Version : Newbie: Is this product right for me?


tempcontrol
03-12-2005, 06:48 PM
First let me start by saying I know nothing about programming. I am looking for a standalone executable that would allow the user to input a subdirectory in C:\Projects. Once the user enters the new name that directory would be created (C:\Project\Test). I would also like other directories to be created under the root. These would be consistent on every run. I appreciate the help in answering my question. After playing with the demo version it seems that it probably can be done, but would appreciate it if someone lets me know if it is possible with SF 7. Thanks so much.

Ted Sullivan
03-13-2005, 08:40 AM
Absolutely. Setup Factory 7.0 is designed to make software installers. You simply add your files into a Setup Factory 7.0 project, tell it where to install the files to and then click on Build. It then compresses your files, packs them into a self-installing single-file executable that you then distribute to your users by web, email, CD-ROM, DVD-ROM, floppy disc etc.

Setup Factory 7.0 gives you full control over the dialogs/screens that are shown and much more. Any software installation task can be handled.