Indigo Rose Software

Professional Software Development Tools

 
+ Post New Thread
Page 1 of 2 1 2 LastLast
Threads 1 to 25 of 34

Forum: Setup Factory 8.0 FAQ

Answers to frequently asked questions about Setup Factory

  1. How to play a sound in Setup Factory?

    Question How can I play a system sound to get the user's attention? Answer You can use the PlaySound function, found in winmm.dll, to play the configured system sounds. To play the "Exclamation" sound when displaying a certain screen in your installer, you can use Lua code like this in the...

    Started by Ulrich, 05-30-2011 01:55 PM
    • Replies: 0
    • Views: 1,432
    05-30-2011 01:55 PM Go to last post
  2. How do Session Variables work?

    Question How do Session Variables work? Answer Session Variables Explained Session variables are used in Setup Factory 7.0 to hold various forms of data that can then be displayed to the user through screens, and/or used in script. For example, %AppFolder% is a Session Variable that has...

    Started by Adam, 04-28-2008 12:15 PM
    • Replies: 0
    • Views: 11,435
    04-28-2008 12:15 PM Go to last post
  3. How do I make an install that uses "Sticky Folders"

    Question How do I make an install that uses "Sticky Folders" Answer In Setup Factory 6.0 there is an option to have a sticky folder. This feature would append a folder to the selected install folder. This is not a built in feature in Setup Factory 7.0 but the workaround is quite easy. In...

    Started by Adam, 04-28-2008 12:10 PM
    • Replies: 0
    • Views: 3,874
    04-28-2008 12:10 PM Go to last post
  4. Why do I have to use double backslashes in code?

    Question Why do I have to use double backslashes in code? Answer In windows, specifically when working with files, backslashes ("\\") are used repeatedly. Whether separating folders, filenames, or drives, there is no way to reference files without making use of backslashes, in one form or...

    Started by Adam, 04-28-2008 12:06 PM
    • Replies: 0
    • Views: 8,604
    04-28-2008 12:06 PM Go to last post
  5. make my install span multiple media devices?

    Question How can I make my install span multiple media devices? Answer This article explains how to split your install between two or more pieces of media If your installation is larger than your chosen distribution media (Floppy/CD/DVD/etc.) then you will have to split your installer among...

    Started by Adam, 04-28-2008 12:01 PM
    • Replies: 0
    • Views: 3,660
    04-28-2008 12:01 PM Go to last post
  6. How can I abort an install conditionally

    Question How can I abort an install conditionally Answer It is always a good development practice to safeguard your install against as many potential failures as possible by forcing the user to abort the install if certain conditions are not met. In the end this will result in less...

    Started by Adam, 04-28-2008 11:59 AM
    • Replies: 0
    • Views: 3,561
    04-28-2008 11:59 AM Go to last post
  7. set environment variables

    Question How can I set environment variables Answer This article explains how to set environment variables using Setup Factory 7.0 Setting environment variables is done differently on Windows 9x operating systems (Windows 95, 95, ME) than it is on Windows NT operating systems (Windows NT...

    Started by Adam, 04-28-2008 11:56 AM
    • Replies: 0
    • Views: 4,517
    04-28-2008 11:56 AM Go to last post
  8. conditionally install files based on OS

    Question How do I conditionally install files based on OS Answer As more operating systems are being released year after year, developers are wanting to maximize the platform support for their products. However as technology develops, dependency files are not necessarily compatible on every...

    Started by Adam, 04-28-2008 11:49 AM
    • Replies: 0
    • Views: 4,012
    04-28-2008 11:49 AM Go to last post
  9. create a shortcut on the desktop

    Question How do I create a shortcut on the desktop Answer To create a shortcut on the Desktop to a file in your setup, do the following: - Locate the file that you want to create the shortcut to on Setup Factory's main screen. When you find it, select the file by left-clicking on it. -...

    Started by Adam, 04-28-2008 11:43 AM
    • Replies: 0
    • Views: 4,745
    04-28-2008 11:43 AM Go to last post
  10. create a shortcut to an Internet URL

    Question How do I create a shortcut to an Internet URL Answer Creating a shortcut to an Internet URL is a very easy process in Setup Factory. It involves nothing more then using a Shell.CreateShortcut action and setting the Target field to be the URL that you would like to shortcut to point...

    Started by Adam, 04-28-2008 11:39 AM
    • Replies: 0
    • Views: 3,641
    04-28-2008 11:39 AM Go to last post
  11. How can I detect administrator privileges

    Question How can I detect administrator privileges Answer The article explains how to determine if the end user has administrative privileges using Setup Factory 7.0. In general there are two main types of users on Windows NT-based operating systems (Windows NT 4.0, Windows 2000, Windows XP...

    Started by Adam, 04-28-2008 11:36 AM
    • Replies: 0
    • Views: 5,385
    04-28-2008 11:36 AM Go to last post
  12. install files to the Windows directory

    Question How do I install files to the Windows directory Answer This article describes how to install files to the Windows\System directory. All Windows operating systems have a "Windows" directory (folder) where most of the operating system and many shared files on the operating system are...

    Started by Adam, 04-28-2008 11:28 AM
    • Replies: 0
    • Views: 4,409
    04-28-2008 11:28 AM Go to last post
  13. Installing the Microsoft Access Runtime Engine

    Question Installing the Microsoft Access Runtime Engine Answer This article provides information on redistributing and installing the Microsoft Access runtime engine with Setup Factory 7.0. Due to the massive complexity of the Microsoft Access runtime engine, Setup Factory does not have a...

    Started by Adam, 04-28-2008 11:22 AM
    • Replies: 0
    • Views: 7,161
    04-28-2008 11:22 AM Go to last post
  14. How can I locate Internet Explorer's favorites folder

    Question How can I locate Internet Explorer's favorites folder Answer This article explains how to find Internet Explorer's favorites folder using the registry. Internet Explorer's favorites folder is a shell folder, which means that it may have different locations on different computers. ...

    Started by Adam, 04-28-2008 11:18 AM
    • Replies: 0
    • Views: 7,038
    04-28-2008 11:18 AM Go to last post
  15. How can I make a Program Run Every Time the System Starts

    Question How can I make a Program Run Every Time the System Starts Answer Certain programs run each time the system starts; some are necessary for the operating system to function, and others to provide convenience to the end user. It may be necessary that your program be launched each time...

    Started by Adam, 04-28-2008 11:15 AM
    • Replies: 0
    • Views: 4,143
    04-28-2008 11:15 AM Go to last post
  16. Can Setup Factory Merge Registry Keys

    Question Can Setup Factory Merge Registry Keys Answer Merging registry keys is a very easy process in Setup Factory. It involves nothing more than using a File.Run action and setting the Command line arguments to point to the registry file to be merged. As an example, we will merge...

    Started by Adam, 04-28-2008 11:09 AM
    • Replies: 0
    • Views: 4,345
    04-28-2008 11:09 AM Go to last post
  17. Repackage an existing installer

    Repackage an Existing Installer This article provides information on how to repackage an installation using Setup Factory 7.0. Setup Factory is an installation tool; it is designed to install software onto an end user's computer. Setup Factory is not a repackager. A repackager is a tool...

    Started by Adam, 04-28-2008 11:05 AM
    • Replies: 0
    • Views: 4,529
    04-28-2008 11:05 AM Go to last post
  18. How to Set the Default Application Directory

    How to Set the Default Application Directory In Setup Factory 7.0 the application directory is the directory where all of your files will be installed by default. The application directory is generally controlled by the built-in variable %AppFolder%. So setting the value of %AppFolder% sets...

    Started by Adam, 04-28-2008 10:58 AM
    • Replies: 0
    • Views: 4,153
    04-28-2008 10:58 AM Go to last post
  19. Uninstall a Shortcut Created with Actions

    Question: Uninstall a Shortcut Created with Actions Answer This article explains shortcut creation and how to remove shortcuts created by actions. There are two ways to create shortcuts in Setup Factory. The first is through File Properties and the second is by using a Shell.CreateShortcut...

    Started by Adam, 04-28-2008 10:38 AM
    • Replies: 0
    • Views: 3,690
    04-28-2008 10:38 AM Go to last post
  20. Runtime Royalties

    Question Do I have to pay any runtime royalties, and if so what is your pricing structure? Answer The Setup Factory license agreement grants you non-exclusive rights to distribute the runtime applications (e.g. setup.exe) created by the Software on a royalty-free basis. In other words, once...

    Started by Adam, 04-28-2008 10:37 AM
    • Replies: 0
    • Views: 3,391
    04-28-2008 10:37 AM Go to last post
  21. Why use Setup Factory 7.0?

    Question: Why use Setup Factory 7.0? Answer: Setup Factory 7.0 is your best choice for creating rock-solid software installers, in a timely and efficient manner. Compared to other products, Setup Factory is both easier to learn and faster to work with. Yet, it produces a professional setup.exe...

    Started by Adam, 04-28-2008 10:36 AM
    • Replies: 0
    • Views: 3,573
    04-28-2008 10:36 AM Go to last post
  22. Who needs Setup Factory 7.0?

    Question: Who needs Setup Factory 7.0? Answer: If you are creating software applications that need to be installed on your customer’s computers, you definitely need Setup Factory. But, it’s is not just for software developers. Anyone distributing files or data can benefit from using a...

    Started by Adam, 04-28-2008 10:35 AM
    • Replies: 0
    • Views: 3,295
    04-28-2008 10:35 AM Go to last post
  23. How easy is it to learn?

    Question: How easy is it to learn? Answer: Setup Factory 7.0 boasts an easy-to-use, task based visual design environment. When creating a new project for the first time, you will be presented with the New Project wizard, allowing you to create a fully functional setup in just minutes. Once you...

    Started by Adam, 04-28-2008 10:34 AM
    • Replies: 0
    • Views: 3,208
    04-28-2008 10:34 AM Go to last post
  24. Do I have to be a programmer to use Setup Factory?

    Question: Do I have to be a programmer to use Setup Factory? Answer: Absolutely not! Using the Project Wizard, even beginners can create a fully functional setup in just minutes. And with an intuitive user interface, customization is accomplished in the same point-and-click fashion.

    Started by Adam, 04-28-2008 10:34 AM
    • Replies: 0
    • Views: 3,246
    04-28-2008 10:34 AM Go to last post
  25. Can I patch my software with Setup Factory?

    Question: Can I patch my software with Setup Factory? Answer: Setup Factory was designed to package up a complete version of your software and install it on a user’s system. While this can certainly update a system to the latest release, it is not as efficient as using a dedicated patch...

    Started by Adam, 04-28-2008 10:33 AM
    • Replies: 0
    • Views: 3,663
    04-28-2008 10:33 AM Go to last post

Forum Information and Options

Users Browsing this Forum

There are currently 1 users browsing this forum. (0 members & 1 guests)

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts