I'm upgrading to Win7
At work I'll be upgrading my box to Win7, Thus we aren't using migrating the application settings. I need to know a few things about SUF 9. I did not see my custom screen I created in the the screens...
View ArticleSQL Server 2008 R2 Detection Fails on Windows 7 64 Bit
Dear Sir / Madam, I have added a dependency for SQL Server 2008 R2. But detection fails on Windows 7 64 Bit even if SQL Server 2008 R2 is already installed.
View ArticleBit Test or Bit AND?
Is there a way to test a bit in a numeric value? E.g., x = 10 -- 0x0A b = 2 -- 0x02 if Math.BitAnd(x,b) then ... do stuff end
View ArticleProgress Bar Frozen
I need a progress bar to show movement while executing a process that takes a couple of minutes. I don't need to show an accurate representation of status, but just movement. It worked fine with...
View ArticleMasked Input Making Fields Appear Filled In
I have a blank field check in place that simply checks if the "CTRL_EDIT_X" field is blank and if it is, kicks out a dialog stating to fill it in. I added Input Masks to the State (Need to make sure...
View ArticleSQL Express 2008 and the Database
Hello dear friends; I want to distribute a program written in C #. I wrote the program you are using SQL Server 2008 database. Automatically with setup factory 9 SQL 2008 Express installed and want to...
View ArticleCreate Windows 8 Tile for Desktop App
We have only started to look at Windows 8 compatibility, but for desktop apps it does not appear to be a problem apart from the Visual C++ runtime having to be updated. Has anybody looked at creating a...
View ArticleMSI factory and Setup factory
Hi, I am newbie. I wana create an installer for a web based product. the product is developed using Microsoft technologies and would be running on IIS. it is using SQL server 2008 R2 Database, ASP.NET...
View Articlean error occurs on start up
Hi there, I'm using setup factory 9.1.0.0 and everything was ok on previous version v8. Now i'm getting an error message when i run my setup.exe which was produced by V 9.1.0.0 On Startup module: Code:...
View ArticleSilent Install Variables
I just built a small installation which I intended to run silently. At one point I write to the registry using the Session Variable %AppFolder% which is set to...
View ArticleBit of a problem with _CommandLineArgs and String.Find
Hi there, could someone help me with the following code. When using a commandline arg that's in "cmdtable", "String.Find" always returns "-1". I am completely running blank on this one :huh Code:...
View ArticleHow to get the last non-removable partition?
How to get the last non-removable partition? Check this partition is available? And the remaining space is greater than 1GB? Thanks:lol
View ArticleHaving problem using custom font for Japanese
When I set to custom font in 9.0.4.0 in screen properties -> fonts -> Use Custom Fonts (True), Japanese strings we entered displayed all broken except strings coming from Setup Factory during...
View ArticleCatch Keypress anywhere
I'm looking for a way to find out whether a user pressed a key anywhere in the setup. if a screen is displayed or not. I need this is I'm using a lot of status dialogs instead of Progress screens. I...
View ArticleHow to get the last character in the table?
How to get the last string in the table? And how to get the last string of the text file? :呵呵
View ArticleSuppress "In Use" notice for uninstall?
The checkbox for File Properties > Advanced > Settings > Suppress "In Use" notice is for install. This checkbox toggles the value of the <SupInUse> tag in the suf file. Attachment 12068...
View Articlelua socket smtp
Can anyone help me with adding a lua socket to setup factory 9, something like this post http://www.indigorose.com/forums/thr...ght=lua+socket Thanx in advance
View ArticleStack Traceback
I'm getting Stack traceback errors often with SUF almost any command I use I snipped a pic as an attachment. Attachment 12069 Attached Images Stack Trace back.JPG (24.7 KB)
View ArticleFile Version Tool
Hi there, I'm using the tool from this site: http://www.mindquake.com.br/en/utils/fileversion It is working well when I run as an unattended build, but I was curious if there is a way to force Setup...
View ArticleDeleting files and directories on uninstall
For files and directories not created by the installer, is the best way to do this using File.RunOnReboot() to call cmd.exe /c rmdir /s /q <path>? If yes, do I need to set up the path to cmd.exe?...
View Article