Checkbox in Dialog Box
Hi There, Is there a way to open a dialogbox with check boxes in it? From what I can see, none of the current Dialog options support this. xDialog has a custom DLL for AutoPlay Media Studio - but is...
View ArticleDlgSelectPackages.UpdateDisplay() Problem
When a package property's 'Display name' contains a session variable, the session variable does not get expanded when the screen is displayed. Sample Package Property Display Name: Clock Host...
View ArticleConditional Dependencies based on selected packages
I know that when you include a dependency in your setup project that it is automatically installed before the 'On Startup' action. I would like to install a dependency based on the users selection of...
View ArticleFile.RunAs LocalSystem Account?
Is there any way to do a File.RunAs LocalSystem Account (LSA)? I tried this with no luck: Code: File.RunAs(_SourceFolder.."\\mytest.exe", "", "", SW_HIDE, true,"LocalSystem", adminpassword, "",...
View ArticleAPPCRASH in irsetup.exe
I get the following on one windows 7 installation. I blanked out the name of our dll that appears to be implicated somehow. I was getting a BEX error until I turned off DEP. It is not clear to me that...
View ArticleInstall options for Sql Express module?
I'm trying to build an install that has a dependency on Sql Server. The install kicks off our own configuration application, which creates and populates a database. We need this database to be...
View ArticleNew Version Available: 9.1.1.0
Today (April 10, 2013) we have released a new version of Setup Factory (v9.1.1.0). Commercial users can download the new full installer from your customer portal. This release contains the following...
View ArticleWord wrap or newline on checkbox control?
Is there any way to word wrap the Text on a Check Box Control? Or to add a newline? There doesn't seem to be, but I was wondering if someone came up with a trick. I'm not sure why SUF lets you adjust...
View ArticleChanging background images during progress.
Im trying to figuree out how to make the background display screenshots from the the game im installing during the progress window and would like them to change every 8 seconds or so. Any ideas ?
View Articleirunin.xml Contains reference to SUF70
Not sure whether this is a problem - but I was surprised when I saw this. I had an uninstall fail on a corrupted uninstall configuration file (%productName%irunin.xml). When I actually look at the .xml...
View ArticleWriting to log file?
Is there a way to write messages to the log file? Or a way to configure debug messages to write to the log file, as well as to the debug window?
View ArticleLooking for code fragment to iterate over all existing Current_Users to...
In the past, for one of our products all the keys were in CURRENT_USER, and initialized by the application. We have some corporate customers, who have custom preferences, and so we changed to the...
View Articledelete all folders NOT found in a table
Hi there, i have a table which contains various folders. How would i delete ALL folders under "c:\temp" EXCLUDING the ones found in the table ? Code: foldertable =...
View ArticleCustom Screen Populate Combo Box
I have a custom screen, Screen ID = "Configure Clock Host", that contains a combo box CTRL_COMBOBOX_01 that I want it's items to contain the names of available SQL Servers that I have contained in a...
View ArticleOpen/decomplie my Install file after it was compiled
Hi there. I created a very sophisticated Setup file (EXE) about 3 months ago. I already managed to deploy it on great number of workstations and servers via SCCM. I wasn't smart to backup the original...
View ArticleHKEY_CURRENT_USER Registry Entry
As part of my install - I would like to set an HKEY_CURRENT_USER registry entry for any account that exists or will exist on the machine. I assume that this is a simple task - or do I have to change...
View ArticleUninstall xml not being generated
In a random fashion - I find that the <package>irunin.xml file is not generated during the installation. This is not on a per-kit or per-machine basis (i.e. a specific build of my application...
View ArticleDependency Package question?
Hey guys, I have a situation where we're installing an application that requires .NET Framework 2, SP2, but want to install the .NET 4.0 Client Profile if Framework 2.0 is not detected, as it is...
View ArticleODBC Plugin Execute SQL Script
Is it possible to execute a sql script using the ODBC Plugin? I need to execute the script to create the database and tables at the SQL Server. I know I could execute the script by calling sqlcmd or...
View Articleunable to get this piece of code right
i'm having a hard time getting this right. I am using folder.find to delete folders NOT found in another table but i am getting nowhere. The goal is is to delete ALL folders under "c:\temp" EXCEPT...
View Article