Quantcast
Channel: Indigo Rose Software Forums - Forums
Viewing all 2105 articles
Browse latest View live

I'm upgrading to Win7

$
0
0
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 folder, where is it? I also modified the dictionary, is the the custom.di in C:\Documents and Settings\Application Data\Indigo Rose\9.0?

I do know to backup the project and compiled files :), but is there anything else I need to backup from SUF 9?

SQL Server 2008 R2 Detection Fails on Windows 7 64 Bit

$
0
0
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.

Bit Test or Bit AND?

$
0
0
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

Progress Bar Frozen

$
0
0
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 Application.Sleep, but when I implemented my actual EXE that runs, it froze until the exe finished. I presume the "Wait for Exit" is what is holding that up.

The bar can even be one that completes multiple times. Any ideas gang?

Masked Input Making Fields Appear Filled In

$
0
0
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 it's a two letter code in upper case) and the Zip (limiting it to 5 numbers). I used ">>" for the input mask for the state and I entered "#####" for the zip code mask.

The masking is working fine with one exception, those masks are somehow making the logic think it is filled in. State simply shows two spaces and Zip shows five spaces and that is considering it "filled in."

I did add logic to set the variable to "" if it detected " " (two spaces), but that did not work.

Thoughts guys/gals?

SQL Express 2008 and the Database

$
0
0
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 add a database
I need your help about how to do.
thank you very much.

Create Windows 8 Tile for Desktop App

$
0
0
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 Windows 8 Tile for Desktop Apps?

MSI factory and Setup factory

$
0
0
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 4 / .Net framework 4.

During the installation procedure I need to create Microsoft Windows user account, Create IIS-Website, IIS-Application, and Application pools.

After looking at the comparison over here:
http://www.indigorose.com/products/s...pare-products/

It looks like that MSI factory has built in support to install IIS websites, and virtual directories, whereas the Setup factory seems not having this feauture in built.

Keeping in mind my requirements, can anyone please guide me having a choice between Setup Factory and MSI factory.


Thanks,
Moeen.

an error occurs on start up

$
0
0
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:

.....

instances_of_file = 0;
check = "ustation.exe";
processes = System.EnumerateProcesses();
for j, file_path in processes do    ====================>AN ERROR OCCURS
    file = String.SplitPath(file_path);
    if (String.Lower(file.Filename..file.Extension)) == check then
      if (tLang.Primary ~= 31) then
      Dialog.Message("WARNING", "Please close all running MicroStation applications and try again!","",MB_ICONEXCLAMATION);--, MB_YESNO, MB_ICONQUESTION);
      end
    Application.Exit() 
    end
end

.....

error message has been attached.

Attachment 12051


Thanks in advance
cenber
Attached Images

Silent Install Variables

$
0
0
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 %ProgramFilesFolder%\%CompanyName%\%ProductName%.

After a silent installation, I check the registry and it says for my InstallDir (The key I created)
"%ProgramFilesFolder%\%CompanyName%\%ProductNa me%" and does not expand the variables that I set in the Session Variables section.

I do not want to use an install .ini file for this, I want it to be a simple /S. Is that possible?

Bit of a problem with _CommandLineArgs and String.Find

$
0
0
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:

cmdtable = {"/DEBUGMODE","/SILENT","/FORCEREBOOT","/BACKUPDRIVERS","/SKIPSPCHECK","/SKIPOSCHECK"};
possiblecmdvalues = Table.Concat(cmdtable, ",");
Dialog.Message("possiblecmdvalues", possiblecmdvalues, MB_OK, MB_ICONNONE);

actualcmdvalues = Table.Concat(_CommandLineArgs, ",");
Dialog.Message("actualcmdvalues", actualcmdvalues, MB_OK, MB_ICONNONE);

cmdtable_index = String.Find(possiblecmdvalues, actualcmdvalues, 1, true);
Dialog.Message("cmdtable_index", cmdtable_index, MB_OK, MB_ICONNONE);

How to get the last non-removable partition?

$
0
0
How to get the last non-removable partition?
Check this partition is available? And the remaining space is greater than 1GB?
Thanks:lol

Having problem using custom font for Japanese

$
0
0
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 installation on JA OS. When "Use Custom Fonts" set to "False", JA characters show up correctly.
Other languages are fine when custom font is set.
Because of JA problem, we can't use custom font at all.
1. Is there a way to fix this problem?
2. If not, is there a way all other language use custom font, JA uses non-custom font in the same installer?

Catch Keypress anywhere

$
0
0
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 need to create a thorough backdoor. for dubugging the computers configuration during setup.

How to get the last character in the table?

$
0
0
How to get the last string in the table? And how to get the last string of the text file?
:呵呵

Suppress "In Use" notice for uninstall?

$
0
0
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

Is there an equivalent for uninstall? If not, is there a way to accomplish this by editing the suf file manually or with scripting?

Thanks in advance.
Attached Images

lua socket smtp

Stack Traceback

File Version Tool

$
0
0
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 Factory to look at an .ini file when I just run a build through the GUI.

PS. AWESOME tool, nice work on that.

Deleting files and directories on uninstall

$
0
0
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?

If yes, how can I do so elegantly to cover differences in user's machines?

Thanks in advance.
Viewing all 2105 articles
Browse latest View live