Not understanding an install error
I get this on several files: [11/13/2014 14:02:00] Success Install archive file: C:\Dillo\OLEAUT32.DLL [11/13/2014 14:02:05] Error Register COM file: C:\Dillo\OLEAUT32.DLL - System Error # 0 (3)...
View ArticleHelp with Signtool.exe Signing
I received a new Code Signing Certificate, and I now need to change my SUF signing to use SignTool.exe rather than SignCode.exe. Is there any way I can use SignTool.exe without putting the PFX Password...
View ArticleNested table initialization
Hello, Suppose I want to initialize an array consisting of tables in the Setup Factory script. Can I write something like: required_fields = { { id = CTRL_EDIT_01, description = "Company Name" }, { id...
View ArticleUpdating and uninstall registration
When I'm updating an application that I've installed with Setup Factory to a new version, what's the right way to get the "Uninstall" in Windows registered for the new version with the old version...
View ArticleStrange error updating an in-use file
While trying to update an in-use file, I'm getting a "decompression" error. Code: Error: c:\Program Files (x86)\xxx\xxx\MyFile.dll A decompression error has occurred (#2026) The "Suppress In-Use...
View Articlecan not Copy file to Windows system folder
Hi, I used file.copy to copy a file to "C:\Windows\System32\drivers" but it did not work.if I changed the path as "D:\" or any others which is not a system folder The file.copy function can work....
View ArticleDLL.CallFunction can not work
I used DLL.CallFunction to call a dll which coded by delphi. But the SUF.exe always cash. Does setup factory do not support dll wirtten by delphi? code like this, this "init" function do not need to...
View ArticlePackages: Exclusive Seletion
Hi folks! I did some research but could not find a solution. I really hope you can help me. I have a "Selected Packages" dialog in my installation, containing three packages. How can I figure out which...
View Articlemove option for folders ???
happy new year, Unfortunately, I find no option but I'm assuming that's still feasible! How do I move an entire folder? C:\ProgramFiles\xxxx\Data\marke\prog to C:\ProgramFiles\xxxx
View ArticleUninstaller stop working
Hi, I'm trying to uninstall our program completely. But uninstaller stop working. Because our application will create some log files and other files in the application folder in the run time, I try to...
View ArticleSelect Packages
In the select packages part of my setup there's two windows one on the right that handles the descriptions about the packages that changes color with the use custom colors under the style tab under the...
View ArticleUninstall a printer driver our program previously installed
I am not clear on how to uninstall a previous version of a particular printer driver which was installed in OUR previous version, before we install the new one. Here is the line that installed it in...
View ArticleHello
Hi there! In setup factory there is a file generated by the installer called confirm.txt That file is supposed to say if the installation was successful or not. I wonder if there is a possiblity to...
View ArticleNeed some code help
Scenario: I need to check parts of the registry for a installed file (MyApp.exe), if the registry entry exists, then get the exact Path of installation of MyApp.exe also from the registry. I have code...
View ArticleClickable url link on any screen
Hello guys. Is there any way to create a clickable links on any screen - especially on "While Installing"? I would like to have something like: "While waiting for the instllation to complete visit our...
View ArticleImplementing a new screen
Hey all. I'm creating an installation and I need some help. When my installer starts, it also starts a silent installation of an intel SDK. Usually what happens is that Intel SDK installation completes...
View ArticleWindows 10?
Has anybody tested their installers with the Windows 10 Evaluation Preview?
View ArticleUninstall Language
Hello We have an installer that detects the PC language before install and shows a localised installer.. all good. However, the uninstall language is either always Spanish or English... How is the...
View ArticleFolder Delete in AppData
Hi Guys i am trying to delete a folder in my AppData\Roaming Folder This is the script i have and the folder as you can see is called RotemNet What am i doing wrong as the folder does not want to...
View ArticleDetecting High DPI?
I'm evaluating Setup Factory and Visual Update. Is there a way to detect if the users DPI is larger than 96dpi or 120dpi? Thanks
View Article