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

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 Article


Showing 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 Article


Add 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 Article

Add 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 Article

The 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 Article


Licensing 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 Article

Installpath 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 Article

Iterating 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 Article


Deleting 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 Article


Adding folder shortcut to Start Menu?

How can I add sub-folder to the Start Menu / Programs / my program name / Logs? Thank you!

View Article

Cannot 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 Article

Image may be NSFW.
Clik here to view.

Issues 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 Article

encrypting 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 Article


how to unregister typelib(*.tlb)?

I have sought for the help file, only to find System.RegisterTypelib, how can I UnRegister it? Thanks.

View Article

Install 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 Article


Suppress 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 Article

IRSETUP 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 Article


Need 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 Article

CMD 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 Article

Use 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
Browsing all 2105 articles
Browse latest View live