finish setup
it is possible to finish the setup when the installtion is done in a virtual machine (VM ) ! ??
View ArticleUninstall with User Privilege Level
Is it possible to set the User Privilege Level also for the Uninstall? The standard Uninstall runs with normal user rights. I need elevated rights to remove some settings done by Shell.Execute (remove...
View ArticleSetup Factory installer leaves behind folder which cannot be deleted...
I have a working installer created with Setup Factory. After EVERY run (which I'm doing a lot of during testing), the setup completes, but always leaves a folder behind in:...
View ArticleMSG_FILE_EXISTS_RETRY buttons
I know that I can control the message that is displayed when a file is in use by modifying these two strings with SetupData.SetLocalizedString, or even by editing the language XML file:...
View ArticleReverse engineering LUA code
I have a password embedded in the OnStartup section of my project (SUF9). The password is used later on in the project with the built-in Blowfish encryption. The project is built into Setup.exe. I know...
View ArticleWindows service
Hi, I have to make a windows service setup, I'm looking for an concreate (and full) example, where can I find one sample ? Thanks in advance, Domi.
View ArticleUninstaller Problem
I have an installer build with SF9 and part of the install is to set up several folders with multiple files in each. One of these folders is an Exercise folder that my students work on and also create...
View ArticleRemoving Finished Install Screen Display Delay
The installation program that I am working on has a significant delay on screen displays between the Before Installing-Ready To Install screen and the After Installing Finished Install screen. There is...
View ArticleHigh DPI displays
Hi Setup factory displays its icons very small on High DPI displays, is this something that will be fixed in an upcoming release please?
View ArticleCheck if application is running and then close/kill
Hi, I want to create a setup as sort of update. The setup has to check if the application which i would like to update is active/running. If so...then a message and close the application. Can this be...
View ArticleCountries Screen
Screen with countries Is there any screen where you can show all countries so that the user enter one (can be combo box or check box). Many programs have it. How can display a screen with the countries...
View ArticleUninstall integration - Setup Factory & Visual Patch
I found some discussion of this but it was 8 years old. I'm hoping the answers are better now. 1. We do our initial installations with Setup Factory, and include an uninstall. 2. We are now working on...
View ArticleScript Error 1000 on Startup
Hi all, I'm running SUF 9.5.0.0. When installing to Windows 10, my installer log has these entries: Quote: [12/14/2015 22:25:35] Success System requirements check [12/14/2015 22:25:35] Success Include...
View ArticleSupporting Japanese
Hello We have a multilingual installer which works fine for everything except Japanese. Our installer should startup in the users current windows language if it is available.. and then allow the user...
View ArticleDLL Hacking
Looking at Setup Factory's installation method, we should be safe from DLL hacking as described here, especially when using compression: http://textslashplain.com/2015/12/18...-just-wont-die Does...
View ArticleShortcut problems Windows 10
The Shortcuts do not show up in the Windows 10 Apps menu. It seems to be OK up to and including windows 8.1 :huh
View ArticleRegister default program
For users to be able to set my program as the default program, it needs to be registered as a "default program" and it will appear in the list provided by Run > Default programs. I have researched...
View ArticleDealing with complex XML structures
I am having the devil of the time using the XML functions to parse and/or update an XML script. For example, here are the first few lines. I am trying to retrieve and/or update the name of the SQL...
View ArticleCan I run setup factory in silent mode?
I'd like to call setup factory in Jenkins through batch file, but Jenkins is not allowed to run a GUI form in windows, and the batch file doesn't work. Can I run setup factory in silent mode? or any...
View ArticleBat file run as administrator.
Hello, I'm using setupfactory 9.0 version. After successful program installation I need to run a bat file as administrator. I know how to using "file.open" method. but I don't know how to make code for...
View Article