Questions tagged [unattended-processing]
45 questions
1
vote
1 answer
Windows Unattended installation - run script as specific user
I am developing Windows installation on a local computer with unattended answer file and use setup.exe.
In the unattended.xml I am adding a user X with a password.
I want to add a script to the installation. The script does cipher to my files in a…

user1902346
- 799
- 1
- 12
- 21
1
vote
1 answer
NSIS - Skip certain dialogs using command-line arguments?
Is there a way to make the NSIS installer skip certain dialogs?
It has these command-line arguments,
/S, /NCRC and /D=dir
Although /S and /NCRC can used for silent and unattended modes, is there are command-line arguments to make the installer skip…

Codename K
- 890
- 4
- 23
- 52
1
vote
1 answer
What is "publickeytoken=31bf3856ad364e35"?
I am very curious to know what is this thing called "publickeytoken=31bf3856ad364e35" and where is that used for?

Maverick
- 19
- 1
- 4
1
vote
0 answers
Unattended signing of Reprepro packages with gpg-agent
For my SolydXK repository I'd like to add some packages available in Debian stretch-backports.
I've successfully setup the conf/distributions, conf/updates and FilterList files and the following command runs successfully when logged in to the…

Arjen Balfoort
- 165
- 12
1
vote
2 answers
ArangoDB Unattended Install in Vagrant Box
Trying to setup an Unattended install of ArangoDB in a Vangrant Ubuntu box. I've followed the Unattended install instructions here: https://docs.arangodb.com/3.1/Manual/GettingStarted/Installing/Linux.html
However, this accounts for the password…

skinneejoe
- 3,921
- 5
- 30
- 45
1
vote
1 answer
Open a HTTPS URL under unattended batch control
My problem is that I need to send a shutdown command to my NAS when the UPS tells my home server that there's a power cut. I want to do this by using the (Windows 10 Home) PC server's closedown notification, which can trigger a batch file as part of…

Frankie
- 596
- 3
- 24
1
vote
0 answers
How to install apk file without user intervention on custom system?
Now, I've see this type of question posted a few times but they were aimed at developers trying to do this on a smart phone or tablet. What I have here is a custom built system with root privileges and I can modify the underlying Android if need be.…

Dave McLaughlin
- 71
- 9
1
vote
1 answer
Unattended installation of Azure SDK via PowerShell
I'm having problems to create an unattended installation of cmdlets of Azure (It's a msi file, windowsazure-powershell.0.8.3.msi, current version).
How can I know the parameters that installation needs and how I should write it?
In this…

ITPro Guy
- 187
- 1
- 14
1
vote
5 answers
Unattended application best practice question
We have an unattended app w/o a user interface that is is periodically run.
It is a VB.NET app. Instead of it being developed as a service, or a formless Windows application, it was developed with a form and all the code was placed in the form_load…

Chad
- 23,658
- 51
- 191
- 321
0
votes
0 answers
diskpart didn't work in unattended sysprep
I run sysprep with an answer file, which runs a batch script in the specialize configuration pass. The batch script gets the target HDD index, and runs diskpart against that HDD.
All files are located in C:\temp:
C:\temp\unattend.xml …

Jacky
- 3
- 3
0
votes
1 answer
How do I add a powershell script to be run post setup during a windows 10 unattended install?
I may be going about this the wrong/more difficult way. I am open to suggestions.
I am running NTLite v2.3.8.8920 [HOME] ((c) NTlitesoft d.o.o) to create unattended Windows 10 discs. After years of doing unattended discs and realizing the ever…

J. Breneman
- 61
- 8
0
votes
1 answer
MECM Brosix Application Installer
I am running into an issue when trying to add Brosix as an application to MECM for quick and easy deployment upon imaging of a laptop. This requires the Brosix installer to run in unattended mode (aka silently/quietly) but I cannot find such a…

PlatPlayZ
- 19
- 6
0
votes
1 answer
Is it possible to apply unattend.xml on custom prepared image when deploy new PC?
I've created custom Windows_10_PRO_1909_x64 image with hashicorp packer (with QEMU).
To build it I used unattend.xml file. Steps to prepare were:
Absolutely unattended installation of Windows
Installation of big amount of software
Converting VM (it…

Yukpun
- 47
- 1
- 8
0
votes
1 answer
PostgreSQL installation error with "--" Prefix when located in App dir in C:\Program Files (X86)\
I try to install PostgreSQL within myapp in unattended mode,
so created two folders for install postgresql under defualt Dir of myapp as (pgdata - pginstall),
***I try the solution with postgresql_9.6_x86 and 10.5_x86 and 10.5_x64 and 10.6_x86_x64…

M.A_55
- 135
- 17
0
votes
0 answers
Windows Server 2012 R2 Unattend file is not working
I am using "autounattend.xml" file to automate my windows installation.
The windows installation was successfully before adding "Remote Desktop" code in the xml file.
The error says:
Windows could not parse or process answer file…

Maverick
- 19
- 1
- 4