Jump to content

MarcL

Member
  • Posts

    30
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by MarcL

  1. It worked.

    runonce.cmd

    REG ADD %KEY%\080 /VE /D "Genuine Windows validation Tool" /f
    REG ADD %KEY%\080 /V 1 /D "%systemdrive%\install\LegitCheckControl\install.bat" /f

    REG ADD %KEY%\085 /VE /D "Microsoft Update Tool" /f
    REG ADD %KEY%\085 /V 1 /D "%systemdrive%\install\MUWEB_SITE\install.bat" /f

    then create $OEM$\$1\install\LegitCheckControl\install.bat

    COPY /Y %systemdrive%\install\LegitCheckControl\LegitCheckControl.inf %windir%\inf

    COPY /Y %systemdrive%\install\LegitCheckControl\LegitCheckControl.dll %windir%\system32

    REGSVR32 /S LegitCheckControl.dll

    %systemdrive%\WINDOWS\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %systemdrive%\install\LegitCheckControl\LegitCheckControl.inf

    and create $OEM$\$1\install\MUWEB_SITE\install.bat

    COPY /Y %systemdrive%\install\MUWEB_SITE\muweb.inf "%windir%\Downloaded Program Files"

    COPY /Y %systemdrive%\install\MUWEB_SITE\muweb.dll %windir%\system32

    REGSVR32 /S muweb.dll

    Of course, you need to download the .CAB files and extract the DLL's to the correct locations.

  2. Hey,

    I have spend a good amount of time modifying a legal version of XP-Pro which is the MS Volume License (no activation). However, I have a bunch of machines here that are NOT covered by the volume license, but instead were purchased from Dell with the OEM XP-Pro installed.

    Some of those machines need to be reinstalled, and I would love to make use of the unattended/slipstreamed/modified XP install I have, but want to keep the OEM license on these machines.

    I have heard of people converting OEM cd's in to VolLicence CD's (for the purposes of illegal things), but I want to go the other direction in order to stay legal.

    Can someone tell me what I need to do to make my VolLicence copy of XP-Pro in to an OEM version?

    Thanks

  3. This seems to work:

    [COMMANDS]
    "CMD /C REGEDIT /S %systemdrive%\install\regtwks.reg"
    "RunOnce.cmd"

    What is odd, some regtweaks dont "stick".

    For example, this works fine when I do it from a command prompt.. but from cmdlines.txt, I still get the default "bliss.jpg" wallpaper

    [HKEY_CURRENT_USER\Control Panel\Desktop]
    "Wallpaper"=""

    and this:

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "ClassicViewState"=dword:00000000

    Is microsoft that set on forcing a default explorer style and wallpaper?! :rolleyes:

  4. The following link seems to be broken: http://unattended.msfn.org/xp/hkcu_registry.htm

    ... and at one point, I thought this was explained pretty well there.

    But, anyway..

    I have the following cmdlines.txt:

    [COMMANDS]
    REGEDIT /S %systemdrive%\install\regtwks.reg
    RunOnce.cmd

    But my reg tweaks never seem to make it in. If I cut and paste the "REGEDIT" command after the install is done, it works fine... But only for the current user.

    Why does this reg tweak not run during the install?? the RunOnce stuff does (now, after much time wasted chasing silly mistakes).

    :wacko:

  5. At this point, I broke something because the files in $OEM$\$1 and $OEM$\$$ dont copy anymore!

    I had this problem before: HERE

    But, moving the $OEM$ folder under i386 fixed the problem. I think I have changed everything back to the way it was before I tried to add the cmdlines.txt feature, but still nothing is copied.

    After the first reboot, I see the $OEM$ folder under $WIN_NT$.~ls... but it gets lost somewhere along the way. :realmad:

    Maybe I will take the advice of seeing it it works from CD.. if it does, I will copy all of the $OEM$ stuff with a BAT file... Not as clean as I would like, but I am running out of options.

  6. Bilou_Gateux: That did not work.. It caused the files in $OEM$ to not even be copied to the C Drive.

    gunsmokingman: Yes, I am using smartdrive, and for my testing I have been using FAT, not NTFS.

    Further testing shows: If I use winnt32.exe to kick off the install, it WORKS... But, does not work when using winnt.exe from DOS.

    It is as if the files in the root of $OEM$ are not copied by the DOS portion of the install (before the first reboot).. Maybe I need to modify DOSNET.INF? Or copy the files myself before starting winnt.exe?

  7. NOT using a CD install (for testing), I moved th $OEM$ folder under i386 on the distribution.

    I kick of the install with:

    \xpcd\i386\winnt.exe /u:\xpcd\i386\unattend.txt /s:\xpcd\i386
    \xpcd\i386\UNATTEND.TXT
    [Data]

    MsDosInitiated = "0"

    UnattendedInstall = "Yes"

    AutomaticUpdates=yes

    [unattended]

    Unattendmode=FullUnattended

    OemSkipEula=Yes

    OemPreinstall=Yes

    TargetPath = *

    Filesystem = LeaveAlone

    WaitForReboot="No"

    OemPnPDriversPath = "Drivers\LSIU320;Drivers\NVIDIA"

    \xpcd\i386\$oem$\cmdlines.txt

    [COMMANDS]"pause"

    "./REGEDIT /S %systemdrive%\install\regtwks.reg"

    "./RunOnceEx.cmd"

    "pause"

    As you can see, I put pause in there to see if it was running or not, and it is not.

    When the install is done, the files which are at the \xpcd\i386\$oem$\ level are NOT on the c drive, but items in $1 and $$ are.

    I am guessing this is another behavior difference bewteen installing from CD or a distribution? Is there a list of them somewhere? :unsure:

    Marc

×
×
  • Create New...