International Versions of MyApp
I am having trouble with installations of MyApp in non-English speaking regions. These installations were built with SF8 or earlier where I did not take advantage of the Language feature. I intend to...
View ArticleUnattended builds - Concurrent builds
Does SUF support concurrent builds when running from the command line? If yes, is there a limit?
View ArticleLocal Folder
Does this path always need to be full? I have a file in the same location as the project file. I tried editing the suf xml directly, but the UI complains about it being missing. Can relative paths be...
View ArticleError in Progress
Hi, I evaluating Setup Factory before buying it. I get the following error message during the deployment (on Windows 8) : Code: Error Progress, Line 0: unexpected symbol near ']' I have to hit several...
View ArticleInstalling a ZIP file
Hi, how can I install (decompress,...) the content of a zip file (or any other archive type) ? is there any build-in methods ? must the zip in the exe format ? A stuff of code would be greatly...
View Articleinitializing popuo window
Hi, I want to know their is any way to customize or change "initializing..." popup window in Setup factory 9.1 If any one know then please let me know. i'm waiting for your replay.....
View ArticlePackages Tree and ini File
Hi, is there a way to select or deselect a checkbox in the packages tree on preload? Im tried that in the On Preload, but without success. Im also tested with the Custom Tree Properties, also without...
View ArticleRegistry settings and uninstall
I've been trying to figure out where you make your registry settings so that they become part of the uninstall. I included code in the On Post Install to create the registry settings but when I...
View ArticleUninstall for setup containing multiple packages
I have been trying to figure out the best approach to creating a setup that contains selectable packages of which any or all may be installed. My setup creates one install that installs everything. How...
View ArticleHow do I configure SF with multiple choice installs?
I have several files that already are setup files, but I want to use Setup Factory personal edition to use a multiple choice menu that when a selection is made, it runs the corresponding setup file,...
View ArticleCustom Screen problem
I have a custom progress screen with a progress bar(CTRL_PROGRESS_BAR_01). The OnStart action never fires. In OnStart action I try increasing the value of the progress bar but without success. Then try...
View ArticleAll it's telling me is "Failed to load the specified DLL"...
For what reasons would it fail to load a specified dll in DLL.CallFunction()? The call is simple, requiring no parameters and returning a simple int. The Dll is stored in %TempLaunchFolder% and...
View Articlea nil value
i am trying to check the properties of a checkbox as im read in the helpfile the return of a DlgCheckBox.GetProperties will be tb.Checked if im use an if statement, then i receive an nil value error....
View ArticleNewbie Question About Copying Folders
I'm trying to decide if I should purchase Setup Factory. I have a large library of product and presentation files (.doc, .ppt, .pdf) that are routinely updated and sent to our sales staff. There is a...
View ArticleInstall creation is trying to run another file
This has been happening for a while and it's quite annoying... Every time I compile an installer, just before and just after the code signing sequence I get popup windows about Installing Canon...
View ArticleEvaluating install tools, and have question
Hi. I'm tasked with searching out various tools for building Windows installers, and making some recommendations to TPTB at my company. I've been looking at Setup Factory and MSI Factory, and from what...
View ArticleTrying to add exceptions to windows 7 and 8 firewall on instilation
What im trying to do is add a section to my installers that either adds the updater exe to the windows firewall when the game installs or prompts the user to allow the exception on instilation. And...
View ArticleNeed to set "Disable display scaling on high DPI settings"
I have a 32 bit program which is installed by SF9. In order for this to run correctly on a Surface Pro I need to manually find the .exe, go to Properties/ Compatibility and check the "Disable display...
View ArticleGetting a concatenation error
The error message is: attempt to concatenate global 'target_file' (a nil value) But 'target_file_ is populated which I see when the popup asks if I am sure that I want to delete. Code: locate_folder =...
View ArticleHow do you register a DLL/OCX file in setup factory 9.1
What is the exact process to registering any type of .dll or .ocx file? Things I have tryed that don't work are: 1. Going to advance and ticking register com interfaces and/or register type lib 2....
View Article