Announcement
Collapse
No announcement yet.
Search Result
Collapse
6 results in 0.0179 seconds.
Keywords
Members
Tags
-
Accessing 64-bit Registry with 32-bit Installer
I finally figured out why I was having a big problem in the installer, namely that the Registry access functions on 64-bit computers are redirected, so for instance HKLM\Software\Vendor is really accessing HKLM\Software\Wow6432Node\Vendor. Because I needed to access another vendor's registry keys, and...
-
Get name of setup file and use write to ini file
Hello
I want to get the name of the setup file currently being run and write this to an ini file in the install folder...
Example...
setup_123.exe is running... I want to get the name of this setup exe and use everything after the _ as an id and write this...
-
setup factory 9 does not read constants during unattended build
hi,
i have constants in th .suf project and have a ini file which is changes the version before the build starts.
The Constants are not updated from the file so the build generation fails.
The command is following
"C:\Program Files (x86)\Setup...
-
Is it possible to invoke .suf dynamically to create a setup file
I am using setup factory 9
I would like to automatically open .suf file and change product version dynamically, probably via command line.
Can this be done or we can only achieve it through a manual process?
Any help would be greatly appreciated.
-
How to create 1 .exe to step through multiple 3rd party installations?
I am looking for a way to automate 3rd party software installations and package in a single .exe while using the existing installation files in their original locations.
Example: Let's say I want to automate an installation of "\\myserver\ms_office2007\setup.exe" and "\\myserver\ms_visio2007\setup.exe"...
-
Encrypted Licence File Generation, is it possible?
Hey,
I am working on a secure authentication framework for Setup Factory, Autoplay Media Studio, etc and was wondering if it is possible to make Setup Factory create an encrypted licence file to install with the software? I mean to prevent piracy?
Just a thought that perhaps...