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

ReadToString Unicode?

Does anyone know of a plugin or technique that lets me to TextFile.ReadToString where the specified file is Unicode? I am using Setup Factory 9.

View Article


Problems with ZIP Plugin

I am trying to create a simple ZIP file with the ZIP plugin. A Zip file is never created and GetLastError returns 1027 ("Operation aborted by user."). Here is a sample I tried with many variations:...

View Article


Newbie, pls help me!

I know about CODE Language code, so I must Install Setup Factory. Please help me make this code: 1. I also want make Dialog for user give name of disk to make grus dos disk syntax of Bootice of...

View Article

Windows 7-64 bit, Failed to register COM (ActiveX)

Hello, I am creating an installer for a 32 bit application that will be installed on Windows 7 - 64 bit. Everything installs fine except for one OCX file. I get the following message: Failed to...

View Article

Custom Screen DlgComboBox Problem

On the screens Combo Box Properties dialog, if you set both Default Text and Store selection in variable to a Session Variable such as %DriverName%, and the session variable was pre-initialized to some...

View Article


Image may be NSFW.
Clik here to view.

Check boxes don't functions

Can someone please help me solve a very frustrating problem. I have tried almost everything that I can think of, but to no avail. I am running Setup Factory 9.1.0.0 on my Windows 7 machine. I have...

View Article

Permissions on Windows Services

I'm installing a set of Windows Services, and the installed services work fine, as long as I'm logged in as an administrator. But if I'm logged in as a normal user, I can't start or stop them. Any ideas?

View Article

File Browser Setup Factory 9

I see there is a Folder Browser function g_EditFieldFolderBrowse() in _SUF70_Global_Functions.lua. Is there a Folder/File Browser function available? Thanks in advance.

View Article


Convert BAT to Setup Factory

This is successful code for make Grub4DOS in bat file: Code: @echo off BCDEDIT /export C:\Boot\BCD.meigyoku for /f "tokens=3" %%A in ('BCDEDIT /create /application bootsector') do set guid=%%A BCDEDIT...

View Article


Uninstall

I have a game, and im releasing an expansion for it. Id like to have that expansion update the original uninstaller so that it will uninstall all the files and all the registries and not just the base...

View Article

Associate a custom file type with a custom exe

Hi, I have "finally" purchased SetupFactory today :lol my question is how can I associate a new file type with an exe I have installed ? I want that all files with the extension .sgcpo (files created...

View Article

Regarding the Build Settings -> Resources tab...

Why are we not allowed to use session variables on this tab, as we are most other places in SetupFactory? When you talk about templated, automated builds, this would be immensely useful. Is this just...

View Article

drive mapping ini `s

hi there is the possibility to automatically drive-letters in an ini file to adjust? if so, how?

View Article


conditional uninstaller

id like to use a if else statement to set whether my installer creates an uninstall. for isntance If fVersion = "Full" Then (turn uninstalle cration on) Else (leave uninstall off)

View Article

Win 8: FTP.Download is not working

Hi, I made an script which loads content from our web-Server with FTP.Download. This works very well with Win Vista and 7. Win 8 produces an error: Request to set data port rejected (PORT command...

View Article


DLL Parameter Types and parameter passing

Hey guys, I've written external C++ DLL's successfully for SetupFactory to call in the past. That said, I'm having some problems passing numeric values, as OutputDebugString() is telling me. I need to...

View Article

RE: Primer Files and the Used By Uninstall and Delete on Exit checkboxes

Hey folks, We have a DLL primer file used at both Install and Uninstall time. It works fine at Install, and is set as "Used by Uninstall" and "Do not delete on exit". After install, I find the DLL in...

View Article


Hide taskbar icon

Under Project Settings -> Advanced -> Application Settings there is an option to hide the taskbar icon. I have an installer which can be run stand alone or in silent mode when called from another...

View Article

Uninstall, global variables and session variables

During my setup, I create lots of global variables and session variables in one of my lua scripts. Are these automatically part of the uninstall, or do I need to add them somehow to the uninstall?

View Article

Lua5.1.dll is being added to my installer

Hello, I have been trying to make an installer for my application and everything was going on fine, except for that my application could never run after the installation. After testing it sometimes and...

View Article
Browsing all 2105 articles
Browse latest View live