MSFN Forum: Installing a few apps unattended - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Installing a few apps unattended AVG, esword, Foxit Rate Topic: -----

#1 User is offline   Ckasdf 

  • Group: Members
  • Posts: 5
  • Joined: 15-April 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 28 April 2010 - 02:26 PM

Hello, I am creating a Windows XP Pro SP2 unattended disc, and so far I have got the updates and the drivers integrated into the disc.

Now I am trying to get the following programs integrated:
*Open Office
*Firefox browser
*AVG antivirus
*esword Bible reader
*esword localize
*Foxit PDF reader
*VLC media player

I have been testing in a virtualized install of XP silent installing via the terminal, which I think is how the tutorial on this site does it, and so far I have VLC & Open Office installed without user input, but I can't manage to get the others to work - they either just pop up the usual GUI installers or a message that says I'm using the wrong syntax for installing. Most of the apps don't work for putting "appname /?" to get the options.

Once I create a script (*.cmd) where do I put it and how do I reference it in the installation process?


Thanks for any help you can give! :)


#2 User is offline   arwidmark 

  • Member
  • PipPip
  • Group: Members
  • Posts: 100
  • Joined: 22-December 05
  • OS:none specified
  • Country: Country Flag

Posted 28 April 2010 - 07:12 PM

The best source I have found for silent installations is appdeploy.com, check their Package KB.

As for sequencing/installing the applications during deployment I highly recommend using the free task sequencer from Microsoft, part of MDT 2010 Lite Touch. Go to http://www.microsoft.com/deployment for download, and to http://www.deploymentcd.com for step-by-step guides and video tutorials on how to use it.

This post has been edited by arwidmark: 28 April 2010 - 07:12 PM


#3 User is offline   Ckasdf 

  • Group: Members
  • Posts: 5
  • Joined: 15-April 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 30 April 2010 - 03:28 AM

Thank you so much for linking me to appdeploy.com - it gave me the answers I needed. :) I wasn't sure what to do with the other two links you gave me, but after I created a batch file (install.cmd) I referenced it in nLite, which took care of things.

One more semi-related question - in order to save space on the XP install disc, I have three programs (including Open Office) on a separate CD (so I don't have to burn DVDs) and I have the CD set to automatically run the autorun.inf file, which references disc2install.cmd, which runs the install process for the three programs.
I referenced the CD drive as "e:" in the script, but it turned out to be "d:" - it'll likely be "d:" on all the computers I install, but in case something weird happens and something gets a random letter, is there a way to reference the CD drive via a system variable instead of drive letter? In nLite it was "%SOURCE%" - would it be the same for the runonce thing?

Thanks again for the quick help!

#4 User is offline   Sp0iLedBrAt 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,587
  • Joined: 19-March 09
  • OS:XP Pro x86
  • Country: Country Flag

Posted 30 April 2010 - 03:50 AM

%source% refers to the drive from which Windows is installed, so if you're using it as a variable to do that, then YES. you could also take a look around for %cdrom% on google, or here http://www.computing...-file/8766.html for example

#5 User is offline   HØLLØW 

  • Member
  • PipPip
  • Group: Members
  • Posts: 125
  • Joined: 01-March 07
  • OS:XP Pro x86
  • Country: Country Flag

Posted 03 May 2010 - 03:07 PM

Hey ho,

just create a file named "CD.txt", put it in the root of your CD and add the following code to your install-script:

FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i:


This will determine your CD-Drive in the variable "%CDROM%".



So you can run your .exe-files like this:

%CDROM%\application.exe /silent

This post has been edited by HØLLØW: 03 May 2010 - 03:08 PM


#6 User is offline   Ckasdf 

  • Group: Members
  • Posts: 5
  • Joined: 15-April 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 03 May 2010 - 04:01 PM

Hey guys, thanks for your help, I've got the disc created & I'm working on installing them all! :)

#7 User is offline   HØLLØW 

  • Member
  • PipPip
  • Group: Members
  • Posts: 125
  • Joined: 01-March 07
  • OS:XP Pro x86
  • Country: Country Flag

Posted 09 May 2010 - 03:14 AM

As "arwidmark" said, you can use "appdeploy.com" to find your silent switches.

But very often, you can find the switches on the website of the app in the FAQ or the documentation. :yes:

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy