Unable to create the following folder Windows Server 2003
Hi .. When installing a software using the Setup Factory 7.0 on Windows Server 2003 the following message appears: "Unable to create the following folder:" Not appear the name of the folder and the...
View ArticleSetup Factory 7
I have a small problem in Setup Factory 7 .. forum in which I can solve my doubt? Thank you.
View ArticleProblem with String.Find
Hi, im struggeling with String.Find. I want to read the content from a textfile into a variable. Then i want to search if the string contains something specific. Heres the code: local var2 =...
View ArticleFind & Replace
Hi All, I need to replace "Robert" with "Adam" in all *.txt files of a directory structure (including subfolders) I am using the code below. 1) What parameter I need to pass in the !!! highlighted !!!...
View ArticleHow to create a stub installer
We have some download locations that are still well linked but we cannot redirect them and think it best to replace the installer with one that downloads and runs the latest installer from our main...
View Articleindividual file / folder only install if requirement are met
hello, I have so far everything together but still a problem! it is possible a particular file or a folder to install only if a particular program version has been selected? if so, I would appreciate...
View ArticleGacutil.exe
Hi All, I am trying to run this code but it does not work during setup. I need to repeat this step manually to see something in the GAC. How can I run this as Administrator? When I do it manually I...
View ArticleDate Expiration
I am using the absolute date option and would like to know if there is a way to intercept or replace the existing notice displayed. For example I want to place our website address / contact details so...
View ArticleXML.InsertXML
Hi, I have a XML file that represents a data set that does not contain any table records, it looks like the below: <?xml version="1.0" standalone="yes"?> <TimeTrakDS> </TimeTrakDS> I...
View ArticleStarting Installer with switches
Hello We are looking for a way to let the installer tell us where the user that downloaded it came from.... and for the installer to then add this to a config file in some way... The process would be:...
View ArticleBuild Constants
Can constants be used to initialize Session Variables on the Session Variables screen? During my builds, on the command line I use the /CONST setting to pass an INI file for the purpose of setting...
View ArticleGet name of setup file and use write to ini file
Hello I want to get the name of the setup file currently being run and write this to an ini file in the install folder... Example... setup_123.exe is running... I want to get the name of this setup exe...
View ArticleMultilingual installer: use automatically current user language for installation
International Language Support Multilingual Installer Installers created with Setup Factory can automatically determine the language of the client operating system and adjust the display of screens...
View ArticleCapture Function Key Press in OnCtrlMessage?
Is there a way of generating an event in the OnCtrlMessage action of a screen when a Ctrl key is pressed (for example F1)? I am using Setup Factory 9.2. Alternatively, is there a way of firing the...
View ArticleSetup Application has stopped responding on Windows 7
Howdy, I'm wondering if anybody else has seen this. I have an installer that fails on Windows 7 when installing files to the System Folder. It happens on both 32bit and 64bit systems. It doesn't seem...
View ArticleWindows System Files - Best Practice
Howdy All, Looking for suggestions on best practice for installing some of the older Windows System files. Used to these files "Had" to be installed because the were not included with windows but now I...
View ArticleSetCategoryProperties is ignoring the "Enabled" property setting
I am trying to set the properties of a category on the package selection screen with the following code: Code: if (serverAppsEnabled == true) then...
View ArticleHelp, I encountered a problem, Failed to create canvas
I encountered a problem. Appears "Failed to create canvas" during the installation process. In the installation log appears "Exit setup process (Return code: 110)" Target installation machine is Win7...
View ArticleDownload automated
Hello, I wonder if I can make automated setup and if so, how? Currently the updates are downloaded successfully so: HTTP.Download ("http://xxx//program/marke_a/update2014/update/marke/upd100deu.exe",...
View ArticleFile.Run string length restrictions
Hi, Using File.Run(Filename, Args, WorkingFolder, WindowMode, WaitForReturn), is there a length restriction on the strings Filename and/or Args that could truncate the command line that gets executed?...
View Article