Jump to content

DannyFluit

Member
  • Posts

    10
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Posts posted by DannyFluit

  1. Hello,

    I have a question about installing java VM with RunOnceEx.cmd. I've entered the following command in RunOnceEx.cmd:

    REG ADD %KEY%\002 /VE /D "Sun Java 1.5.6" /f

    REG ADD %KEY%\002 /V 1 /D "%PP%Java-VM\java-vm.msi /qr" /f

    The installation goes well, but when I open Internet Explorer Java VM has to install again, using my unattended DVD, where I've stored the java-vm.msi. When I logged on as a user, and try to open Internet Explorer, the Java VM wants to install again, but that will not goes well, because the user isn't a local administrator.

    Can/Must I do the installation of Java VM with another method?

    Thanks so far,

    Danny

  2. hello,

    I thought I had my unattended XP installation under control. I had tested it, but perhaps there was a small change, but now it doesn't work anymore. The installation stops at the screen "help protect your PC". Till that point it goed fully unattended. What did I accidently change in my config.

    The winnt.sif is as follow:

    [Data]

    AutoPartition=1

    MsDosInitiated="0"

    UnattendedInstall="Yes"

    [unattended]

    UnattendMode=FullUnattended

    OemSkipEula=Yes

    OemPreinstall=No

    UnattendedSwitch="Yes"

    TargetPath=\WINDOWS

    repartition=YES

    [GuiUnattended]

    AdminPassword="XXXXX"

    EncryptedAdminPassword=NO

    OEMSkipRegional=1

    TimeZone=105

    OemSkipWelcome=1

    [userData]

    ProductKey=12345-12345-12345-12345-12345

    FullName="XXXXX"

    OrgName="XXXXX"

    ComputerName=PC200

    [Networking]

    InstallDefaultComponents=Yes

    [Display]

    Xresolution=1024

    YResolution=768

    [TapiLocation]

    CountryCode=32

    Home_Page=http://www.google.be

    [identification]

    JoinDomain=XXXXX

    DomainAdmin=XXXXX

    DomainAdminPassword=XXXXX

    [Networking]

    InstallDefaultComponents=Yes

    [Components]

    msmsgs=off

    msnexplr=off

    freecell=off

    hearts=off

    minesweeper=off

    pinball=off

    solitaire=off

    spider=off

    zonegames=off

    Thanks so far,

    Danny

  3. Hello,

    I'm almost ready with my first unattended XP-cd. I've made it with all the help I could find on this site.

    There a few little things that I don't understand:

    1- I've one DVD and many computers to install. These computers must al have a different name and all those PC's have different users. Is it possible that every installation gets its unique name. I read something about a UDF, but how does that works?

    2- I use OnceRunEx.cmd (made with the OnceRunEx.cmd creator). When I start the .cmd on a VM, I see how office is installed, but later on, it isn't vissible in the startmenu, it is not even installed. The installation of Adobe is good.

    example of my OnceRunEx.cmd:

    mdow @ /HID

    @Echo Off

    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:\win51ip.SP2 SET CDROM=%%i:

    SET PP=%cdrom%\Software\

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Installing Programs" /f

    REG ADD %KEY%\000 /VE /D "Microsoft Office 2003 std NL" /f

    REG ADD %KEY%\000 /V 1 /D "%PP%office2003\setup.exe TRANSFORMS=Unattended.MST /qb-" /f

    REG ADD %KEY%\001 /VE /D "Adobe Acrobat Reader 7.0" /f

    REG ADD %KEY%\001 /V 1 /D "%PP%Adobereader7\ar7.msi /qb-" /f

    REG ADD %KEY%\002 /VE /D "Sun Java 1.4.2" /f

    REG ADD %KEY%\002 /V 1 /D "%PP%SunJava\jre-1_5_0_09-windows-i586-p-s.exe /s /v/qn" /f

    EXIT

    Who can help me?

    Kind regards,

    Danny

  4. hello,

    I want to copy the folder to the c-drive, because the installation of Office 2003 is initiated from that folder ( see the line in my batchfile). The folder is now being copied, ( OEMPreinstall was set on "NO") and Office is installed. I found this procedure on this site, so I'm just following the "rules" :-).

    The next "problem" is the folder, that was copied. You're right, I don't need it anymore. I can delete it it at the end of the installation, during a last reboot, or I leave it where it is.

    kind regards,

    Danny

  5. Hello,

    Maybe i've posted this topic twice, but i can't find the first version anymore so maybe i did something wrong.

    My problem is that the $OEM$ folders will not be copied to the c-drive of the new installes computer. Therefore the installation of Office 2003 will not proceed. I've entered the next line in winnt.bat:

    start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-

    Must there be a command to copy those folders? I burn an image with nLite.

    who can help me,

    Thanks,

    Danny

×
×
  • Create New...