ReadToString Unicode?
Does anyone know of a plugin or technique that lets me to TextFile.ReadToString where the specified file is Unicode? I am using Setup Factory 9.
View ArticleProblems with ZIP Plugin
I am trying to create a simple ZIP file with the ZIP plugin. A Zip file is never created and GetLastError returns 1027 ("Operation aborted by user."). Here is a sample I tried with many variations:...
View ArticleNewbie, pls help me!
I know about CODE Language code, so I must Install Setup Factory. Please help me make this code: 1. I also want make Dialog for user give name of disk to make grus dos disk syntax of Bootice of...
View ArticleWindows 7-64 bit, Failed to register COM (ActiveX)
Hello, I am creating an installer for a 32 bit application that will be installed on Windows 7 - 64 bit. Everything installs fine except for one OCX file. I get the following message: Failed to...
View ArticleCustom Screen DlgComboBox Problem
On the screens Combo Box Properties dialog, if you set both Default Text and Store selection in variable to a Session Variable such as %DriverName%, and the session variable was pre-initialized to some...
View ArticleCheck boxes don't functions
Can someone please help me solve a very frustrating problem. I have tried almost everything that I can think of, but to no avail. I am running Setup Factory 9.1.0.0 on my Windows 7 machine. I have...
View ArticlePermissions on Windows Services
I'm installing a set of Windows Services, and the installed services work fine, as long as I'm logged in as an administrator. But if I'm logged in as a normal user, I can't start or stop them. Any ideas?
View ArticleFile Browser Setup Factory 9
I see there is a Folder Browser function g_EditFieldFolderBrowse() in _SUF70_Global_Functions.lua. Is there a Folder/File Browser function available? Thanks in advance.
View ArticleConvert BAT to Setup Factory
This is successful code for make Grub4DOS in bat file: Code: @echo off BCDEDIT /export C:\Boot\BCD.meigyoku for /f "tokens=3" %%A in ('BCDEDIT /create /application bootsector') do set guid=%%A BCDEDIT...
View ArticleUninstall
I have a game, and im releasing an expansion for it. Id like to have that expansion update the original uninstaller so that it will uninstall all the files and all the registries and not just the base...
View ArticleAssociate a custom file type with a custom exe
Hi, I have "finally" purchased SetupFactory today :lol my question is how can I associate a new file type with an exe I have installed ? I want that all files with the extension .sgcpo (files created...
View ArticleRegarding the Build Settings -> Resources tab...
Why are we not allowed to use session variables on this tab, as we are most other places in SetupFactory? When you talk about templated, automated builds, this would be immensely useful. Is this just...
View Articledrive mapping ini `s
hi there is the possibility to automatically drive-letters in an ini file to adjust? if so, how?
View Articleconditional uninstaller
id like to use a if else statement to set whether my installer creates an uninstall. for isntance If fVersion = "Full" Then (turn uninstalle cration on) Else (leave uninstall off)
View ArticleWin 8: FTP.Download is not working
Hi, I made an script which loads content from our web-Server with FTP.Download. This works very well with Win Vista and 7. Win 8 produces an error: Request to set data port rejected (PORT command...
View ArticleDLL Parameter Types and parameter passing
Hey guys, I've written external C++ DLL's successfully for SetupFactory to call in the past. That said, I'm having some problems passing numeric values, as OutputDebugString() is telling me. I need to...
View ArticleRE: Primer Files and the Used By Uninstall and Delete on Exit checkboxes
Hey folks, We have a DLL primer file used at both Install and Uninstall time. It works fine at Install, and is set as "Used by Uninstall" and "Do not delete on exit". After install, I find the DLL in...
View ArticleHide taskbar icon
Under Project Settings -> Advanced -> Application Settings there is an option to hide the taskbar icon. I have an installer which can be run stand alone or in silent mode when called from another...
View ArticleUninstall, global variables and session variables
During my setup, I create lots of global variables and session variables in one of my lua scripts. Are these automatically part of the uninstall, or do I need to add them somehow to the uninstall?
View ArticleLua5.1.dll is being added to my installer
Hello, I have been trying to make an installer for my application and everything was going on fine, except for that my application could never run after the installation. After testing it sometimes and...
View Article