how to make a USB act like a DVD
When I put a DVD into my computer it automatically opens with a menu screen that allows me to choose a movie by selecting the appropriate button. Can someone tell me if it's possible to create an...
View ArticleShowing content from a zip
I am sure this has been asked before, but I can't remember if there was away around it or not, what I need to do is view content from a zip file and display it without unzipping it,
View ArticleLosing command line parameter on restart after self update.
Hi, I am calling the update client from my application with certain parameters to perform differnt actions. e.g. if i click a download button then an update will be downloaded and if i click install...
View ArticleUse Setup Factory with msbuild
We are using a build server with CI (e.g. Gitlab, AzureDevops) to build our software. One step during the build is to create the setup package. Currently this is done manually by opening the Setup...
View ArticleDepending on the computer, cpu load can be >30%
The CPU load can reach 30 to 50 percent depending of the computer whith ProgressBar. Why? Any idea to reduce them? Array Alain
View ArticleNew Interface
I would very much like a modern interface for a program, such as MS Visual Studio, with a choice of 2 themes (dark or light), removing old and unnecessary ones. In my opinion, the appearance also gives...
View ArticleMultiple "if" syntax from the same INI file
Hi Forum, I'm using this code and works fine, but I would some appropriate syntax to do this "elegant way" Code: Check01 = INIFile.GetValue(_WindowsFolder.."\\My Settings.ini", "My Section", "My...
View ArticleHTTP.TestConnection and HTTPS
Hi IR Forum, a simple question, I'm wrong using this code assuming that Google is based on HTTPS? Code: connected = HTTP.TestConnection("http://www.google.com", 20, 80, nil, nil); Have you some more...
View ArticleUse Autoplay from msbuild / command line
We are trying to automate our whole build process. We are using Setup Factory together with Autoplay Studio. For the Setup Factory there is the option to run the program from the command line with the...
View ArticleRelative Paths and Variables
Hi, I am wondering if there is something like a #PROJECTFILEDIR# variable in AutoPlay Studio similar to Setup Factory to use relative path defines? Thanks
View ArticleConsultation when compiling
Hi all! I have a query, I have an application made for me, and that every time I update. What I do is go to "Publish" - "Build" - "Hard Drive Folder" and that's it. The problem is that this takes a...
View ArticleCompare files line by line
Hi. For some reason tables seem to be out of my mind's reach... so I need to ask for your help again... Basically there are 2 files - one "default" and one with custom data. Data should be copied into...
View ArticleSetup Factory 9.3.1 Uninstaller not removing folders
I'm using setup factory 9.3.1 which installs my application fine, however upon uninstalling the application it doesn't seem to remove any folders (files do get removed though) in the installation...
View ArticleNever Active Window
Hi, I use this code to make the window never active Code: ---Sets the window non active hWnd = Application.GetWndHandle(); strCall = hWnd..",-20,".. Math.HexToNumber("0x08000000");...
View ArticleHow do I create an installer for 64bit applications?
I'm trying to create an installer for a 64bit application. The application has 64bit EXE files, a DLL and registry entries. Under Project Settings I set the package platform to "x64". When I build my...
View ArticlePlay 2 audio or music in 2 audio sound card
Hello everyone here.. i have some queries, is it possible to to play a music in two (2) separate sound card? Example my computer im using 2 soundcard. then i want the video music to out on the 1st...
View ArticleGenerate silent config file?
Is there an automated or semi-automated mechanism to create a silent install config file based on variables in my project?
View ArticleAuto save after application closes
Hi i have build a software .. the problem is when I close it and run it again all the previous data's are gone ..what is the script that saves all the previous inputs, combobox and others?
View ArticleQuick time progress bar
I have a video file loaded in a quick time object. Is there a way to have a progress bar at the bottom that shows how far along the video is? Thanks in advance.
View Article64bit apps
I used this product many years back, but am considering upgrading and using it again in a new product. Does TrueUpdate support updating 64 bit apps as well as .NET exe's and dll's?
View Article