Jump to content

The_Dude_1978

Member
  • Posts

    13
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    country-ZZ

Posts posted by The_Dude_1978

  1. Thanks for the tips guy's.

    It's almost weekend so i'll not get this done in time.

    But to answer your question:

    REG ADD %KEY%\030 /V 4 /D "%WINDIR%\system32\xcopy /C /V /Q /Y /I %CDROM%\Apps\AcrobatReader\*.* \"C:\Program Files\Adobe\Acrobat 7.0\Setup Files\RdrBig708\ENU"\" /f

    Should be:

    REG ADD %KEY%\030 /V 4 /D "%WINDIR%\system32\xcopy /C /V /Q /Y /I %CDROM%\Apps\AcrobatReader\*.* \"C:\Program Files\Adobe\Acrobat 7.0\Setup Files\RdrBig708\ENU\"" /f

    right?

    But yours is more confusing:

    REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\001 /V 1 /D "%~d0\PROGRAMS\DOTNETFX.EXE/Q /C:\"INSTALL.EXE /Q\"" /F

    And by the way, what's the %~d0 in heavens name? :S

    I would guess it would be:

    REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\001 /V 1 /D "%CDROM%\PROGRAMS\DOTNETFX.EXE /Q \"C:\"INSTALL.EXE /Q\"" /F

    Do i'm not sure what you mean by /Q and why it turns into install.exe

    Just wondering

    Greetz

  2. Hi There,

    I want to use the copy and xcopy command in RunOnceEx.cmd.

    Furthermore I want to use del in RunOnceEx.cmd

    And I want to use the REG ADD "HKCU\Control Panel\Desktop" /v ScreenSaveTimeOut /t REG_SZ /d 1800 /F in RunOnceEx.cmd

    And I want to use Net localgroup Administrators /add "EU\Domain Admins in RunOnceEx.cmd

    Maybe the most important thing i need to know is how to use the double quotation marks. It's my understanding that when putting 4 "" "" in RunOnceEx the command you give regedit don't understand.

    I tried several times, but it's killing me.

    Who can help me out with this?

    Greetz

  3. This is how I installed the updates that (damned) won't install through svcpack.inf (my favorite).

    cmdow @ /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 KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

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

    REG ADD %KEY%\005 /VE /D "Update Windows Media" /f

    REG ADD %KEY%\005 /V 1 /D "%CDROM%\i386\SVCPACK\KB917734.exe /passive /norestart" /f

    REG ADD %KEY%\015 /VE /D "Internet Explorer 7" /f

    REG ADD %KEY%\015 /V 1 /D "%CDROM%\Software\IE7\IE7.exe /passive /update-no /norestart" /f

    So it installs itself fine. But the first time i get into windows internet explorer 6 is still there. When starting ie it's still version 6. Not that I don't mind, cause on a reboot (I log on once automatic) internet explorer 7 does work en want's to configure itself. The only thing that sucks is that quick launch and start > programs > display's the icon of internet explorer 6.

    I like some help with that.

    I also noticed by going to the \Software\IE7\IE7.exe /? I get an option list of install switches. I'm just saying this because i do not hear often this advice to people on switches. My point is that I still have to test the /quiet mode and without the /update-no switch. And by the way I got ie7.exe out of the automatic updates folders of C:\WINDOWS\SoftwareDistribution\Download. You get about a 30 seconds chance to grab the file.

  4. Hi There,

    Why i did make other changes? You mean in dosnet.inf?

    Well to shorten my xpcd down in mb i deleted some maps like components, tabletpc etc. Therefore the reference of directories dosnet.inf searches in like d1, d2 and d3 (directory 1,2 and 3) are unneccesary to be loaded into memory. If there could be a error I made sure it does'nt popup.

    As for the svcpack.inf it bothered me that KB890830.exe was giving a popup for extraction. So I helped windows a hand by adding this command "/extract:%windir%\system32\inetsrv\ /q" and it does work.

    But there was no manner testing it without the hotfixes installing.

    Greetz,

    The_Dude_1978

  5. Hi There, me dutch here.

    I hope somebody understands where i'm going wrong. The hotfixes dont'install.

    I've been working on 2 automated installations of xp corperate. One dutch and one English.

    The Dutch one works. The English one does not.

    I have an orginal cd with sp2 kopied to the network hard drive at my work. Therefor i need an easy installation, definetly not nlite based! For future processes.

    I deleted all unnessecary maps like lang, 98upgrade components etc. I also removed the d2, d3 and d3 at the directories in dosnet inf.

    I made an map in i386 called svcpack and placed the updates in it. With qchain.exe

    In the DOSNET.INF I placed:

    [Version]

    signature="$Windows NT$"

    DriverVer=07/01/2001,5.1.2600.2180

    [Directories]

    d1 = \i386

    [OptionalSrcDirs]

    svcpack

    [Miscellaneous]

    ProductType = 0

    I made svcpack.inf and Deleted SVCPACK.IN_

    In the svcpack.inf I placed:

    ;Windows XP

    [Version]

    Signature="Windows NT$"

    MajorVersion=5

    MinorVersion=1

    BuildNumber=2600

    [setupData]

    CatalogSubDir="\i386\svcpack"

    [ProductCatalogsToInstall]

    [setupHotfixesToRun]

    MPSETUP.exe /Q:A /R:N

    KB885626.exe /q /n /z

    KB873339.exe /q /n /z

    KB885835.exe /q /n /z

    KB885836.exe /q /n /z

    KB886185.exe /q /n /z

    KB888302.exe /q /n /z

    KB890046.exe /q /n /z

    KB890830.exe /extract:%windir%\system32\inetsrv\ /q

    KB890859.exe /q /n /z

    KB891781.exe /q /n /z

    KB893756.exe /q /n /z

    KB893803.exe /q /n /z

    KB894391.exe /q /n /z

    KB896358.exe /q /n /z

    KB896423.exe /q /n /z

    KB896424.exe /q /n /z

    KB896428.exe /q /n /z

    KB898461.exe /q /n /z

    KB899587.exe /q /n /z

    KB899589.exe /q /n /z

    KB899591.exe /q /n /z

    KB900485.exe /q /n /z

    KB900725.exe /q /n /z

    KB901017.exe /q /n /z

    KB901214.exe /q /n /z

    KB902400.exe /q /n /z

    KB904706.exe /q /n /z

    KB905414.exe /q /n /z

    KB905474.exe /q /n /z

    KB905749.exe /q /n /z

    KB908519.exe /q /n /z

    KB908531.exe /q /n /z

    KB910437.exe /q /n /z

    KB911280.exe /q /n /z

    KB911562.exe /q /n /z

    KB911564.exe /q /n /z

    KB911567.exe /q /n /z

    KB911927.exe /q /n /z

    KB912919.exe /q /n /z

    KB913433.exe /Q:A /R:N

    KB913580.exe /q /n /z

    KB914388.exe /q /n /z

    KB914389.exe /q /n /z

    KB916595.exe /q /n /z

    KB917159.exe /q /n /z

    KB917344.exe /q /n /z

    KB917422.exe /q /n /z

    KB917734.exe /q /n /z

    KB917953.exe /q /n /z

    KB918439.exe /q /n /z

    KB918899.exe /q /n /z

    KB919007.exe /q /n /z

    KB920214.exe /q /n /z

    KB920670.exe /q /n /z

    KB920683.exe /q /n /z

    KB920685.exe /q /n /z

    KB920872.exe /q /n /z

    KB921398.exe /q /n /z

    KB921883.exe /q /n /z

    KB922582.exe /q /n /z

    KB922616.exe /q /n /z

    qchain.exe

    Everytime I run setup everything else installs flawless via cmdlines.txt, except the hotfixes.

    I've done about 18 installations without luck. And not in virtual pc. With no luck.

    Where i was at home it's done in two times.

    I just can't figure out what went wrong that it is not installing the updates.

    Who sees the problem? (and will help me...)

    Greetings

    The_Dude_1978

  6. Hi There,

    If you don't mind me saying, is'nt the switch supposed to be /Q /O /N /Z ?

    I got the hotfixes off the site where they put the win2000, winxp and win2003 server.

    And that's were it went wrong with me too. I'm just figuring out howecome the wininstaller 3.1 bugs my sequence of hotfixes to install.

  7. Hi There, me dutch here.

    I hope somebody understands where i'm going wrong. The hotfixes dont'install.

    I've been working on 2 automated installations of xp corperate. One dutch and one English.

    The Dutch one works. The English one does not.

    I have an orginal cd with sp2 kopied to the network hard drive at my work. Therefor i need an easy installation, definetly not nlite based! For future processes.

    I deleted all unnessecary maps like lang, 98upgrade components etc. I also removed the d2, d3 and d3 at the directories in dosnet inf.

    I made an map in i386 called svcpack and placed the updates in it. With qchain.exe

    In the DOSNET.INF I placed:

    [Version]

    signature="$Windows NT$"

    DriverVer=07/01/2001,5.1.2600.2180

    [Directories]

    d1 = \i386

    [OptionalSrcDirs]

    svcpack

    [Miscellaneous]

    ProductType = 0

    I made svcpack.inf and Deleted SVCPACK.IN_

    In the svcpack.inf I placed:

    ;Windows XP

    [Version]

    Signature="Windows NT$"

    MajorVersion=5

    MinorVersion=1

    BuildNumber=2600

    [setupData]

    CatalogSubDir="\i386\svcpack"

    [ProductCatalogsToInstall]

    [setupHotfixesToRun]

    MPSETUP.exe /Q:A /R:N

    KB885626.exe /q /n /z

    KB873339.exe /q /n /z

    KB885835.exe /q /n /z

    KB885836.exe /q /n /z

    KB886185.exe /q /n /z

    KB888302.exe /q /n /z

    KB890046.exe /q /n /z

    KB890830.exe /extract:%windir%\system32\inetsrv\ /q

    KB890859.exe /q /n /z

    KB891781.exe /q /n /z

    KB893756.exe /q /n /z

    KB893803.exe /q /n /z

    KB894391.exe /q /n /z

    KB896358.exe /q /n /z

    KB896423.exe /q /n /z

    KB896424.exe /q /n /z

    KB896428.exe /q /n /z

    KB898461.exe /q /n /z

    KB899587.exe /q /n /z

    KB899589.exe /q /n /z

    KB899591.exe /q /n /z

    KB900485.exe /q /n /z

    KB900725.exe /q /n /z

    KB901017.exe /q /n /z

    KB901214.exe /q /n /z

    KB902400.exe /q /n /z

    KB904706.exe /q /n /z

    KB905414.exe /q /n /z

    KB905474.exe /q /n /z

    KB905749.exe /q /n /z

    KB908519.exe /q /n /z

    KB908531.exe /q /n /z

    KB910437.exe /q /n /z

    KB911280.exe /q /n /z

    KB911562.exe /q /n /z

    KB911564.exe /q /n /z

    KB911567.exe /q /n /z

    KB911927.exe /q /n /z

    KB912919.exe /q /n /z

    KB913433.exe /Q:A /R:N

    KB913580.exe /q /n /z

    KB914388.exe /q /n /z

    KB914389.exe /q /n /z

    KB916595.exe /q /n /z

    KB917159.exe /q /n /z

    KB917344.exe /q /n /z

    KB917422.exe /q /n /z

    KB917734.exe /q /n /z

    KB917953.exe /q /n /z

    KB918439.exe /q /n /z

    KB918899.exe /q /n /z

    KB919007.exe /q /n /z

    KB920214.exe /q /n /z

    KB920670.exe /q /n /z

    KB920683.exe /q /n /z

    KB920685.exe /q /n /z

    KB920872.exe /q /n /z

    KB921398.exe /q /n /z

    KB921883.exe /q /n /z

    KB922582.exe /q /n /z

    KB922616.exe /q /n /z

    qchain.exe

    Everytime I run setup everything else installs flawless via cmdlines.txt, except the hotfixes.

    I've done about 18 installations without luck. And not in virtual pc. With no luck.

    Where i was at home it's done in two times.

    I just can't figure out what went wrong that it is not installing the updates.

    Who sees the problem? (and will help me...)

    Greetings

    The_Dude_1978

×
×
  • Create New...