MSFN Forum: Installing From DVD and Not Hard drive - 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 From DVD and Not Hard drive Rate Topic: -----

#1 User is offline   talon 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 19-February 04

Posted 30 March 2004 - 03:47 AM

I wasable to create an unattended DVD with help from this site

http://unattended.msfn.org/index.htm


I put a lot of Aplications in the $OEM$\$1\Install\Applications

What I noticed is that they all get copied on to the Harddrive of the machine, Is there anyway we can do this installation, whithout actually copying the info on to the Harddrive?

What command line would you use in the batch file?

Ie I use somehting along the lines of

%systemdrive%\install\Applications\WMP9\mpsetupxp.exe /Q:A /R:N

If %systemdrive% refers to the C drive of the machine, how do you identify the DVD or CD drive ?


Thanks


#2 User is offline   Bilou_Gateux 

  • Powered by Windows Embedded
  • PipPipPipPipPip
  • Group: Members
  • Posts: 766
  • Joined: 03-January 04

Posted 30 March 2004 - 03:59 AM

http://www.willowhayes.co.uk/

Getcd.exe is a utility to get the letter of the first CD-ROM drive in the system. This is useful during the applications phase of a unattended CD-ROM installation, because you don't always know which drive letter the CD-ROM will get. The program simply writes the drive letter (including colon) to the output stream. To insert the drive letter into an environment variable, you can use the following from a batch file:

for /f "Tokens=*" %%a in ('getcd.exe') do set cdrom=%%a

After running this command, you can refer to the CD-ROM drive using the %cdrom% environment variable. If you're not running the command from a batch file, use replace %% with % in the above command.

#3 User is offline   Sie Tjin Kian 

  • Junior
  • Pip
  • Group: Members
  • Posts: 53
  • Joined: 22-March 04

Posted 30 March 2004 - 04:00 AM

Hi Talon,
if you don`t want the install files on your HD, then you have to put everything into another folder (not $OEM$) and try to use %sourcepath%. I am not sure that this work. Anyway somewhere in the forum is a method to find your cdrom by using an Textfile as indicator that is on cd. Maybe thats the way you prefer.


Have a nice day

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