The automated-install tag has no wiki summary.
-1
votes
1answer
35 views
Bash installing script that fits all common Linux flavors
I was asked by my boss to make a bash script that could install Apache, PHP and MySQL (AMP) binaries in a Linux box (just some common linux flavors).
Compile and install all by the sources ...
4
votes
1answer
62 views
How to automate driver installation from .exe
I need to create an image which upon its first boot detects the graphics card type and installs the appropriate drivers before taking the next steps. This means I need to automate the installation ...
-1
votes
1answer
42 views
a script to create linux virtual machine and run a script there
I'd like to get a script working that would automate the following
create a virtual machine
install a linux distro
run a command inside the distro
shutdown and remove the virtual machine
To create ...
0
votes
3answers
74 views
How do I remotely deploy a software package on Linux system?
I have a software package I wrote in Mono and I want to be able to deploy it to Ubuntu server as part of my move to continuous integration and deployment work flow.
I was wondering if there is a ...
0
votes
1answer
32 views
Automate install of SQL Server 2005 Express Service Packs
Is it possible to perform an unnattended install of service packs (SP4 is the latest) on SQL Server 2005 Express?
The only way I have found is to download the SQLEXPR32.EXE containing SP4 and run it ...
0
votes
1answer
63 views
Windows 7 Bootloader installs to wrong drive when installing from secondary hard drive
I have set up an unattended installation of Windows 7, but my setup causes the bootloader to be installed to the wrong drive. Here is the setup:
Drive 0 (OS Drive): This is the drive that the OS gets ...
1
vote
0answers
48 views
Adding e1000e module to SLES 9sp4 install CD?
Even though SLES 9.0sp4 is ancient (we are finally soon transitioning to the current version of SLES), we still need to be able to install it. Problem is that some new equipment we want to install it ...
1
vote
1answer
89 views
Removing non-present hardware with Devcon?
I'm automating the removal of a USB printer from machines with Windows XP SP3.
To do this, I'm using Microsoft's Devcon Utility.
Running the command:
devcon findall *hp*
Returns:
...
1
vote
4answers
67 views
Determine the name of a feature in an MSI to install from the command line
I am trying to install an application (SalesLogix 7.2 Admin Tools and Servers) from an MSI package, but only want to install a particular feature. How can I determine the feature name so I can try ...
2
votes
2answers
441 views
How to create a RHEL/CentOS boot media that automatically loads kickstart from the network?
I've build a local network where using DHCP, kickstart templating and local mirrors I can automate the installation of any RedHat-type operating system. It still requires me to go to the machine (or ...
1
vote
6answers
163 views
How to automate the building of a VM machine [closed]
How could I automate the building of a VM machine with required software?
My idea is that I have a webpage which interfaces to a VM server (either ESX or Hyper-V), I choose what OS I want and what ...
0
votes
1answer
87 views
juju on local server + wrapping my own application server custom built wtih charm
I'm interested in juju before starting with it i would like to ask a few questions.
Can juju be only be used with ubuntu? is it possible to use it with CentOS?
I have my own application server which ...
2
votes
1answer
190 views
How to make my very own ubuntu minimal install?
I have made a complete application solution built on top of ubuntu.
Now that I have this ready; i'm looking to make my very own install of ubuntu (the smallest footprint possible with only the very ...
1
vote
1answer
357 views
Ubuntu preseed install fails: VFS: Cannot open root device “(null)” or unknown-block
I'm attempting to do an Ubuntu 11.10 server install using a preseed file for the first time.
I created my preseed file by starting with the example file and just uncommenting/choosing what seemed ...
0
votes
1answer
179 views
Bash script to install PostgreSQL
I'm trying to write a bash script to install PostgreSQL server on a Debian 6 VPS. I keep wiping the server and I'm like to write something to auto-install it.
#!/bin/bash
export ...
1
vote
1answer
120 views
changing python runtime maximum recursion limit
I am trying to install supervisord on a ubuntu ec2 server. When running easy_install I get the following error:
> easy_install supervisor
...
RuntimeError: maximum recursion depth exceeded
I ...
0
votes
0answers
294 views
SQL Server 2008 R2 not completely silent
I've downloaded the SQL Server 2008 R2 installer from my MSDN subscription account. The installer is an SFXCAB exe. Double-clicking the exe first extract the contents to a temporary folder and from ...
2
votes
2answers
108 views
Windows Automated Installation Kit (WAIK) with a raw Windows 2008R2 ISO
I am new to WAIK, and am trying to figure out how to build a WIM image from the Windows 2008 R2 ISO media.
So far I have been unsuccessful in finding this information.
Is this possible, and if so, ...
2
votes
3answers
186 views
What is the best way to install .NET 3.5 on all machines on the network?
I am a developer and I would like to upgrade a client's application to .NET 3.5. This means .NET 3.5 needs to be installed on every computer on the network that is going to use this application.
The ...
0
votes
1answer
111 views
Remote network SLES install error on ia64
Does anyone have any experience installing SLES though lanboot on ia64?
I have done plenty of network SLES installs for i386 and x86_64, even PowerPC, but for some reason ia64 is stumping me.
I have ...
0
votes
3answers
185 views
Provisioning environment(PXE) for windows xp, 7, server 2003, 2008 and RHEL 5
I am working for a small shop where we want to provision all the hosts from one single location. Right now, we use Legacy RIS on Win server 2003 to deploy hosts via PXE boot. Though this method works, ...
0
votes
1answer
46 views
re-making windows-7 iso results in no ethernet controller driver
I am making an unattended installation of Windows 7. I've gotten a bug down to this:
I start with a regular Win-7 Ultimate iso. If I install this manually on a VirtualBox virtual machine, everything ...
3
votes
1answer
374 views
fully automated install of virtualbox tools in windows 7
I'm making an unattended install of windows. Part of it is installing virtualbox guest additions, which is run by the installer due to the following entry in Autounattend.xml:
<?xml version="1.0" ...
1
vote
1answer
233 views
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 ...
1
vote
1answer
229 views
What does /v/qn parameter do for windows silent installers?
This page says to do a silent install you pass in the parameters /s /v/qn. It mentions what /s does - silent install - but not what /v/qn does.
So what does it do? Why the weird format? (on one ...
1
vote
1answer
564 views
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 ...
0
votes
1answer
287 views
BAD ARCHIVE MIRROR using PXE BOOT method
i m trying to automatically install UBUNTU on a client PC by using the method of PXE BOOT method....my Objectives are below:-
i m following the steps given in this link installation using PXE BOOT ...
1
vote
1answer
555 views
RHEL5 Bootable Kickstart DVD - Anaconda ignores my ks.cfg
I have created a kickstart file, ks.cfg, which I wish to package with the RHEL5 install DVD. I extracted all the files from the DVD to a working directory '/root/cd':
cp -a /media/RHEL* /root/cd/
I ...
3
votes
5answers
670 views
Unable to force Debian to do unattended install… libc6 wants interactive confirm
I'm trying to create a script that forces a Debian Lenny install to install the latest version of CRAN R. During the install it appears libc6 is upgraded and the install wants interactive confirm that ...
3
votes
1answer
825 views
Debian-Installer: how to preseed a lenny (oldstable) installation?
I had a perfectly fine running installation process for virtual machines based on an instalinux CD, creating Debian 5 lenny VMs within minutes. The preseed file ensures installation of puppet, which ...
2
votes
1answer
71 views
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 ...
1
vote
2answers
125 views
Cross-platform scripting
I use a Bash script to deploy a heavily-customised version of JBoss onto RHEL machines. These scripts do things such as update the port binding offset depending on the name of the instance that is ...
2
votes
2answers
240 views
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 ...
0
votes
1answer
2k views
Windows 7: Install Type 1 fonts via command line
So I have a number of Type 1 fonts (.PFM & .PFB files) that I am trying to push out to our client machines. After some web searches, here is what I did.
On my machine, I installed all of the ...
2
votes
2answers
636 views
Install .msi from script, detect when install is done
I'm trying to make an install script. I want to install an .msi file, Python, and then install other things after Python is installed. I already see how to do a command-line install. However, msiexec ...
7
votes
3answers
665 views
Using virt-install and http preseed to do unattended ubuntu 10.04 install
The virt-install command line I used is below
sudo virt-install kvm ubuntu -v sudo virt-install -v -n golden-egg -r
256 --disk path=/var/lib/libvirt/images/golden-egg.qcow2,size=5
--os-type ...
0
votes
1answer
161 views
Why do I see two different ffmpeg binaries?
On Debian Lenny I built my own ffmpeg. When i do ffmpeg --version inside of a sudo bash shell I get the version I just build. Outside of it I get the old version. When using sudo ffmpeg I get the new ...
0
votes
1answer
245 views
How to use admin console when install glassfish-3.0 by extract from zip file?
There are two types of glassfish distribution: the executable installer and zip archive.
I have to use the zip archive. But the admin console doesn't work, it only shows a blue footer div, the ...
0
votes
1answer
352 views
Slipstream additional programs into XP installation disc?
I am trying to work out if it's possible to add additional programs to the default Windows XP disc. I am using nlite and it seems to work well for hotfixes etc. but not for specfic programs.
The main ...
4
votes
1answer
856 views
Is VMware's vmtar utility open-source?
So I've bumped up against some .vgz archives in VMware ESXi 4.1, which I've gathered to be specialized gzipped tar archives. This post has some info. These files can be manipulated using the ...
0
votes
2answers
32 views
is there a way to automate changing filenames in <link> , <script> tags
when we use Expires header for text files like js, css, contents are cached in the browser, to get new content we need to change in the html file the new names in the link and script tag. When we add ...
1
vote
2answers
573 views
How to silently uninstall then reinstall Quicktime remotely/programattically
We have a Scholastic program that uses Quicktime to do audio playback and recording. Unfortunately for me, when I created my image, I didn't know that installing too high a version of Quicktime would ...
0
votes
1answer
154 views
Cpanel alternative with auto installation
I'm looking for a free open source cPanel alternative which also includes auto installation software or can be easily configured to integrate an auto installation application.
-1
votes
1answer
72 views
How do i most easily install a bunch of stuff in my $HOME area? [closed]
I need to install an unknown number of apps/libs in my home area, but don't want to descend into dependency hell, or even have to do the 'configure/make/make install' dance. We've got some aging RHEL ...
5
votes
3answers
581 views
Scripted install of Sun Java JDK on Ubuntu 9.04
We are trying to script the install of the sun jdk on Ubuntu 9.04 and have it automatically accept the license agreement. I have seen something around the net about creating a file that the package ...
1
vote
1answer
654 views
Debian preseed late_command is not executed
On /var/log/installer/cdebconf/questions.dat i says this:
Name: preseed/late_command
Template: preseed/late_command
Value: wget ...
0
votes
1answer
77 views
How to clean up an improperly installed SQL server
I have a Win2003 64 bit server. Trying to install SQL 2005 Standard. The install tells me a previous install is still pending. I've rebooted to no avail. There is no SQL version listed in ...
4
votes
2answers
1k views
Create kickstart configuration file from existing configuration
Is there a script or another way to automatically generate a kickstart configuration file from the system state of an existing server so that the file can be use to replicate (not clone) the ...
1
vote
3answers
127 views
Automation of installations
Is there an affordable program which will automate the installation of applications? I am looking for something that will work with Windows 7/Server 2008 R2 so that I can automate installations of VM ...
8
votes
4answers
3k views
How to get HTTP preseed to work correctly on Ubuntu 10.04 LTS (Lucid)?
Installation media: ubuntu-10.04-desktop-i386.iso
I tried a lot of different boot parameters, but either the installer ignored the preseed configuration, or it boot itself directly as LiveCD.
An ...