Create Service with Delayed Start?
Is there a way to create a service with Auto Delayed Start? That is not one of the StartType options in Service.Create.
View ArticleUninstall Previous Version
I added the ability to uninstall the previous version of my application during installation. To do this, I added a progress screen at the end of the Before Installation set of screens. In the preload...
View ArticlePossibility to move a file UP or DOWN
Hi, In the archive "editor", it could be fine to have the possibility to move a file UP or DOWN to re-organize them; now, I am obliged to edit the .suf file with an external editor and move manually...
View ArticleError with PTxscp.ocx
I hope I am posting in correct section. When I try to open program, I get two errors, first "Failed to create system Browser Pane.Make sure PTxSCP.ocx is installed and registered correctly." When I...
View ArticleCual es la Variable para Instalar en la Carpeta Local..
Alguien puede pasarme la variable para instalar en la carpeta Local. Ejm. C:\Users\FLOWF15Official\AppData\Local Estaré siempre agradecido por la ayuda. Gracias.
View ArticleFolder.DoesExist throws error 2202 on Windows 10
We have been using TrueUpdate for several years and the same script has been working on all platforms of Windows, but now many of our customers are moving to Windows 10 ad we are seeing strange...
View ArticleOpening a App with fix set of settings
I have a bat file at the moment what sets a few few things Code: SET DIR=%cd% SET JA_HOME=%DIR%\runtime\jre-x64\1.8.0_25 SET JA="%JA_HOME%\bin\javaw.exe" set APPDATA=%CD%\data %JA% -jar...
View Articlehmac sha1 help
https://github.com/kikito/sha1.lua how to setup hmac sha1 start up checking hwid = string secret key put inside ams digest algorithm sha1 open project check license bad key = auto exit project good key...
View ArticleUpdating from TrueUpdate 3.5 to 3.8
My question is, if we are on version 3.5 and update to 3.8 then does this mean that we will have version 3.5 of the server script (already installed on machines) pulling down version 3.8 client...
View ArticleHow can Add dependencies for MS Access?
Dear All, I'm using Setup Factory 9.3.2.0. I don't know how to add the dependencies for MS Access(2010)? The dependencies have to check the MS Access Database engine is installed or not. If not...
View ArticleEstimated Size in ARP
Does Setup Factory 9.5 write Estimated Size in Add/Remove Programs? Currently we are using an earlier version and this field is always blank. Thanks, Alberto
View ArticleDevelopment / Testing Environment for Lua with Setup Factory & Visual...
Is there a known development environment, external to SF and VP, that can be used to write, test and debug Lua scripts AND have access to all the SF & VP functions while doing so? Thanks. Greg
View Articlerun.file and driver
Hello, I need help and hope someone can help me with my problem! I would like to create a setup by several applications which are to be installed after the run, which unfortunately does not happen!...
View ArticleAdd dependency 32 and 64 bit in same setup file?
Dear all, I'm using Setup factory. V9.3.2.0. Is it possible to add dependency for 32 bit and 64 bit in the same setup file? At the time of installation, setup will check for windows OS bit first then...
View Articlealt+L key send
Hello, I need send Alt+L key send on text link. I install luacom plugin but i dont know how use it.
View ArticleGrid
Hello, I have a grid with 31 rows and 4 columns. I would like that if several columns in the same row the same is entered, which is given me a message. can someone help me ? example : if Row 1 Column 1...
View ArticleDialog.Message Question
Hi , i need help on this. Dialog.Message("Text1", "Text2"); with this Form it shows me Dialogmessage like Text1 in Header and Text2 in Field. My Problem ist the "OK" Button. I need Automatic Press of...
View Articlehow to find windows 10 OS version?
Dear All, Is this the way to find Windows 10 OS version? if (tblOSInfo.MajorVersion == "10") then return true; end Thanks, thenndral
View ArticleSerial Number Validation
I need serial number validition on the web. Please help me dear Ulrich.
View ArticleSetupData.GetPackageProperties()
Hi All, Does it make sense to write this statement Code: if SetupData.GetPackageProperties("wpf").Install then ... endif in the OnPreUninstall action? We have no screens to check/uncheck these options...
View Article