How to delete multiple folders with a wild card
Hello, We use SUF 9 to install content on client workstations. When we install new content we like to delete all the old content before installing the new content. this content consists of numerous...
View ArticleHow to close a running software if it is running during installation
Code: ----------------------------------------------- -- Checks to see if a particular file exists. are_ya_there = File.DoesExist(_ProgramFilesFolder.."\\SOFTWARE.exe");...
View ArticleHow to install a CA certificate programatically
Hi this question is not directly related with SF but assuming that the users of SF can have information on the subject i need help on installing a CA certificate programatically , (on target machine)...
View ArticleHow to cancel the Uninstall process
Hi, i'm trying to cancel the uninstall process at the "On Pre Uninstall" Action. At this point i start an other application get the ReturnCode via File.Run(...) I evaluate this ReturnCode and under...
View ArticleDead product?
I am wonderinng if there are any plans for a v10, or if v9 is the final version of SF. No major update for almost 2 years now, no major version beta to have a look at. Running out of ideas? ;)...
View ArticleMaintenance Agreement renewal for SF and TU?
Hey guys, We're getting ready to purchase licenses for 5 more copies of both SF and TU, and in the process, we've discovered that our 2 current installations of SF and our one installation of TU are...
View ArticleTwo Product Versions...
Is there any relation between the %ProductVersion% Session var, and the product version specified on the Build Settings / Resources tab? If not, is there a way to use that value as the value of...
View ArticleSomething I need to worry about?
The Boss got this warning while building and signing one of our SUF installers. Is it something we need to be concerned about? Looks like it retried x1, and succeded... Code: Warning 7005: Failed...
View ArticleRegistry Problem
Hi, I can create the registry key in CURRENT_USER but not in the LOCAL_MACHINE: Registry.CreateKey(HKEY_LOCAL_MACHINE,"SOFTWARE\\B lah"); It does not work!
View ArticleChange Dialog backgrounds with Themes
I am using a custom theme. But the last dialog in Uninstall, and other programmatically created dialogs like Dialog.Timed.Message have a dark grey background. How can I change these to white?
View ArticleBug?
My main application is installed to %AppFolder% My application data must be installed here : %ProgramFilesFolder64%\ProductData I must create the uninstaller and its folder in :...
View Article3 Questions
Setup Factory is a very easy and rapid application to build a setup in no time, I enjoyed it! I've got a few questions, please help: 1. When I create a setup file, the 1st time run will install the...
View ArticleSetup Factory & Windows 8.1
Hello, Do both of the Setup Factory 8.0 and 9.0 support windows 8.1? I have an installer that works in Win8 but crashes in Win8.1. I think it's version 9.0.4.0. Thanks Hai
View ArticleWorking directory for File.RunAtReboot()
File.Run() has a parameter for the current working directory in which the program is run. File.RunAtReboot() does not. I need to run a program after a reboot with a specific working directory. How do I...
View ArticleSQLITE3 Plugin for SUF 9?
Where do I download the SQLLITE3 Plugin for Setup Factory 9? Thanks.
View ArticleWeb deployments?
I was unable to find anything at IR's website regarding whether Setup Factory 9 supports the creation of web deployments, i.e., where a small setup.exe stub is created that then downloads a file or...
View ArticleRequirements Difference between 9.1.0.0 and 9.1.1.0
Hey guys, Believe we've stumbled on a difference in the way setup requirements are handled between SUF 9.1.0.0 and 9.1.1.0; we updated a production signing server with the latest version, but hadn't...
View ArticleNew Version Available 9.2.0.0
Today (September 4, 2013) we have released a new version of Setup Factory (v9.2.0.0). Commercial users can download the new full installer from your customer portal. This release contains the following...
View ArticlePrograms and Features still shows the package as installed ?
My installation package is appearing Twice in Programs and Features. I must have messed up somewhere. However when Uninstalling either of them, and after rebooting, they still appear there, and the...
View Article