Skip to main content

Questions tagged [deployment]

Deployment is the process of loading operating systems, drivers, files and programs to systems for end users.

0 votes
3 answers
40k views

Sysprep was not able to validate Windows Installation

I have been trying to capture an image of a Windows 10 Pro x64. I get the error message Sysprep was not able to validate Windows Installation and a report with errors as pasted below. I have about 20 ...
3 votes
2 answers
3k views

How do you install .net4 on a Server 2008 r2 machine through psremoting in powershell?

I need to write a script that installs .net 4 remotely using powershell to a group of Server 2008 R2 machines. I based my script off of http://social.technet.microsoft.com/Forums/en-US/...
1 vote
1 answer
21k views

DISM: The system cannot find the file specified

Trying to mount a wim image to add drivers. I keep getting the following error: PS C:\Users\Administrator> DISM /MOUNT-WIM /WIMFILE:C:\RemoteInstall\Boot\x64\Images\boot-(4).wim /INDEX:1 /...
3 votes
2 answers
3k views

Avoid "rm" in makefile

I have a question concerning a line in a Makefile. I have a target to "clean" my locally installed test/staging-server. Currently it looks like this: clean: rm -rf $(LOCAL_SERVER_PATH)/* As long ...
0 votes
1 answer
743 views

run batch file during Windows Setup from autounattend.xml

I want to run a batch file during the windowsPE phase of an unattended Windows setup, and the autounattend.xml works fine as long as I launch the batch file from its path like this: <...
2 votes
1 answer
504 views

Microsoft SQL Server 2014 Standard Edition - Minimum Setup

We have a corporate license for Microsoft SQL Server 2014 Standard Edition and for time to time I have to install (or re-install it) on different Servers and computers. The setup folder size is about ...
0 votes
0 answers
53 views

OCI Container Instances - Container Instance Getting Deleted Right After Creation

I am confused. I wanted to create a container instance in oci. It failed and I don't know why. I am the owner of everything used, meaning it cannot be missing priviliges. And the image exists. Why do ...
0 votes
2 answers
107 views

Unable to copy files to system drive during Provisioning Package deployment

I've tried a couple different methods of copying some files from the Provisioning Package to the system drive. In the batch files attempts, it did create the log file as expected, meaning I know it ...
3 votes
3 answers
5k views

How can I auto-install and -configure a Linux system?

There are a number of programs I always install on any new Linux installation (e.g. hd-idle, zsh, ruby); and a number of configuration tasks I always perform (e.g. custom zshrc). Not wanting to do ...
1 vote
2 answers
11k views

disable notepad++ updates on install or through script - Windows 7

I deploy notepad++ to several computer labs where end users don't have administrative rights. I am able to deploy the software, but I need to turn off automatic updates so they aren't getting popups ...
-1 votes
2 answers
5k views

How do you reduce the size of a windows 7 offline image after you removed the old 3rd party drivers via DISM?

As the title says I had a Windows offline image that needed a driver package put on it from a CAB file I extracted the CAB file and used DISM to install all the drivers from it recursively. Some time ...
1 vote
0 answers
101 views

Automated creation and pool deployment of Windows 11 images

We are managing a pool of Windows 11 machines that essentially run as autonomously bookable servers used to analyze microscopy images. The computers are accessible physically or through Windows RDP (...
0 votes
0 answers
42 views

how we can integrate more option in welcome wizard in MDT

Want to integrate more option in welcome wizard like Windows 11 Windows 10 Blancco Dart Just like screenshot attached for your reference.
4 votes
1 answer
3k views

How do I skip the Personalize page (color & computername) during unattended Windows 8 setup?

I'm currently setting up an unattended Windows 8 setup, but I'm stumbling upon and unable to skip the Personalize page. The interesting part should be in the OOBE section, which is already populated ...
1 vote
1 answer
113 views

How to define command line options in my sql systemctl service

I have a mysql install on Digital ocean cloud. And by default it's working with system ctl service. I need to run the server with those options : That have taken from here. So I've tried to edit this ...

15 30 50 per page
1
2 3 4 5
16