Announcement
Collapse
No announcement yet.
Search Result
Collapse
8 results in 0.0133 seconds.
Keywords
Members
Tags
-
Why specify the ini file in code when I passed it via the /S:{inifilename} argument?
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 means I have to read and parse the command line arguments even though the documentation makes me think...
-
-
How 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 now, when I run "Installer.exe" /S:setupvars.ini" it immediately returns a...
-
-
Creating an Installer Which can be Interactive and Silent
We have heavy investment on Setup Factory and it has been going on smoothly until one of our customers asked us about the possibility of a Silent Installer. After looking at your documentation, i was a bit disappointed when i saw the warning "Screen actions will only be executed if screens are...
-
-
/SILENT does not work in SUF 9.5.2.0
I am using SUF 9.5.2.0 on Windows 10 x64. Under Advanced Project settings, "Enable silent/unattended install" is checked. However when I build and run the installer with parameter /SILENT it is still not running in Silent Mode. In the OnStartup Action section I even put debug output showing...
-
-
Silent Install Madness
My Silent Install is broken. It only passes one parameter, a user serialnumber. Setup.ini has something like this:
[SetupValues]
%UserSerialNumber%=emx100005b1
In preinstall, I have this
local INI_Serial_Number = SessionVar.Expand("%UserSerialNumber%");...
-
-
MSI.RunMsiexec
Hallo
have someone an example of an silent msi? trying now hours without success..
Code:applFolder = Folder.GetCurrent(); MSI.RunMsiexec("-i \""..applFolder.."\\msi.msi\" \" /qn\"", true);
-
-
Silent install - deploy to large number of desktops
Greetings all,
We are evaluating install solutions and I am wondering if anyone can provide feedback on the silent install capabilities with Setup Factory 9. Our current installer was built with SF8. Amongst other prompts, there is a prompt to enter a license key as well as a prompt to select...
-