Welcome to the Indigo Rose Software discussion forums! You will need to sign up for a forum account and login before you can post. Need help? View the Forum FAQ.
Stop Uninstall the application if the interface is open
Uninstall code check:
I want a code to verify the program. If it is open (my setup app), the uninstall process stops and the window closes. If it is closed, the uninstall is complete.
I saw this code, but when deleting a message appears, when ignoring, the deletion...
Hi,
I'm working on refracting an installer to make it work silently as well as interactively. One big requirement is that when the installer is run that it blocks the command line until complete. Right now, when I run "Installer.exe" /S:setupvars.ini" it immediately returns a...
Is it possible to change the input mask of an edit field via a script?
That property is not listed in the help file. Basically what I want to do is changed the mask as characters are entered because we have two ranges of serial numbers. The format is either ??????-????????-????? or ??????-?????????-?????....
When building an EXE with SUF, I can specify most of the Resources attributes in the Resources tab, such as File Version, Product Version, File Description, Internal Name, etc. However, Original FileName is always set to suf_launch.exe. Is there any way to modify that Resources attribute? (short of...
Looking for someone to port SUF application to AutoPlay
I am using SUF for something it was not intended for: a GUI application. I have it working as well as possible within the limitations, but I need to make it more user-friendly so want to port it to AutoPlay. I am looking for someone to engage to do the porting. Please PM me if you are interested. Requirements:...
Now that ultra high resolution monitors are become more commonplace (for example mine is 3840x2160), users are using Font Scaling in Windows (for example 150% is the default that Windows sets for my monitor). This plays havoc with SUF screens, especially Custom screens. The Standard screens seem to...
I am using SUF 9.5.2.0 on Windows 10 x64. Under Advanced Project settings, "Enable silent/unattended install" is checked. However when I build and run the installer with parameter /SILENT it is still not running in Silent Mode. In the OnStartup Action section I even put debug output showing...
Migrating custom project screen themes to new laptop
I am trying to migrate my custom project screen themes to a new laptop. I installed the latest SUF (9.5.1.0) and copied over a project. However it cannot load the custom screen themes I created on the retired laptop. The custom screen themes do not appear to be in the Themes directory. Where do...
Hello Forums
Hello every one
Please gentelman ..
How to add background music ( Mp3 ) while installing program
I searched the net a lot but unfortunately I did not find a desirable result ..also I found this code but I do not know how to do it
Code:
Global Functions
----------------------------------------
I know that I can change the message displayed when a file exists and cannot be overwritten by calling
SetupData.SetLocalizedString("MSG_FILE_EXISTS_RETR Y").
However is it possible to change the dialog buttons from from MB_RETRYCANCEL to something else, such as MB_YESNO?...