Writing session variables to an XML file
Could you please point me to an example of how to write session variables to an existing XML file? Thanks, Eliezer
View ArticleShowing a screen in a loop
I need to prompt the user for a set of values - one per "station." The values for each station will be on one screen in the installer. I need to allow the user to enter x-number of stations, hence show...
View ArticleAdd shortcut to XML file to user's Start menu
How can I add a shortcut to an XML config file that's in %TempLaunchFolder% onto the user's Start menu? Thanks, Eliezer
View ArticleAdd description to service when installing?
Is it possible to somehow add a description to a service when installing it via Service.Create? I'd like the description to show in Windows' Services Manager.
View ArticleThe name of a button on an "Edit Fields" screen?
I'm working on an "Edit Fields" screen. On the "Screen Properties" dialog, I see the name of the field that I'm interested in is called CTRL_EDIT_02. When I double click that row, I get the Edit Field...
View ArticleLicensing Question
We are currently evaluating Setup Factory at my company as a possible solution for our install projects. If we purchase, we would most likely purchase the five license bundle. Once we have our install...
View ArticleInstallpath into registry
i try to make a running setup with setup factory and i need to add a registry entry. everything works fine except the regisry entry. the data must contain the installpath of the installed app but i'm...
View ArticleIterating nested Lau tables
I populate table "all_stations_table" like this: this_station_table = {}; this_station_table.FtpUsername = SessionVar.Expand("%FtpUsername%"); this_station_table.FtpPassword =...
View ArticleDeleting folder from Start Menu -> Programs
Upon Post Uninstall, what's the correct action needed to delete the shortcut from the Start Menu under Programs? The shortcut shows a folder with the name of my program - and underneath it, it just...
View ArticleAdding folder shortcut to Start Menu?
How can I add sub-folder to the Start Menu / Programs / my program name / Logs? Thank you!
View ArticleCannot successfully start service
My call to create the service works as I see the service was properly created. When I try to start it in the next line, though, it does not start, but rather gets a 3406 ("The start command failed.")...
View ArticleIssues with Registry.DoesKeyExist
In continuing to evaluate Setup Factory as a possible solution for us, I'm trying to recreate one of our existing install packages. I'm having issues with a Dependency module that I'm trying to create...
View Articleencrypting password in Lua for decryption in external application
Hello all, I am interested in using Setup Factory and Lua to: (1) Prompt for a password during installation of application (2) Save the password in a file as encrypted text (3) Read the file during...
View Articlehow to unregister typelib(*.tlb)?
I have sought for the help file, only to find System.RegisterTypelib, how can I UnRegister it? Thanks.
View ArticleInstall files depend on 32 or 64bit OS
Hello, in my Application I need to install files of a folder depend on the 32/64bit System. E.g. c:\Prgram Files\MyApplication\thisFolder The content files of thisFolder are depend on the System (32/64...
View ArticleSuppress Session Variable Expansion in Scrolling HTML/Text field
I am trying to use the literal text "%AppFolder%" in a Scrolling HTML screen, but it keeps expanding it to the value of the %AppFolder% Session Variable. I have tried a number of different techniques...
View ArticleIRSETUP is being flagged as a virus
On some of my customer's systems, when they try to execute my Setup Factory exe, their anti-virus software detects IRSETUP as a virus and they cannot run my setup.
View ArticleNeed two different installers for 32/64 bit?
I see there's an option in the Build Settings for 32 or 64 bit. Is it possible for the installer to automatically detect that at the time of install?
View ArticleCMD as Admin
Good day, I need a command for 1-2 small tools so that an unsigned driver in Windows 7 is running 64-bit! Unfortunately I do not get ahead and hope that one of you can help me! - Admin - cmd - Windows...
View ArticleUse SF to execute commands instead of batch files?
Hi all, I have some old DOS batch files that I would like to use some of the coding from, specifically a means for copying a small group of files into a larger group. From my batch example: Code: for...
View Article