Jump to content

Kingskawn

Member
  • Posts

    132
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

Posts posted by Kingskawn

  1. disk.cmd:

    diskpart.exe /s Diskpart.txt

    echo y | %SYS32%\FORMAT C: /fs:ntfs /q

    Diskpart.txt:

    select disk 0

    clean

    create partition primary size=20000 (or 30000)

    assign letter c

    active

    exit

    A Description of the Diskpart Command-Line Utility

    I've got a good install disk of winxp full unattented now and want to partition my disk. We've got disks of 160gb on all business machines and the idea is to put an install dvd and wait till it finishes. I'm using Runoncex.cmd to install all my applications.

    Can I use this of disk.cmd yours? I don't think so otherwise my winxp install will be deleted. :wacko:

    I want a C: partition of 30gb and D: is all the rest.

    Thanks if you can help me :thumbup

  2. I red the readme file, so if I understand I can put all my needed drivers in one folder, scan it with the tool and will make a compressed file that will be in i386\drivers?

    Dosnet.inf and txtsetup.sif will be updated as well automatically?

  3. The '*.CA_' files are cabbed(compressed) catalog files and not updates and you've got them as a result of having used some tool to slipstream updates into your source distribution.

    If you're having a problem with the slipstreaming process, then you need to make sure that you're doing exactly as intended with that tool and then try again with a fresh source.

    If you wan't to use the svcpack.inf method instead, then again, you need to start over with a fresh source...

    What method can I use to slipstream hotfixes easily? I know there's a cab file out there that has all the latest hotfixes (Ryanvm). I don't want to go to the MS update site and take all hotfixes one by one... :wacko:

  4. I made an unattented winxp that works very good. The method I used for installing applications was with Runoncex but now I want to use Xplode but it doesn't work.

    This is my Winnt.sif file where I ask to start xplode.exe

    [Data]
    AutomaticUpdates="No"
    Autopartition=1
    MsDosInitiated=0
    UnattendedInstall="Yes"

    [Unattended]
    UnattendMode=DefaultHide
    UnattendSwitch="Yes"
    [indent][/indent]OemSkipEula=Yes
    FileSystem=*
    WaitForReboot="No"
    NoWaitAfterTextMode=1
    NoWaitAfterGUIMode=1
    NonDriverSigningPolicy=Ignore
    Hibernation="No"
    Repartition=No
    OemPreinstall=Yes

    [Display]
    Xresolution=1280
    Yresolution=1024
    BitsPerPel=32
    Vrefresh=60

    [GuiUnattended]
    AdminPassword="xxxxx"
    AutoLogon = No
    AutoLogonCount=0
    TimeZone=105
    OEMSkipRegional=1
    OemSkipWelcome=1

    [Shell]
    CustomDefaultThemeFile="%WinDir%\Resources\Themes\VistaVG Black.theme"

    [UserData]
    ProductKey="XXXXXXXXXXXXXXXXXXXX"
    ComputerName=*
    FullName="x"
    OrgName="x"

    [RegionalSettings]
    SystemLocale="0409"
    UserLocale="0409"
    UserLocale_DefaultUser="0409"
    InputLocale="0409:00000813"
    InputLocale_DefaultUser="0409:00000813"
    Language=00000409

    [URL]
    Help_Page=www.microsoft.com
    Search_Page=www.google.com

    [Networking]
    InstallDefaultComponents="Yes"

    [WindowsFirewall]
    Profiles=WindowsFirewall.TurnOffFirewall

    [WindowsFirewall.TurnOffFirewall]
    Mode=0

    [Identification]
    JoinWorkgroup="none"

    [SetupParams]
    UserExecute="WScript.exe %systemroot%\konten.js"
    UserExecute="%SystemDrive%\XPlode\XPLode.exe"

    [GuiRunOnce]

    command9="%SystemDrive%\DPsFnshr.exe"

    De BTS drivers can install but that is after Xplode has to start.

    The cd tree looks like this;

    $OEM$

    $$
    Fonts
    Resources
    system32
    Web

    $1
    Install <- programs that need to install with xplode are in here like adobeacrobat8.exe, flashplayer9.exe,...
    XPlode <- all extracted from the xplode program is in here + XPlode.xml file

    $Docs
    Allusers

    Dotnetfx

    i386

    OEM <- here are the drivers

    This is my Xplode.xml and that I saved as a unicode file and not ANSI;

    <XPlode4>
    <config>
    <display plugin='#XPLODE#\XPlodeOriginalInstall.x4d'>
    <show
    total='21'
    after='19'
    subcount='false'
    />
    <!-- make antialiasing false if you're running GUIinstall mode -->
    <font
    face='Tahoma'
    antialias='true'
    small='8'
    large='13'
    />
    <!-- note the position attribute - it is listed in 'x,y' positions. -->
    <!-- 0..8 still may be used. -->
    <window
    position='4'
    />
    <!-- can be standalone, or guiredraw -->
    <!-- for the latter two, you don't need to specify background colours, or images. -->
    <windowmode
    mode='standalone'
    border='false'
    />
    <colours>
    <header
    back='#003399'
    fore='#FFFFFF'
    image='#XPLODE#\images\head.png'
    />
    <footer
    back='#003399'
    fore='#FFFFFF'
    image='#XPLODE#\images\foot.png'
    />
    <progress
    border='#000000'
    back='#FFFFFF'
    fore='#008800'
    fore2='#00AA00'
    />
    <main
    back='#6699FF'
    fore='#FFFFFF'
    current='#FFFF00'
    description='#FFFFFF'
    image='#XPLODE#\images\install.png'
    overlay='#FFFFFF22'
    />
    </colours>
    </display>
    <environment>
    <!-- strings for the header/footer text -->
    <display.title> Installing Applications </display.title>
    <display.complete> Complete </display.complete>
    </environment>
    </config>
    <item display='Adobe Reader 8.1'>
    <execute display='Adobe Reader 8.1'>
    <program>%systemdrive%\install\AdobeReader\SetupS.exe</program>
    <hide>true</hide>
    </execute>
    </item>
    <item display='Framework .net 1.1'>
    <execute display='Framework .net 1.1'>
    <program>%systemdrive%\install\dotnet11sp1.exe</program>
    <arguments>/S /v/qn</arguments>
    <hide>true</hide>
    </execute>
    </item>
    <item display='Framework .net 2.0'>
    <execute display='Framework .net 2.0'>
    <program>%systemdrive%\install\framework2.0.exe</program>
    <arguments>/S /v/qn</arguments>
    <hide>true</hide>
    </execute>
    </item>
    <item display='Flash Player 9.0.115'>
    <execute display='Flash Player 9.0.115'>
    <program>%systemdrive%\install\SilentInstall_flash_player.exe</program>
    <arguments>/S /v/qn</arguments>
    <hide>true</hide>
    </execute>
    </item>
    <item display='Java JRE 6'>
    <execute display='Java JRE 6'>
    <program>%systemdrive%\install\jre6u4.exe</program>
    <hide>true</hide>
    </execute>
    </item>
    <item display='Microsoft Office Standard 2003'>
    <execute display='Microsoft Office Standard 2003'>
    <program>%systemdrive%\install\Office_2003\UK\Setupstd.exe</program>
    <arguments>/settings "%systemdrive%\install\Office_2003\AppStp\Setupstd.ini"</arguments>
    <hide>true</hide>
    </execute>
    </item>
    <item display='Copy user to all users'>
    <execute display='Copy user to all users'>
    <program>%systemdrive%\install\copy_admin.cmd</program>
    <hide>true</hide>
    </execute>
    </item>
    <item display='Cleanup files'>
    <execute display='Cleanup files'>
    <program>%systemdrive%\install\cleanup.cmd</program>
    <hide>true</hide>
    </execute>
    </item>
    <item display='Shutdown and Reboot'>
    <execute display='Initiating Shutdown and Reboot'>
    <program>shutdown</program>
    <arguments>-r -t 5 -c "Finishing Windows Installation and Rebooting"</arguments>
    <hide>true</hide>
    </execute>
    </item>
    </XPlode4>

    Can someone tell me were I went wrong?

  5. I'm not sure - but I've been using xplode 4.x with the following config file with no problems:

    <XPlode4>
    <config>
    <display plugin='#XPLODE#\XPlodeOriginalInstall.x4d'>
    <show
    total='21'
    after='19'
    subcount='false'
    />
    <!-- make antialiasing false if you're running GUIinstall mode -->
    <font
    face='Tahoma'
    antialias='true'
    small='8'
    large='13'
    />
    <!-- note the position attribute - it is listed in 'x,y' positions. -->
    <!-- 0..8 still may be used. -->
    <window
    position='4'
    />
    <!-- can be standalone, or guiredraw -->
    <!-- for the latter two, you don't need to specify background colours, or images. -->
    <windowmode
    mode='standalone'
    border='false'
    />
    <colours>
    <header
    back='#003399'
    fore='#FFFFFF'
    image='#XPLODE#\images\head.png'
    />
    <footer
    back='#003399'
    fore='#FFFFFF'
    image='#XPLODE#\images\foot.png'
    />
    <progress
    border='#000000'
    back='#FFFFFF'
    fore='#008800'
    fore2='#00AA00'
    />
    <main
    back='#6699FF'
    fore='#FFFFFF'
    current='#FFFF00'
    description='#FFFFFF'
    image='#XPLODE#\images\install.png'
    overlay='#FFFFFF22'
    />
    </colours>
    </display>
    <environment>
    <!-- strings for the header/footer text -->
    <display.title> Installing Applications </display.title>
    <display.complete> Complete </display.complete>
    </environment>
    </config>
    <items>
    <item display='.NET Framework 2.0'>
    <execute display='.NET Framework 2.0'>
    <program>D:\Unattend\dotnetfx\dotnet20.exe</program>
    <arguments>/q:a /c:"install /l /q"</arguments>
    <hide>true</hide>
    </execute>
    </item>
    <item display='Virtual Machine Additions'>
    <execute display='Virtual Machine Additions'>
    <program>C:\DRIVERS\VM\virtualmachineadditions.msi</program>
    <arguments>REBOOT=ReallySuppress</arguments>
    <hide>false</hide>
    </execute>
    </item>
    <item display='Windows Critical Updates'>
    <execute display='Windows Journal Viewer'>
    <program>D:\Unattend\jrnlvwr\jrnlvwr.msi</program>
    <arguments>/qn</arguments>
    <hide>true</hide>
    </execute>
    <execute display='HighMat CD Wizard'>
    <program>D:\Unattend\hotfix\HMTCDWizard_enu.exe</program>
    <arguments>/qn</arguments>
    <hide>true</hide>
    </execute>
    <execute display='Multi Desktop Manager'>
    <program>D:\Unattend\xppower\deskman.exe</program>
    <arguments>/v/qn</arguments>
    <hide>true</hide>
    </execute>
    <execute display='Task Switcher'>
    <program>D:\Unattend\xppower\taskstch.exe</program>
    <arguments>/v/qn</arguments>
    <hide>true</hide>
    </execute>
    <execute display='Fast User Switcher'>
    <program>D:\Unattend\xppower\fastuser.msi</program>
    <arguments>TRANSFORMS=D:\UNATTEND\xppower\fastuser.mst /qn</arguments>
    <hide>true</hide>
    </execute>
    </item>
    <item display='Windows Server Support Tools'>
    <execute display='Support Tools'>
    <program>D:\Unattend\suptools\suptools.msi</program>
    <arguments>/qn</arguments>
    <hide>true</hide>
    </execute>
    <execute display='Resource Kit'>
    <program>D:\Unattend\rktools\rktools.msi</program>
    <arguments>/qn</arguments>
    <hide>true</hide>
    </execute>
    <execute display='AdminPak'>
    <program>D:\Unattend\adminpak\adminpak.msi</program>
    <arguments>/qn</arguments>
    <hide>true</hide>
    </execute>
    <execute display='Group Policy Management Console'>
    <program>D:\Unattend\gpmc\gpmc.msi</program>
    <arguments>/qn</arguments>
    <hide>true</hide>
    </execute>
    <execute display='BootVis'>
    <program>D:\Unattend\bootvis\bootvis.msi</program>
    <arguments>TRANSFORMS=D:\Unattend\bootvis\bootvis.mst /qn</arguments>
    <hide>true</hide>
    </execute>
    <execute display='PSTools'>
    <program>D:\Unattend\pstools\pstools.exe</program>
    <arguments>/verysilent /SP-</arguments>
    <hide>true</hide>
    </execute>
    <execute display='RegClean'>
    <program>D:\Unattend\regclean\regclean.exe</program>
    <arguments>/verysilent /SP-</arguments>
    <hide>true</hide>
    </execute>
    <execute display='UPHClean'>
    <program>D:\Unattend\UPHClean\UPHClean.msi</program>
    <arguments>/qn</arguments>
    <hide>true</hide>
    </execute>
    </item>
    <item display='Microsoft Office Components'>
    <execute display='Office 2003 Professional'>
    <program>D:\Unattend\Office\PRO11.msi</program>
    <arguments>TRANSFORMS=D:\UNATTEND\Office\PRO11.mst /qn</arguments>
    <hide>true</hide>
    </execute>
    <execute display='SpamBayes'>
    <program>D:\Unattend\Spambayes\spambayes.msi</program>
    <arguments>/qn</arguments>
    <hide>true</hide>
    </execute>
    </item>
    <item display='Multimedia Applications'>
    <execute display='Irfanview'>
    <program>D:\Unattend\irfanview\irfanview.msi</program>
    <arguments>/qn</arguments>
    <hide>true</hide>
    </execute>
    <execute display='Flash'>
    <program>D:\Unattend\Flash\flashplayer_7.msi</program>
    <arguments>/qn</arguments>
    <hide>true</hide>
    </execute>
    <execute display='Shockwave'>
    <program>D:\Unattend\Shockwave\shockwave_8.msi</program>
    <arguments>/qn</arguments>
    <hide>true</hide>
    </execute>
    </item>
    <item display='File Transfer Applications'>
    <execute display='WinSCP'>
    <program>D:\Unattend\WinSCP\winscp.msi</program>
    <arguments>/qn</arguments>
    <hide>true</hide>
    </execute>
    <execute display='SmartFTP'>
    <program>D:\Unattend\smartftp\smartftp.msi</program>
    <arguments>/qn</arguments>
    <hide>true</hide>
    </execute>
    <execute display='PuTTY'>
    <program>D:\Unattend\putty\putty.exe</program>
    <arguments>/verysilent /SP-</arguments>
    <hide>true</hide>
    </execute>
    </item>
    <item display='File Manipulation Components'>
    <execute display='WinZIP'>
    <program>C:\progra~1\winzip\winzip32.exe</program>
    <arguments>/noqp /autoinstall</arguments>
    <hide>true</hide>
    </execute>
    <execute display='WinRAR'>
    <program>D:\Unattend\winrar\winrar.msi</program>
    <arguments>/qn</arguments>
    <hide>true</hide>
    </execute>
    <execute display='WinImage'>
    <program>D:\Unattend\WinImage\winimage.msi</program>
    <arguments>/qn</arguments>
    <hide>true</hide>
    </execute>
    <execute display='CutePDF Writer'>
    <program>D:\Unattend\CutePDF\CutePDF Writer.msi</program>
    <arguments>/qn</arguments>
    <hide>true</hide>
    </execute>
    <execute display='GhostScript Converter'>
    <program>D:\Unattend\CutePDF\GhostScript Converter.msi</program>
    <arguments>/qn</arguments>
    <hide>true</hide>
    </execute>
    </item>
    <item display='CD/DVD Applications'>
    <execute display='PowerDVD'>
    <program>D:\Unattend\PowerDVD\powerdvd.msi</program>
    <arguments>/qn</arguments>
    <hide>true</hide>
    </execute>
    </item>
    <item display='Diskeeper'>
    <execute display='Diskeeper'>
    <program>D:\Unattend\dskeeper\dskeeper.msi</program>
    <arguments>/qn</arguments>
    <hide>true</hide>
    </execute>
    </item>
    <item display='Adobe Acrobat'>
    <execute display='Adobe Acrobat'>
    <program>D:\Unattend\adobe\Adobe Reader 7.0.msi</program>
    <arguments>/qn</arguments>
    <hide>true</hide>
    </execute>
    </item>
    <item display='RealPlayer'>
    <execute display='RealPlayer'>
    <program>D:\Unattend\Real\real.msi</program>
    <arguments>/qn</arguments>
    <hide>true</hide>
    </execute>
    </item>
    <item display='System Virus and Spyware Protection'>
    <execute display='Create Reg Key'>
    <program>REG</program>
    <arguments>ADD HKCU\Software\Intel\LANDesk\VirusProtect6\CurrentVersion\Custom Tasks</arguments>
    <hide>true</hide>
    </execute>
    <execute display='Prevent Start Scan'>
    <program>REG</program>
    <arguments>ADD HKCU\Software\Intel\LANDesk\VirusProtect6\CurrentVersion\Custom Tasks /v CreatedUserQuickScan /t REG_DWORD /d 00000001 /f</arguments>
    <hide>true</hide>
    </execute>
    <execute display='Set Default Scan Options'>
    <program>REG</program>
    <arguments>ADD HKCU\Software\Intel\LANDesk\VirusProtect6\CurrentVersion\Custom Tasks /v CopiedDefaultScanOptions /t REG_DWORD /d 00000001 /f</arguments>
    <hide>true</hide>
    </execute>
    <execute display='Symantec Antivirus'>
    <program>D:\Unattend\SAV\Symantec Antivirus.msi</program>
    <arguments>REBOOT=ReallySuppress RUNLIVEUPDATE=0 ADDLOCAL=SAVMain,SAVUI,SAVHelp,EMailTools,OutlookSnapin,Pop3Smtp,QClient NETWORKTYPE=2 ENABLEAUTOPROTECT=1 /qn</arguments>
    <hide>true</hide>
    </execute>
    <execute display='Windows Defender'>
    <program>D:\Unattend\defender\windowsdefender.msi</program>
    <arguments>/qn</arguments>
    <hide>true</hide>
    </execute>
    </item>
    <item display='System Cleanup'>
    <execute display='Cleanup Script'>
    <program>D:\Unattend\cleanup.cmd</program>
    <hide>true</hide>
    </execute>
    </item>
    <item display='Shutdown'>
    <execute display='Initiating Shutdown'>
    <program>shutdown</program>
    <arguments>-r -t 5 -c "Finishing Windows Installation and Rebooting"</arguments>
    <hide>true</hide>
    </execute>
    </item>
    </items>
    </XPlode4>

    How is your cd looking? Where did you put xplode files? "$OEM$\$1\Install\Xplode" ???

  6. Ok that is maybe a solution for the 3 hotfixes.exe but for the regular slipstreamed ones with .cat it seems that it isn't still working.

    For example I have WMP11.CAT that is windows media player 11, when I start windows media player I get the old v10. So there is something that blocks all those installations :unsure:

    EDIT: I saw in my i386\SVCPACK that the hotfixes are ending with .CA_ and that they are around 3-4kb big. That can't be the updates. So where are the full packages? the .exe's are around 8MB what a normal size is.

  7. I've got an unattented winxp install and I replaced my Runoncexe method for the Xplode method that doesn't work yet :(

    My problem for now is that all my hotfixes don't install with SVCPACK

    This is my svcpack.inf that is in xp\i386\svcpack.inf

    [Version]
    Signature="$Windows NT$"
    MajorVersion=5
    MinorVersion=1
    BuildNumber=2600

    [SetupData]
    CatalogSubDir="\i386\SVCPACK"

    [ProductCatalogsToInstall]
    D3D10_33.CAT
    D3D10_34.CAT
    D3D10_35.CAT
    D3D10_36.CAT
    D3DX9_24.CAT
    D3DX9_25.CAT
    D3DX9_26.CAT
    D3DX9_27.CAT
    D3DX9_28.CAT
    D3DX9_29.CAT
    D3DX9_30.CAT
    D3DX9_31.CAT
    D3DX9_32.CAT
    D3DX9_33.CAT
    D3DX9_34.CAT
    D3DX9_35.CAT
    IDNDL.CAT
    IE7-KB928090.CAT
    IE7-KB929969.CAT
    IE7-KB933566.CAT
    IE7.CAT
    KB319740.CAT
    KB842827.CAT
    KB873339.CAT
    KB884020.CAT
    KB884575.CAT
    KB884883.CAT
    KB885836.CAT
    KB886185.CAT
    KB886677.CAT
    KB887472.CAT
    KB887606.CAT
    KB888111.CAT
    KB888302.CAT
    KB889016.CAT
    KB889320.CAT
    KB889527.CAT
    KB889673.CAT
    KB890859.CAT
    KB891781.CAT
    KB892130.CAT
    KB892235.CAT
    KB892489.CAT
    KB893008.CAT
    KB893756.CAT
    KB893803.CAT
    KB894395.CAT
    KB894871.CAT
    KB895961.CAT
    KB896256.CAT
    KB896344.CAT
    KB896358.CAT
    KB896423.CAT
    KB896428.CAT
    KB896626.CAT
    KB897338.CAT
    KB897663.CAT
    KB898461.CAT
    KB898543.CAT
    KB898900.CAT
    KB899271.CAT
    KB899409.CAT
    KB899587.CAT
    KB899591.CAT
    KB900485.CAT
    KB900626.CAT
    KB900725.CAT
    KB901017.CAT
    KB901190.CAT
    KB901214.CAT
    KB902149.CAT
    KB902400.CAT
    KB902853.CAT
    KB903250.CAT
    KB903895.CAT
    KB904412.CAT
    KB904706.CAT
    KB904942.CAT
    KB905414.CAT
    KB905749.CAT
    KB906216.CAT
    KB906569.CAT
    KB906866.CAT
    KB907717.CAT
    KB907865.CAT
    KB908519.CAT
    KB908521.CAT
    KB908531.CAT
    KB908536.CAT
    KB908673.CAT
    KB909441.CAT
    KB909520.CAT
    KB909608.CAT
    KB909667.CAT
    KB910437.CAT
    KB911280.CAT
    KB911562.CAT
    KB911564.CAT
    KB911927.CAT
    KB911990.CAT
    KB912024.CAT
    KB912461.CAT
    KB912817.CAT
    KB913296.CAT
    KB913446.CAT
    KB913580.CAT
    KB914388.CAT
    KB914389.CAT
    KB914440.CAT
    KB914463.CAT
    KB914841.CAT
    KB914906.CAT
    KB915377.CAT
    KB915378.CAT
    KB915865.CAT
    KB916595.CAT
    KB917021.CAT
    KB917140.CAT
    KB917275.CAT
    KB917537.CAT
    KB917730.CAT
    KB917953.CAT
    KB918005.CAT
    KB918118.CAT
    KB918334.CAT
    KB918439.CAT
    KB918997.CAT
    KB919007.CAT
    KB920213.CAT
    KB920342.CAT
    KB920670.CAT
    KB920683.CAT
    KB920685.CAT
    KB920872.CAT
    KB921401.CAT
    KB921411.CAT
    KB921503.CAT
    KB922120.CAT
    KB922582.CAT
    KB922668.CAT
    KB922819.CAT
    KB923154.CAT
    KB923191.CAT
    KB923414.CAT
    KB923723.CAT
    KB923845.CAT
    KB923980.CAT
    KB924191.CAT
    KB924270.CAT
    KB924667.CAT
    KB924867.CAT
    KB924941.CAT
    KB925066.CAT
    KB925398.CAT
    KB925623.CAT
    KB925720.CAT
    KB925876.CAT
    KB925902.CAT
    KB925922.CAT
    KB926239.CAT
    KB926255.CAT
    KB926436.CAT
    KB926646.CAT
    KB927544.CAT
    KB927779.CAT
    KB927802.CAT
    KB927880.CAT
    KB927891.CAT
    KB928255.CAT
    KB928595.CAT
    KB928788.CAT
    KB929123.CAT
    KB929280.CAT
    KB929399.CAT
    KB929773.CAT
    KB930178.CAT
    KB930916.CAT
    KB931192.CAT
    KB931261.CAT
    KB931678-V2.CAT
    KB931756.CAT
    KB931784.CAT
    KB932168.CAT
    KB932390.CAT
    KB932590.CAT
    KB932597.CAT
    KB932662.CAT
    KB932716.CAT
    KB933062.CAT
    KB933215.CAT
    KB933360.CAT
    KB933547.CAT
    KB933729.CAT
    KB933811.CAT
    KB933876.CAT
    KB934161.CAT
    KB935448.CAT
    KB935677.CAT
    KB935708.CAT
    KB935839.CAT
    KB935840.CAT
    KB935843.CAT
    KB936021.CAT
    KB936176.CAT
    KB936357.CAT
    KB936455.CAT
    KB936678.CAT
    KB936782.CAT
    KB937143.CAT
    KB937930.CAT
    KB938032.CAT
    KB938127-IE7.CAT
    KB938127.CAT
    KB938828.CAT
    KB938829.CAT
    KB939252.CAT
    KB939273.CAT
    KB939653-IE7.CAT
    KB939683.CAT
    KB939884.CAT
    KB940322.CAT
    KB940514.CAT
    KB940541.CAT
    KB941037.CAT
    KB941077.CAT
    KB941202.CAT
    KB941598.CAT
    KB943460.CAT
    MSCOMPV1.CAT
    NLSDL.CAT
    SCRIPTEN.CAT
    WMFDIST.CAT
    WMP11.CAT
    WUDF.CAT
    XACT20.CAT
    XACT21.CAT
    XACT22.CAT
    XACT23.CAT
    XACT24.CAT
    XACT25.CAT
    XACT26.CAT
    XACT27.CAT
    XACT28.CAT
    XACT29.CAT
    XINPUT10.CAT
    XINPUT11.CAT
    XINPUT12.CAT
    XINPUT13.CAT

    [SetupHotfixesToRun]
    kb923723.exe /q /n /z /o
    kb933360.exe /q /n /z /o /b:sp2gdr
    KB890830.exe /q
    qchain.exe

    [CatalogHeader]

    And in the file xp\i386\dosnet.inf I put;

    [OptionalSrcDirs]
    SVCPACK

    I've put all my hotfixes in xp\i386\svcpack\

    Why would it not work?

  8. Hi

    I've got an unattented installation sysprepped machine. The thing I want to do is at the end of the installation procedure call the .inf that will do a last hardware installation. This have to be automatic without any user interaction.

    I already made an .inf. I don't know if it's correct but I looked on the 'manual'. Can you tell me if I'm correct?

    I will work with the Driverpacks that are in 7z format and it must delete drivers when it finishes.

    [AutoInstall]
    UnAttended=Y
    AutoCheck7zLoc=N
    DeleteUncompressedDrivers=Y
    RestartMachine=N
    ShowDevMgr=N
    VerySilent=Y
    Sleep_at_Start=1

    [Driver]
    7zRoot=N
    7zRootLoc=C:\temp\compressed <--- folder where the 7z's from Driverpacks are
    DriverRoot=N <--- doesn't really understand the meaning of this
    DriverRootLoc=C:\Windows\Drv <--- Folder that already exists and where I've put several drivers
    DriverExtract=C:\Windows\driverforge <--- Location where driverpacks will be uncompressed
    7zLoc=C:\temp\compressed <--- folder where the 7z's from Driverpacks are
    Use_System_Root_INF=N

    [Misc]
    CheckForWizardTitle=Found New Hardware Wizard <--- can add some more, things that are new
    Delete_Existing_Driver_Log=N

    Will that autorun.inf executes at the end of a script or do I need an .exe?

  9. I have a sysprep image with drivers integrated but for some pcs it won't install some drivers. I thought I could use this for a post-installation of missing drivers but how can I integrate this in my script? Can it be done like this?

    So in my script I put the link for the .exe with a UNC path to the folder where all the drivers are?

  10. I always use the HIVESFT.INF to apply themes

    I just add these lines replace xxxxx with your details

    HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Themes","CustomInstallTheme",0x00020000,"%Systemroot%\Resources\Themes\xxxxx.theme"

    HKCU,"Software\Microsoft\Windows\CurrentVersion\Themes\LastTheme","ThemeFile",0x00020000,"%Systemroot%\Resources\Themes\xxxxx.theme"

    HKCU,"Software\Microsoft\Windows\CurrentVersion\Themes\LastTheme","Wallpaper",0x00020000,"%SystemRoot%\web\wallpaper\xxxxx.jpg"

    My favourite Theme.theme is applied at the unattented install but my wallpaper and font isn't taken in consideration. How to put that wallpaper to %systemroot%\web\wallpaper and what about the fonts?

  11. Im' using nLite 1.3.5 and my install freezes too at 'Registers components'. I had 1.4 beta and removed it, then installed 1.3.5. Do I have to install 1.2.1?

    Is it still a bug?

    [Main]
    Env = 1.3.5 - 2.0.50727.42.Microsoft Windows NT 5.1.2600 Service Pack 2
    Target = Windows XP Professional SP:2 - 5.1.2600.2180 - English (United States)

    [Tasks]
    Remove Components
    Unattended Setup
    Hotfixes and Update Packs
    Tweaks
    Create a Bootable ISO
    Options

    [Components]
    ;# Applications #
    Accessibility Options
    Briefcase
    Charmap
    ClipBook Viewer
    Internet Games
    NT Backup
    Screensavers
    ;# Drivers #
    Display Adapters (old)
    ISDN
    Logitech WingMan
    Microsoft SideWinder
    Serial Pen Tablet
    Sony Jog Dial
    Tape drives
    ;# Hardware Support #
    Brother Devices
    Gravis Digital GamePort
    Iomega Zip drive
    Teletext codec
    ;# Keyboards #
    Albanian keyboard
    Arabic (101) keyboard
    Arabic (102) AZERTY keyboard
    Arabic (102) keyboard
    Armenian Eastern keyboard
    Armenian Western keyboard
    Azeri Cyrillic keyboard
    Azeri Latin keyboard
    Belarusian keyboard
    Belgian (Comma) keyboard
    Belgian French keyboard
    Bengali (Inscript) keyboard
    Bengali keyboard
    Bosnian keyboard
    Bulgarian (Latin) keyboard
    Bulgarian keyboard
    Canadian French (Legacy) keyboard
    Canadian French keyboard
    Canadian Multilingual Standard keyboard
    Chinese (Simplified) - Microsoft Pinyin IME 3.0 keyboard
    Chinese (Simplified) - NeiMa keyboard
    Chinese (Simplified) - QuanPin keyboard
    Chinese (Simplified) - ShuangPin keyboard
    Chinese (Simplified) - US Keyboard keyboard
    Chinese (Simplified) - ZhengMa keyboard
    Chinese (Traditional) - Alphanumeric keyboard
    Chinese (Traditional) - Array keyboard
    Chinese (Traditional) - Big5 Code keyboard
    Chinese (Traditional) - ChangJie keyboard
    Chinese (Traditional) - DaYi keyboard
    Chinese (Traditional) - New ChangJie keyboard
    Chinese (Traditional) - New Phonetic keyboard
    Chinese (Traditional) - Phonetic keyboard
    Chinese (Traditional) - Quick keyboard
    Chinese (Traditional) - Unicode keyboard
    Chinese (Traditional) - US Keyboard keyboard
    Croatian keyboard
    Czech (QWERTY) keyboard
    Czech keyboard
    Czech Programmers keyboard
    Danish keyboard
    Devanagari - INSCRIPT keyboard
    Divehi Phonetic keyboard
    Divehi Typewriter keyboard
    Dutch keyboard
    Estonian keyboard
    Faeroese keyboard
    Farsi keyboard
    Finnish keyboard
    Finnish with Sami keyboard
    French keyboard
    FYRO Macedonian keyboard
    Gaelic keyboard
    Georgian keyboard
    German (IBM) keyboard
    German keyboard
    Greek (220) keyboard
    Greek (220) Latin keyboard
    Greek (319) keyboard
    Greek (319) Latin keyboard
    Greek keyboard
    Greek Latin keyboard
    Greek Polytonic keyboard
    Gujarati keyboard
    Hebrew keyboard
    Hindi Traditional keyboard
    Hungarian 101-key keyboard
    Hungarian keyboard
    Icelandic keyboard
    Irish keyboard
    Italian (142) keyboard
    Italian keyboard
    Japanese Input System (MS-IME2002) keyboard
    Japanese keyboard
    Kannada keyboard
    Kazakh keyboard
    Korean Input System (IME 2000) keyboard
    Korean keyboard
    Kyrgyz Cyrillic keyboard
    Latin American keyboard
    Latvian (QWERTY) keyboard
    Latvian keyboard
    Lithuanian IBM keyboard
    Lithuanian keyboard
    Malayalam keyboard
    Maltese 47-key keyboard
    Maltese 48-key keyboard
    Maori keyboard
    Marathi keyboard
    Mongolian Cyrillic keyboard
    Norwegian keyboard
    Norwegian with Sami keyboard
    Polish (214) keyboard
    Polish (Programmers) keyboard
    Portuguese (Brazilian ABNT) keyboard
    Portuguese (Brazilian ABNT2) keyboard
    Portuguese keyboard
    Punjabi keyboard
    Romanian keyboard
    Russian (Typewriter) keyboard
    Russian keyboard
    Sami Extended Finland-Sweden keyboard
    Sami Extended Norway keyboard
    Serbian (Cyrillic) keyboard
    Serbian (Latin) keyboard
    Slovak (QWERTY) keyboard
    Slovak keyboard
    Slovenian keyboard
    Spanish keyboard
    Spanish Variation keyboard
    Swedish keyboard
    Swedish with Sami keyboard
    Swiss French keyboard
    Swiss German keyboard
    Syriac keyboard
    Syriac Phonetic keyboard
    Tamil keyboard
    Tatar keyboard
    Telugu keyboard
    Thai Kedmanee (non-ShiftLock) keyboard
    Thai Kedmanee keyboard
    Thai Pattachote (non-ShiftLock) keyboard
    Thai Pattachote keyboard
    Turkish F keyboard
    Turkish Q keyboard
    Ukrainian keyboard
    United Kingdom Extended keyboard
    United Kingdom keyboard
    United States-Dvorak for left hand keyboard
    United States-Dvorak for right hand keyboard
    United States-Dvorak keyboard
    United States-International keyboard
    Urdu keyboard
    US English Table for IBM Arabic 238_L keyboard
    Uzbek Cyrillic keyboard
    Vietnamese keyboard
    ;# Languages #
    ;Arabic
    Arabic (Algeria)
    Arabic (Bahrain)
    Arabic (Egypt)
    Arabic (Iraq)
    Arabic (Jordan)
    Arabic (Kuwait)
    Arabic (Lebanon)
    Arabic (Libya)
    Arabic (Morocco)
    Arabic (Oman)
    Arabic (Qatar)
    Arabic (Saudi Arabia)
    Arabic (Syria)
    Arabic (Tunisia)
    Arabic (U.A.E.)
    Arabic (Yemen)
    Divehi (Maldives)
    Syriac (Syria)
    Urdu
    ;Armenian
    Armenian
    ;Baltic
    Estonian
    Latvian
    Lithuanian
    ;Central Europe
    Albanian
    Bosnian (Latin, Bosnia and Herzegovina)
    Croatian
    Croatian (Bosnia and Herzegovina)
    Czech
    Hungarian
    Polish
    Romanian
    Serbian (Latin)
    Serbian (Latin, Bosnia and Herzegovina)
    Slovak
    Slovenian
    ;Cyrillic
    Azeri (Cyrillic)
    Belarusian
    Bulgarian
    FYRO Macedonian
    Kazakh
    Kyrgyz (Kyrgyzstan)
    Mongolian (Mongolia)
    Russian
    Serbian (Cyrillic)
    Serbian (Cyrillic, Bosnia and Herzegovina)
    Tatar
    Ukrainian
    Uzbek (Cyrillic)
    ;Georgian
    Georgian
    ;Greek
    Greek
    ;Hebrew
    Hebrew
    ;Indic
    Bengali (India)
    Gujarati (India)
    Hindi
    Kannada (India)
    Konkani
    Malayalam (India)
    Marathi
    Punjabi (India)
    Sanskrit
    Tamil
    Telugu (India)
    ;Japanese
    Japanese
    ;Korean
    Korean
    ;Simplified Chinese
    Chinese (PRC)
    Chinese (Singapore)
    ;Thai
    Farsi
    Thai
    ;Traditional Chinese
    Chinese (Hong Kong S.A.R.)
    Chinese (Macau S.A.R.)
    Chinese (Taiwan)
    ;Turkic
    Azeri (Latin)
    Turkish
    Uzbek (Latin)
    ;Vietnamese
    Vietnamese
    ;Western Europe and United States
    Afrikaans
    Basque
    Catalan
    Danish
    Dutch (Netherlands)
    English (Australia)
    English (Belize)
    English (Canada)
    English (Caribbean)
    English (Ireland)
    English (Jamaica)
    English (New Zealand)
    English (Philippines)
    English (South Africa)
    English (Trinidad)
    English (Zimbabwe)
    Faeroese
    Finnish
    French (Canada)
    French (France)
    French (Luxembourg)
    French (Monaco)
    French (Switzerland)
    Galician (Spain)
    German (Austria)
    German (Germany)
    German (Liechtenstein)
    German (Luxembourg)
    German (Switzerland)
    Icelandic
    Indonesian
    Italian (Italy)
    Italian (Switzerland)
    Malay (Brunei Darussalam)
    Malay (Malaysia)
    Maltese
    Maori
    Northern Sotho
    Norwegian (Bokmal)
    Norwegian (Nynorsk)
    Portuguese (Brazil)
    Portuguese (Portugal)
    Quechua (Bolivia)
    Quechua (Ecuador)
    Quechua (Peru)
    Sami, Inari (Finland)
    Sami, Lule (Norway)
    Sami, Lule (Sweden)
    Sami, Northern (Finland)
    Sami, Northern (Norway)
    Sami, Northern (Sweden)
    Sami, Skolt (Finland)
    Sami, Southern (Norway)
    Sami, Southern (Sweden)
    Spanish (Argentina)
    Spanish (Bolivia)
    Spanish (Chile)
    Spanish (Colombia)
    Spanish (Costa Rica)
    Spanish (Dominican Republic)
    Spanish (Ecuador)
    Spanish (El Salvador)
    Spanish (Guatemala)
    Spanish (Honduras)
    Spanish (International Sort)
    Spanish (Mexico)
    Spanish (Nicaragua)
    Spanish (Panama)
    Spanish (Paraguay)
    Spanish (Peru)
    Spanish (Puerto Rico)
    Spanish (Traditional Sort)
    Spanish (Uruguay)
    Spanish (Venezuela)
    Swahili
    Swedish
    Swedish (Finland)
    Tswana
    Welsh
    Xhosa
    Zulu
    ;# Multimedia #
    Images and Backgrounds
    Luna desktop theme
    Media Center
    Mouse Cursors
    Movie Maker
    Music Samples
    Old CDPlayer and Sound Recorder
    Speech Support
    Tablet PC
    Windows Sounds
    ;# Network #
    Client for Netware Networks
    Internet Connection Wizard
    MSN Explorer
    Netmeeting
    Network Setup Wizard
    NWLink IPX/SPX/NetBIOS Protocol
    Windows Messenger
    ;# Operating System Options #
    .NET Framework
    Blaster/Nachi removal tool
    Desktop Cleanup Wizard
    Document Templates
    DR Watson
    Search Assistant
    Security Center
    Tour
    ;# Directories #
    DOCS
    SUPPORT
    VALUEADD
    ;# Compatibility #

    [KeepFiles]
    msconfig.exe

    [RemoveFiles]
    clock.avi
    yahoo.bmp
    swtchbrd.bmp

    [Options]
    ClassicSetup
    BlackSetupBack
    ProfilesDir = "%SystemDrive%\Documents and Settings"
    TargetPath = "WINDOWS"
    temp_dir = %USERPROFILE%\Local Settings\Temp
    AdvTweaks
    NoISOPreset

    [Patches]
    TcpIp = 50
    UsbPoll = 250
    DoUxTheme
    DoSFC

    [Services2]

    [Tweaks]
    Boot and Shutdown-Ctrl-Alt-Del at logon-Disabled
    Boot and Shutdown-Logon Page-Classic
    Boot and Shutdown-Numlock-On
    Boot and Shutdown-Status Messages-Extended
    Desktop-Internet Explorer icon-Hide
    Desktop-My Computer icon-Show
    Desktop-My Documents icon-Hide
    Desktop-My Network Places icon-Hide
    Desktop-Recycle Bin icon-Show
    Explorer-Advanced Search: preconfigure options
    Explorer-Classic Control Panel
    Explorer-Disable Autorun
    Explorer-Disable Beep on errors
    Explorer-Disable Prefix: Shortcut to
    Explorer-Launch folder windows in a seperate process
    Explorer-Remove Send To on context menu
    Explorer-Restore previous folder windows at logon
    Explorer-Show Drive Letters in front of Drive Names
    Explorer-Show the full path in the Address Bar
    Explorer-Show the full path in the Title Bar
    Internet Explorer-Disable Download Complete notification
    Internet Explorer-Disable Go Button
    Internet Explorer-Disable Market Place bookmark
    Internet Explorer-Disable Outlook Express link creation
    Internet Explorer-Disable Password-Caching
    Internet Explorer-Enable Google URL-Search
    Internet Explorer-Keep IE URL-History for-20 Days (default)
    Internet Explorer-Set Homepage-www.google.com
    Internet Explorer-Set IE-Cache limit to-20 MB
    Internet Explorer-Set Internet Explorer to accept 10 connects at a time
    My Computer-Add Control Panel
    My Computer-Add Network Connections
    My Computer-Add Recycle Bin
    My Computer-Remove Search from Context Menu
    My Computer-Remove Shared Documents
    Network-Disable administrative shares
    Network-Disable automatic search for network folders and printers
    Network-Disable restoring mapped network drives on logon
    Network-Disable Simple File Sharing
    Network-Hide PC in Workgroups/Domains
    Network-Remote Desktop-Enable
    Performance-Disable Info Tips on Files and Folders
    Performance-Disable Last accessed Timestamp on files
    Performance-Disable Optimize harddisk when idle
    Performance-Disable Tracking of Broken Shortcut Links
    Performance-Disable Warn on low disk space
    Performance-Do not cache thumbnails
    Performance-Enable USB Idle Endpoint support
    Privacy-Disable Driver Update Internet prompt
    Privacy-Disable Error Reporting
    Privacy-Remove Alexa
    Security-Disable Screensaver
    Security-Screensaver Password-Protection-Disabled
    Start Menu-Add Administrative Tools menu
    Start Menu-Clear most recently opened documents list on logoff
    Start Menu-Control Panel-Display as a link
    Start Menu-Disable and remove Documents list from the Start Menu
    Start Menu-Disable Highlight newly installed programs
    Start Menu-Disable popup on first boot
    Start Menu-Do not use Personalized Menus
    Start Menu-My Documents-Don't display this item
    Start Menu-My Music-Don't display this item
    Start Menu-My Network Places-Don't display this item
    Start Menu-My Pictures-Don't display this item
    Start Menu-Number of programs on Start menu-0
    Start Menu-Reduce popup delay
    Start Menu-Remove Help and Support
    Start Menu-Remove Pinned Apps List from Start Panel
    Start Menu-Remove Search For People from Search
    Start Menu-Remove Search the Internet from Search
    Start Menu-Remove Set Program Access and Defaults
    Start Menu-Remove Windows Catalog shortcut
    Start Menu-Remove Windows Update shortcut
    Taskbar-Disable Balloon Tips
    Taskbar-Disable Group similar Taskbar buttons
    Taskbar-Disable Language-Bar
    Taskbar-Lock the Taskbar-Yes
    Visual Effects-Active window tracking-Disable
    Visual Effects-Animate windows when minimizing and maximizing-Disable
    Visual Effects-Combo box animation-Disable
    Visual Effects-Cursor shadow-Disable
    Visual Effects-Fade out selection-Disable
    Visual Effects-Gradient captions in windows-Disable
    Visual Effects-Keyboard shortcut underline-Disable
    Visual Effects-Menu animation-Disable
    Visual Effects-Menu shadows-Disable
    Visual Effects-Show translucent selection rectangle-Enable
    Visual Effects-Show window contents while dragging-Disable
    Visual Effects-Slide taskbar buttons-Disable
    Visual Effects-Smooth-scroll list boxes-Disable
    Visual Effects-Tooltip animation-Disable
    Visual Effects-Use drop shadows for icon labels on the desktop-Disable
    Windows Media Player-Accept Privacy Statement
    Windows Media Player-Disable auto-add music to library
    Windows Media Player-Disable MRU
    Windows Media Player-Disable silent acqusition
    Windows Media Player-Disable starting with Media Guide
    Windows Media Player-Optimize fullscreen mode behavior
    Windows Media Player-Zoom video to windowsize

    [Unattended]
    UnattendMode = 1
    ComputerType = Default
    HibernationNo
    FirewallOff
    OOBEOff
    CustomLocales
    Resolution = 1280x1024
    BitsPerPel = 32 bit (True Color)
    Vrefresh = 75 Hz
    DisableSRestore
    MaximumDataStorePercentOfDisk = 12
    RestorePointLife = 30
    DesktopTheme = VistaCG|Black|Normal
    AutoUpdates = 4
    AutoUDay = 5
    AutoUHour = 15
    AUMinor
    ProgFilesPath = "\Program Files"
    CustomNetwork

    [DesktopThemes]
    E:\@DEV\theme\My Favorite Theme.theme

    [NetAdapter1]
    connname = ""
    macaddress = ""
    ipaddress = "192.168.0.1"
    subnetmask = "255.255.255.0"
    defaultgateway = ""
    dnsserver1 = ""
    dnsserver2 = ""
    winsserver = ""
    netbiossetting = "0"
    ipxnetworknumber = "00000000"
    ipxnetworkframetype = "0xFF"

    [GuiRunOnce]

    [Drivers]

    [Hotfixes]
    E:\@DEV\Image CPC 2008\Cabs 28_03_2007\ProgramAddons MacSound 1.3.2.cab
    E:\@DEV\Image CPC 2008\Cabs 28_03_2007\ProgramAddons_Vista_Sounds.cab
    E:\@DEV\Image CPC 2008\Cabs 28_03_2007\Ricks_VistaLunaLClock_AddOn_v1.6b2.rar
    E:\@DEV\Image CPC 2008\Cabs 28_06_2007\NR_UAPReplace_Addon.cab
    E:\@DEV\Image CPC 2008\Cabs 28_06_2007\WINAMP V5.32_LITE_ADDON.CAB
    E:\@DEV\Image CPC 2008\Cabs 04_10_2007\NR_CursorsAIO_Addon_1.9.rar
    E:\@DEV\Image CPC 2008\Cabs 04_10_2007\odyn1982_AudioUtilities_Addon_v2.5.cab
    E:\#PC Applications\Machine install\nLite_Ryan\Cursor OSX v1.CAB
    E:\#PC Applications\Machine install\nLite_Ryan\IRFanView.cab
    E:\#PC Applications\Machine install\nLite_Ryan\Theme Vista Ultimate.cab
    E:\@DEV\Image CPC 2008\Cabs 04_10_2007\Firefox-2.0.0.7.cab
    E:\@DEV\Image CPC 2008\Cabs 04_10_2007\FoxitReader_2_2_2129.cab
    E:\@DEV\Image CPC 2008\Cabs 04_10_2007\Kels_NotePad++_v4.3_addon.cab
    E:\@DEV\Image CPC 2008\Cabs 04_10_2007\Kels_VistaDriveIndicator_addon_v2.2_uninstallable.CAB
    E:\@DEV\Image CPC 2008\Cabs 04_10_2007\mediaplayerclassic-6491.cab
    E:\@DEV\Image CPC 2008\Cabs 04_10_2007\MrsP_NetMeter_Addon_v1.1.3-070815.cab
    E:\@DEV\Image CPC 2008\Cabs 04_10_2007\MrsP_PowerOff_Addon_v3.0.2.0b-070826.cab
    E:\@DEV\Image CPC 2008\Cabs 04_10_2007\ProgramAddons_SyncBackSE_4.2.3.1.cab
    E:\@DEV\Image CPC 2008\Cabs 04_10_2007\Ricks_RapGet1.39_AddOn.rar
    E:\@DEV\Image CPC 2008\Cabs 04_10_2007\ultraiso_863.cab
    E:\@DEV\Image CPC 2008\Cabs 04_10_2007\Kels_Runtimes_addon_v3.3.CAB
    E:\@DEV\Image CPC 2008\Cabs 04_10_2007\winrar_371.cab
    E:\@DEV\Image CPC 2008\Cabs 04_10_2007\Zoom_Player_WMV_Pro.cab
    E:\@DEV\Image CPC 2008\Cabs 04_10_2007\ProgramAddons_Java_Runtime_Environment_6_.cab
    E:\@DEV\Image CPC 2008\Cabs 04_10_2007\AMSN_V0.96_ADDON.CAB
    E:\@DEV\Image CPC 2008\Cabs 04_10_2007\AMSN_MSNLIVESKIN_ADDON.CAB
    E:\@DEV\Image CPC 2008\Cabs 04_10_2007\qta176lite.cab
    E:\@DEV\Image CPC 2008\Cabs 04_10_2007\ProgramAddons Real Alternative 1.60.cab
    E:\@DEV\Image CPC 2008\Cabs 04_10_2007\RVMUpdatePack2.1.11.7z
    E:\@DEV\Image CPC 2008\Cabs 04_10_2007\RUPUpdates-2.1.11.13-Addon.7z
    E:\@DEV\Image CPC 2008\Cabs 19_06_2007\RVMAddonsWMP10_3.1a.7z
    E:\@DEV\Image CPC 2008\Cabs 28_03_2007\RVM_HDAinf_ReplaceAddon.7z
    E:\@DEV\Image CPC 2008\Cabs 04_10_2007\Kels_CPLBonus_addon_v6.5.CAB
    E:\@DEV\Image CPC 2008\Cabs 04_10_2007\ProgramAddons Internet Explorer 7.0.5730.13.cab

  12. I've got a big problem. I made several nlite unattended cd's and each time a problem was solved. Now that I have just one more problem I could not find a resolution for it.

    Thanks for helping me if you can

    Each time my install is done I've got this stupid wizard that launches each time. What do I have to do to stop it?

    This is my winnt.sif file;

    ; Generated by nLite 1.3.5

    [Data]
    AutomaticUpdates="No"
    Autopartition=0
    MsDosInitiated=0
    UnattendedInstall="Yes"

    [Unattended]
    UnattendMode=FullUnattended
    UnattendSwitch="No"
    OemPreinstall="Yes"
    OemSkipEula="Yes"
    FileSystem=*
    WaitForReboot="No"
    NoWaitAfterTextMode=1
    NoWaitAfterGUIMode=1
    DriverSigningPolicy=Ignore
    NonDriverSigningPolicy=Ignore
    Hibernation="No"

    [Display]
    Xresolution=1280
    Yresolution=1024
    BitsPerPel=32
    Vrefresh=75

    [SystemRestore]
    DisableSR=1
    CreateFirstRunRp=0

    [GuiUnattended]
    AdminPassword="bambam"
    TimeZone=105
    OEMSkipRegional=1
    OemSkipWelcome=1

    [Shell]
    CustomDefaultThemeFile="%WinDir%\Resources\Themes\My Favorite Theme.theme"

    [Components]

    [UserData]
    ProductKey="oulboulou"
    ComputerName=Bionex
    FullName="Loemek"
    OrgName="Biotech"

    [RegionalSettings]
    LanguageGroup=1
    SystemLocale="0409"
    UserLocale="0409"
    UserLocale_DefaultUser="0409"
    InputLocale="0409:00000813"
    InputLocale_DefaultUser="0409:00000813"

    [Networking]
    InstallDefaultComponents="No"

    [NetClients]
    MS_MSClient=params.MS_MSClient

    [NetServices]
    MS_SERVER=params.MS_SERVER
    MS_PSched=params.MS_PSched

    [NetProtocols]
    MS_TCPIP=params.MS_TCPIP

    [params.MS_TCPIP]
    AdapterSections=params.MS_TCPIP.Adapter1

    [NetAdapters]
    Adapter1=params.Adapter1

    [params.Adapter1]

    [params.MS_TCPIP.Adapter1]
    SpecificTo=Adapter1
    IPAddress=192.168.0.1
    DHCP="No"
    SubnetMask=255.255.255.0

    WINS="No"
    NetBIOSOptions=0

    [WindowsFirewall]
    Profiles=WindowsFirewall.TurnOffFirewall

    [WindowsFirewall.TurnOffFirewall]
    Mode=0

    [Identification]
    JoinWorkgroup="WORKGROUP"

    post-93882-1192089332_thumb.jpg

    post-93882-1192089342_thumb.jpg

    post-93882-1192089347_thumb.jpg

    post-93882-1192089352_thumb.jpg

  13. Hi there,

    I've had a superunattented install with driver installations and some other stuff but with that WPI I'm a bit unsecure after several tries.

    I've got some questions now such as:

    • How to integrate an easy updatable driver folder with subfolders in it with WPI?
    • How can I execute vbs scripts, cmd command (batch files) and registry keys (I saw that we can launch a registry file before and after execution of an Command1, command2,... but is it all?)
    • When I create a new category like 'Finance' and 'Marketing' the boxes aren't automatically selected thereunder. Is it a bug or not? When I choose the category Application or Drivers everything under is selected automatically

×
×
  • Create New...