RTF strikeout
I'm working on upgrading an old project with richtext and was wondering whether rtf supports "Strikeout", as it does Bold, Italic, and Underline? For example, for Bold, I'm using: -- Create a table for...
View ArticleHow to change "irsetup.exe" and...
How to change "irsetup.exe" in task manager and "suf_launch.exe" in file attribute? I don't want people to know what tool I'm using. Is there a way ?
View ArticleReturn to the previous directory
I use variables %ApplicationDataFolder% Get directory is C:\Users\home\AppData\Roaming But what I'm going to visit is C:\Users\home\AppData\Local , how“C:\Users\home\AppData\Roaming”Return to the...
View Articlerun a batch file during uninstallation
Hello, In my MSI installer I am able to run a Custom Action/Run Executable during the installation process (it runs a batch file that I install as part of the MSI) During the uninstllation process, I...
View ArticleHow to block during a silent install
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...
View ArticleQuestions about Setup Factory and Version Control
How do we specify relative paths for the local folder of our archived files? For example, if I have the build files in C:\Projects\Stuff\Build Files but I know that my coworker has his setup as...
View ArticleNeed Help to Delete Multiple Selected Grid?
Hi everyone christmas is coming advance merry christmas everyone.. I am here again asking little help i how can i delete multiple selected grid at once? i can do delete each row but in multiple row at...
View ArticleCan SUFDesign.exe return the name of the setup file created during /BUILD?
I am calling SUFDesign from a .bat file which creates an installer with the name formatted like #CURRENTYEAR##CURRENTMONTH2##CURRENTDAY##CURRENTHO UR##CURRENTMINUTE##CURRENTSECOND#_Product_Name_v#K...
View ArticleWhy specify the ini file in code when I passed it via the /S:{inifilename}...
When I am running my installer silently I am passing the name of the ini file as part of the argument. However in code when I call INIFile.GetValue I still have to pass the name of the ini file. This...
View ArticleHow to indicate to the user the Caps Lock is on?
In my setup, one of the dialogs asks for entering a password. It is all astericks, and if the Caps Lock is on, well, that obviously is a problem. Is there a way to show the user that the Caps Lock is...
View Articleserial port on AMS
hello all, so i'm trying to recieve date from my serial port ( COM4 ) to send and recieve sms for exemple, i'v tested my hardwer using putty and it work find now i'm looking to use my AMS projet to...
View ArticlePath of installation folder in c:\users\name\appdata\local
When making an installer I want Setup Factory to copy a folder to the location c: \ users \ name \ AppData \ Local, but I can't do it from the program options, I'm not a programmer, so far I have been...
View ArticleDuplicate items(values) in Combobox or listbox
I need a script that will detect multiple numbers in either combobox or listbox and gives a dialog.
View ArticleHTTP.SubmitSecure (with private API key)
Hey guys, Can anyone help me figure this out? Am trying to use a private API Key in an HTTP.SubmitSecure request to return the price of XMR (cryptocurrency). But for some reason, I keep getting a blank...
View ArticleIexplorer. ExecuteJS Error ??
Hello teacher, plugin generator where am I making a mistake in this code https://hizliresim.com/kQhKlX FalconWebBrowser.ExecuteJS("Plugin1",""); I want these sample codes to work...
View ArticleWriting Input Serial Number to a File in AppFolder
I am creating a simple Setup and just added Security Dialog Box with 100 predefined Keys with Built-In, so that in order to install setup correct serial code will be required. Now what I want is, when...
View ArticleWhether a folder can be ignored during installation based on conditions
I'm building an installation package with a Checkbox,Install different folders with the checkbox option,I am not sure how to cancel or skip the installation of a folder and all its subfiles based on...
View ArticleIs Setup Factory the right tool for small (differential) updates?
Dear forum users, can you help me to find out if Setup Factory (SF) can help me to accomplish the desired task easily? I want to have find an installer builder that can generate incremental (or...
View ArticleHow to select all indexes of combobox
In my project I have to select all the items in a combobox, is there a way doing that
View Article