Questions tagged [automated-install]

166 questions
2
votes
1 answer

how-to deploy files to several nodes on network automatically?

need to push(deploy) few batch files to the machines on a network. All nodes are running Windows. The batch files contain some commands to initialize an env on each node. what ways can this be accomplished? any tools readily available? thanks in…
JMS77
  • 1,275
  • 5
  • 27
  • 45
2
votes
1 answer

Kickstart PXE boot ubuntu 10.04

I am trying to do a fully automated install of Ubuntu 10.04 My pxelinux.cfg/default file looks like this - label linux kernel ubuntu-installer/amd64/linux ipappend 2 append ks=http://172.16.20.254/ks.cfg ksdevice=bootif…
Dave
  • 21
  • 2
2
votes
1 answer

How do I automate an MSI install on a Server 2003 box?

I have about 20 applications that need to be run in a specific order. I want to script them so that I can do this remotely. Each one of the applications has a Setup.exe and an MSI. I was hoping just to have a simple script that called the MSIs with…
Mowens
  • 21
  • 1
2
votes
3 answers

How can I install a system with apt-get without ncurses configuration screens?

I wrote a BASH script for doing an unattendend install on an ARM based Debian system. One of the packages being installed is samba. I added apt-get -y install samba into my setup routine, but apt-get hangs due an ncurse configuration window for…
2
votes
3 answers

InstallShield Silent Installation

I am attempting to put together a package for the silent (no user interaction) install and uninstall of an application using InstallShield. I did not create this application and don't have access to any kind of source for the installation. I created…
user8461
  • 21
  • 1
  • 2
2
votes
5 answers

How to configure almost 3 dozen laptops quickly

I need to configure almost 3 dozen laptops. We need half of them to have different IP addresses. Would configuring one laptop and then ghosting the rest be the fastest way to do this or is there a better way?
Mike
1
vote
1 answer

How do I automate installation of the MSMQ components on a Windows client?

I'm looking at message queueing for client/server communication in a new product. One of the problems with MSMQ is that it's not installed by default on most Windows desktops, and that it doesn't seem to be available as a redistributable for…
Roger Lipscombe
  • 2,177
  • 6
  • 24
  • 37
1
vote
1 answer

How do I figure out what software tool was used to create an "setup.exe"so I can determine what the silent parameters are?

I have a situation where many users can submit "setup.exe" to be deployed on all our user workstations. We use SCCM to perform the setups. We would like to have these setup.exe's execute silently and with logging. We cannot expect the users to…
DrFloyd5
  • 111
  • 2
1
vote
1 answer

How to make custom partitioning of hdd via preseed?

According to official debian manual (https://www.debian.org/releases/stable/amd64/apbs04.html.en), i saw: #d-i partman-auto/expert_recipe string \ # boot-root :: \ # …
Piduna
  • 541
  • 4
  • 12
  • 25
1
vote
1 answer

getting preseed files onto Ubuntu initrd

I am trying to set up an automated process for installing/re-imaging some Ubuntu boxes (16.04). I am working from Automating the installation using preseeding which has a good description of how to construct the preseed file but is a bit terse…
Russell Fulton
  • 201
  • 1
  • 3
  • 17
1
vote
0 answers

Connect via SSH to SLES12 installation

I am trying to make unattended installation but with SSH connectivity, so I can connect remotely and check installation logs. I know about usessh=1 kernel parameter, but this makes installation wait for me to start both stages. Without usessh=1,…
Mars
  • 123
  • 4
1
vote
0 answers

Debian 9 automated install (OpenVZ) hangs on two different dialog screens

After redoing the installation by hand, I have more information, so therefor I am editing my post completely so it's better readable and hopefully someone can provide a workable solution or workaround for this issue. I am using an OpenVZ container…
HudsonHawk
  • 103
  • 2
  • 14
1
vote
1 answer

how to Install java run-time /jre on a custom path using a Batch script?

Im trying to create a bat file to make an unattended installation with sccm. I downloaded jre-7u55-windows-i586.exe from http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html (jre-7u55-windows-i586 is…
1
vote
4 answers

Is it possible to stop dpkg-reconfigure restarting services

I'm building an install key for a Debian based system. The install key basically copies a disk image onto the system and then in a chroot installs a number of packages that are copied onto the install key during the build process. One of the things…
stsquad
  • 135
  • 1
  • 5
1
vote
2 answers

How to automate installation of Windows 10?

Question: Is there a way to pre-configure the installation process of Windows 10, so that the installation will take e.g. a script file and just run through the installation without requiring the user to intervene? With Red Hat or CentOS, you can…
fredrik
  • 731
  • 15
  • 20