MSFN Forum: RunOnceEx installation from dvd - MSFN Forum

Jump to content



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

RunOnceEx installation from dvd Rate Topic: -----

#1 User is offline   avr3 

  • Newbie
  • Group: Banned
  • Posts: 27
  • Joined: 30-July 04

Posted 06 August 2004 - 01:55 AM

Hello, I have tried and to make to execute RunOnceEx from dvd, here the script:

IF EXIST D:\CD.txt set CDROM=D:
IF EXIST E:\CD.txt set CDROM=E:
IF EXIST F:\CD.txt set CDROM=F:
IF EXIST G:\CD.txt set CDROM=G:
IF EXIST H:\CD.txt set CDROM=H:
IF EXIST I:\CD.txt set CDROM=I:
IF EXIST J:\CD.txt set CDROM=J:

REG ADD %KEY%\020 /V 1 /D "%CDROM%\install\js56nit.exe /Q:A /R:N" /f

REG ADD %KEY%\020 /V 1 /D "%DVDROM%\install\js56nit.exe /Q:A /R:N" /f

it is from CDROM that give DVDROM do not work..................
Thanks to anyone can help me

Avr3


#2 User is offline   WwTIPPYwW 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 330
  • Joined: 15-February 04

Posted 06 August 2004 - 06:04 AM

you didn't define %DVDROM%

the %cdrom% is just a name - you can call it whatever you want:

IF EXISTS d:\cd.txt set WHATEVER=D: and then you've got %WHATEVER%

so don't try and call it %DVDROM% - just stick with %CDROM% - or change all to %DVDROM%

#3 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 06 August 2004 - 07:02 AM

WwTIPPYwW is completely right. Even %avr3DVD% should work, too. :)

This is because you've already commanded the shell to SET it, i.e., MAKE it so.

SET command instructs the shell to work for waht you want it to.

#4 User is offline   avr3 

  • Newbie
  • Group: Banned
  • Posts: 27
  • Joined: 30-July 04

Posted 06 August 2004 - 07:11 AM

Thanks !!!!!!!!!!!!!!

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