Jump to content

Greg00pl

Member
  • Posts

    46
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Poland

Everything posted by Greg00pl

  1. OK I'll try change CDIMAGE.EXE... And maybe I should explain what I tryed to do... I've been tryed to make ISO using nLite and original (untoutch) sources (I found topic where somebody has problem with making ISO, when sources are on different partition then nLite - It doesn't make any difference), i've tested ISO on VMWARE and it doesnt work (the same happend after burning ISO on CD it)... after that I've tryied to make ISO and replace booting image from original WinXP CD - still with no effect... every time just after "Press any key to boot from CD..." computer reboots... I'll try to make ISO after change the iso engine, but if it still won't work i belive that is something wrong with rebuiding files...
  2. Really ? Even that i cannot built working image from untoutch sources ? Every CD/DVD built by me and my friends after "pressing any key" to start installation just reset the computer...
  3. Yeah... the last version didn't work... i cannot built any working CD/DVD... even by rebuilding ISO from untouch sources...
  4. I found out that CD/DVD built by newest verison of nLite cannot be run properly... even without any changes CD won't boot (just building ISO from original sources)... old versions work fine... any ideas ? I try to change boot image by extracting boot image from oryginal CD and adding it to nLite ISO with no results... (sorry for my english... i know it's tragic) EDIT: I'v worked on WinXP SP2 + newest Autopatcher XP...
  5. How to create my own Theme ?? or Which files i need to copy to save my current WinXP theme... i mean MenuStart, Logon, and Visual Style...
  6. Change the value 2 to a number between 1 and 5. This will change the power scheme... But i want to use current power scheme... exported from my windows... How to do this ??
  7. Ekhm... i mean... hm... i does't really know that...
  8. THX What about : in 6 i mean How to make 2cd's unattend xp - only with system install... WPI + reg tweaks i can make on other cd without problems...
  9. OK, but how i can export my (user) Power Scheme ?? About SwapFile... Hm... how should it looks for other values ??
  10. I think it should works... just copy all WPI files on CD and make autostart for wpi.cmd
  11. I think you should use WPI... just put it to CD, and make autorun.ini to start it... - you will have your checkboxes
  12. 1) How i can set size of SwapFile on my unattend cd ?? (minimum 1024Mb max 1024Mb) 2) How to disable hibernation ?? 3) How to disable System restore on all partitions except system partition ??? 4) How to change Power settings (i'v got config file from my windows i just need to set it as default power settings) 5) How i can export files associations to unattend cd ?? 6) Do You know any method to put Unattend XP on 2 or more cd's ?? (installer + drivers + hotfixes = 1GB) (it's important for me, because i haven't dvd in all of my computers - i'v got 5 computers at home ) sry for my english (again) because i lost my dictionary... Edit: One more question how to kill some of the autorun services after installing the programs ??
  13. I decidet to uncompress that and make batch file to install it... @echo off set apinst=%source%\Instalki\allplayer -%source% is patch to cdrom ??? mkdir "%programfiles%\MarBit\ALLPlayer\SKINS\MARBITSKIN1" set allp=%programfiles%\MarBit\ALLPlayer mkdir "%allp%\SKINS\BLUE DRAGON" mkdir "%allp%\SKINS\Digi2" mkdir "%allp%\SKINS\K-PAX" mkdir "%allp%\SKINS\Standard" mkdir "%allp%\LANG" mkdir "%allp%\LIVE\DIVX" mkdir "%allp%\LIVE\DOLBY" mkdir "%allp%\LIVE\INDEO" mkdir "%allp%\LIVE\L3" mkdir "%allp%\LIVE\MPEG2" mkdir "%allp%\LIVE\MPG2" mkdir "%allp%\LIVE\MS\9.0 symul\XP SP1" mkdir "%allp%\LIVE\News" mkdir "%allp%\LIVE\OGG" mkdir "%allp%\LIVE\WM9" mkdir "%allp%\LIVE\XVID" mkdir "%allusersprofile%\Menu Start\Programy\MarBit\ALLPlayer" copy "%apinst%\*.*" "%allp%\" copy "%apinst%\SKINS\MARBITSKIN1\*.*" "%allp%\skins\marbitskin1\" copy "%apinst%\SKINS\BLUE DRAGON\*.*" "%allp%\skins\blue dragon\" copy "%apinst%\SKINS\Digi2\*.*" "%allp%\skins\digi2\" copy "%apinst%\SKINS\K-PAX\*.*" "%allp%\skins\k-pax\" copy "%apinst%\SKINS\Standard\*.*" "%allp%\skins\standard\" copy "%apinst%\LANG\*.*" "%allp%\lang\" copy "%apinst%\LIVE\*.*" "%allp%\live\" copy "%apinst%\LIVE\DIVX\*.*" "%allp%\live\divx\" copy "%apinst%\LIVE\DOLBY\*.*" "%allp%\live\dolby\" copy "%apinst%\LIVE\INDEO\*.*" "%allp%\live\indeo\" copy "%apinst%\LIVE\L3\*.*" "%allp%\live\lc3\" copy "%apinst%\LIVE\MPEG2\*.*" "%allp%\live\mpeg2\" copy "%apinst%\LIVE\MPG2\*.*" "%allp%\live\mpg2\" copy "%apinst%\LIVE\MS\*.*" "%allp%\live\ms\" copy "%apinst%\LIVE\MS\9.0\*.*" "%allp%\live\ms\9.0\" copy "%apinst%\LIVE\MS\9.0 symul\*.*" "%allp%\live\ms\9.0 symul\" copy "%apinst%\LIVE\MS\9.0 symul\XP SP1\*.*" "%allp%\live\ms\9.0 symul\xp sp1\" copy "%apinst%\LIVE\News\*.*" "%allp%\live\news\" copy "%apinst%\LIVE\OGG\*.*" "%allp%\live\ogg\" copy "%apinst%\LIVE\WM9\*.*" "%allp%\live\wm9\" copy "%apinst%\LIVE\XVID\*.*" "%allp%\live\xvid\" regedit /s %apinst%\allplayer.reg copy "%apinst%\ALLPlayer.lnk" "%allusersprofile%\Menu Start\Programy\MarBit\ALLPlayer\" copy "%apinst%\ALLPlayer.lnk" "%allusersprofile%\Pulpit\" exit allplayer.reg includes almost all informations about Allplayer from my registry... one question... can i use %userprofile%, %allusersprofile%, etc. in reg file ?? ekhm... anybody ??
  14. I'm trying to install AllPlayer silently... i can't use switches... but i found out that when i change setup file extension to zip or cab some programs (like PowerArciver) can unpack the setup file... maybe you will know how should look the cmd file for that installer information (cmd which will install it, like oryginal installer)... 1) [CopyFiles.Enu] CopyShared=%InstallPath% CopyAppFiles=%InstallPath% copySystem=%SystemPath% [CopyFiles.Deu] CopyShared=%InstallPath% CopyFilesDeu=%InstallPath% copySystem=%SystemPath% [CopyFiles.Plk] CopyShared=%InstallPath% CopyFilesPlk=%InstallPath% copySystem=%SystemPath% [AddReg] ;AddAppReg=HKLM\SOFTWARE\MarBit\ALLPlayer [Shortcuts.Enu] AppGroupEnu=%AppFolder% icondesktopenu=%Desktop% [Shortcuts.Deu] AppGroupEnu=%AppFolder% icondesktopenu=%Desktop% [Shortcuts.Plk] AppGroupPlk=%AppFolder% icondesktopPlk=%Desktop% [RunApp] ;ALLPlayer.exe=%InstallPath%\ALLPlayer.exe [CopySystem] regsvr32.exe=regsvr32.exe [CopyShared] SKINS\*.*=SKINS\*.* LANG\*.*=LANG\*.* FULLMode.ALL=FULLMode.ALL [CopyAppFiles] ALLPlayer.exe=ALLPlayer.exe [CopyFilesEnu] ALLPlayer.exe=ALLPlayer.exe [CopyFilesDeu] ALLPlayer.exe=ALLPlayer.exe [CopyFilesPlk] ALLPlayer.exe=ALLPlayer.exe [AddAppReg] ;Var1=#1234 ;Subkey\Var3=55 [AppGroupEnu] ALLPlayer V2.2=%InstallPath%\ALLPlayer.exe,,%InstallPath%,,, ALLPlayer Home Page=http://marbit.com.pl/_ENGLISH_/ALLPlayer.htm ALLPlayer Skins=http://www.marbit.com.pl/index.php?module=htmlpages&func=display&pid=11 ;Uninstall %ProgramName%=%Windows%\UnGins.exe,"%InstallPath%\install.log" [AppGroupPlk] ALLPlayer V2.2=%InstallPath%\ALLPlayer.exe,,%InstallPath%,,, Strona Domowa Programu=http://www.marbit.com.pl/index.php?module=htmlpages&func=display&pid=9 Co nowego w programie=http://www.marbit.com.pl/index.php?module=htmlpages&func=display&pid=10 Pytania i odpowiedzi=http://www.marbit.com.pl/modules.php?op=modload&name=FAQ&file=index&myfaq=yes&id_cat=1 Dodatkowe skórki=http://www.marbit.com.pl/index.php?module=htmlpages&func=display&pid=11 Kabelek IR=http://www.marbit.com.pl/index.php?module=htmlpages&func=display&pid=26 [icondesktopenu] ALLPlayer V2.2=%InstallPath%\ALLPlayer.exe,,%InstallPath%,,, [icondesktopPlk] ALLPlayer V2.2=%InstallPath%\ALLPlayer.exe,,%InstallPath%,,, 2) [Config] PreInstallDialogSequence=DLG_LANGUAGE,DLG_DIR,DLG_LICENSE,DLG_START PostInstallDialogSequence= DefaultInstallPath=%ProgramFiles%\MarBit\ALLPlayer Languages=Enu,Plk InsFiles=App LogFile=%InstallPath%\install.log Uninstall=1 CheckAdminRights=0 SupportedOS=9x,nt,xp NeedReboot=0 ExtraDiskSpace= [Display] ShowMainWindow=1 ShowMainTitle=1 ShowDialogTitle=1 ShowFinalDialog=1 GradientTopColor=0 GradientBottomColor=$FF0000 DialogFont=MS Sans Serif,8 MainTitleFont=Times New Roman,30,$FF0000,B MainTitleShadow=1 MainTitleShadowColor=$606060 DialogTitleFont=Tahoma,18,$5C5CFF,B DialogTitleShadow=1 DialogTitleShadowColor=$C0C0C0 DialogPosition=1,1 [StaticBitmap] Bitmap1=pp_ALLPlayer.bmp,20,10,3 Bitmap2=pp_ALLPlayer_SKIN.bmp,20,20,2,$FFFFFF [DialogBitmap] DLG_LANGUAGE=marbit1.bmp DLG_LICENSE=marbit1.bmp DLG_WELCOME=marbit1.bmp DLG_README=marbit1.bmp DLG_DIR=marbit1.bmp DLG_START=marbit1.bmp DLG_PROGRESS=marbit1.bmp DLG_FINISH=marbit1.bmp DLG_NOTFINISH=marbit1.bmp DLG_REBOOT=marbit1.bmp [Variables] MainTitle=ALLPlayer V2.2.7 ProgramName=ALLPlayer V2.2 InstallPath=%ProgramFiles%\MarBit\ALLPlayer SystemPath=%System% ProgramGroup=MarBit AppFolder=%ProgramsMenu%\%ProgramGroup%\ALLPlayer [FileInfo] regsvr32.exe=10000,5.0.2134.1,'' FULLMode.all=0,,'' ALLPlayer.exe=1954816,2.2.7.0,'' LANG\english.lng=13003,,'' LANG\Croatian.lng=12439,,'' SKINS\K-PAX\Background.bmp=178614,,'' SKINS\K-PAX\BBack_GlyphDisable.bmp=1194,,'' SKINS\K-PAX\BBack_GlyphDown.bmp=1194,,'' SKINS\K-PAX\BBack_GlyphUp.bmp=1194,,'' SKINS\K-PAX\BFunction_GlyphDown.bmp=990,,'' SKINS\K-PAX\BFunction_GlyphUp.bmp=990,,'' SKINS\K-PAX\BNext_GlyphOver.bmp=654,,'' SKINS\K-PAX\BNext_GlyphUp.bmp=654,,'' SKINS\K-PAX\BPause_GlyphDisable.bmp=1194,,'' SKINS\K-PAX\BPause_GlyphDown.bmp=1194,,'' SKINS\K-PAX\BPause_GlyphUp.bmp=1194,,'' SKINS\K-PAX\BPlay_GlyphDisable.bmp=2354,,'' SKINS\K-PAX\BPlay_GlyphDown.bmp=2354,,'' SKINS\K-PAX\BPlay_GlyphUp.bmp=2354,,'' SKINS\K-PAX\BPrev_GlyphDown.bmp=654,,'' SKINS\K-PAX\BPrev_GlyphUp.bmp=654,,'' SKINS\K-PAX\BRepeat_GlyphDown.bmp=990,,'' SKINS\K-PAX\BRepeat_GlyphUp.bmp=990,,'' SKINS\K-PAX\BStep_GlyphDisable.bmp=1194,,'' SKINS\K-PAX\BStep_GlyphDown.bmp=1194,,'' SKINS\K-PAX\BStep_GlyphUp.bmp=1194,,'' SKINS\K-PAX\BStop_GlyphDisable.bmp=1194,,'' SKINS\K-PAX\BStop_GlyphDown.bmp=1194,,'' SKINS\K-PAX\BStop_GlyphUp.bmp=1194,,'' SKINS\K-PAX\Button16x9_GlyphDown.bmp=450,,'' SKINS\K-PAX\Button16x9_GlyphOver.bmp=318,,'' SKINS\K-PAX\Button4x3_GlyphDown.bmp=450,,'' SKINS\K-PAX\Button4x3_GlyphOver.bmp=318,,'' SKINS\K-PAX\ButtonFullScreen_GlyphOver.bmp=870,,'' SKINS\K-PAX\ButtonFullScreen_GlyphUp.bmp=870,,'' SKINS\K-PAX\ButtonNormalSize_GlyphDown.bmp=450,,'' SKINS\K-PAX\ButtonNormalSize_GlyphOver.bmp=318,,'' SKINS\K-PAX\ButtonOpen_GlyphDown.bmp=2354,,'' SKINS\K-PAX\ButtonOpen_GlyphUp.bmp=2354,,'' SKINS\K-PAX\ButtonOpenTXT_GlyphDown.bmp=990,,'' SKINS\K-PAX\ButtonOpenTXT_GlyphUp.bmp=990,,'' SKINS\K-PAX\ButtonPanScan_GlyphDown.bmp=450,,'' SKINS\K-PAX\ButtonPanScan_GlyphOver.bmp=450,,'' SKINS\K-PAX\ButtonPlayList_GlyphDown.bmp=1334,,'' SKINS\K-PAX\ButtonPlayList_GlyphUp.bmp=1334,,'' SKINS\K-PAX\ButtonSetup_GlyphDown.bmp=450,,'' SKINS\K-PAX\ButtonSetup_GlyphOver.bmp=450,,'' SKINS\K-PAX\ButtonSnapShot_GlyphDown.bmp=450,,'' SKINS\K-PAX\ButtonSnapShot_GlyphOver.bmp=318,,'' SKINS\K-PAX\ButtonVolume_GlyphDisable.bmp=990,,'' SKINS\K-PAX\ButtonVolume_GlyphDown.bmp=990,,'' SKINS\K-PAX\ButtonVolume_GlyphUp.bmp=990,,'' SKINS\K-PAX\CaptionClose_GlyphDown.bmp=990,,'' SKINS\K-PAX\CaptionClose_GlyphOver.bmp=990,,'' SKINS\K-PAX\CaptionClose_GlyphUp.bmp=990,,'' SKINS\K-PAX\CaptionMin_GlyphDown.bmp=990,,'' SKINS\K-PAX\CaptionMin_GlyphOver.bmp=990,,'' SKINS\K-PAX\CaptionMin_GlyphUp.bmp=990,,'' SKINS\K-PAX\CaptionSzpilka_GlyphDown.bmp=990,,'' SKINS\K-PAX\CaptionSzpilka_GlyphUp.bmp=990,,'' SKINS\K-PAX\FullScreenResize_GlyphOver.bmp=870,,'' SKINS\K-PAX\FullScreenResize_GlyphUp.bmp=870,,'' SKINS\K-PAX\NapisyCheck_GlyphDisable.bmp=522,,'' SKINS\K-PAX\NapisyCheck_GlyphDown.bmp=522,,'' SKINS\K-PAX\NapisyCheck_GlyphUp.bmp=522,,'' SKINS\K-PAX\skin.all=8289,,'' SKINS\K-PAX\SliderFUN_ImageRuler.bmp=194,,'' SKINS\K-PAX\SliderFUN_ImageThumb.bmp=1006,,'' SKINS\K-PAX\SliderPos_ImageRuler.bmp=306,,'' SKINS\K-PAX\SliderPos_ImageThumb.bmp=774,,'' SKINS\Digi2\BPlay_GlyphUp.bmp=4662,,'' SKINS\Digi2\BPlay_GlyphDown.bmp=4662,,'' SKINS\Digi2\BPlay_GlyphDisable.bmp=4662,,'' SKINS\Digi2\BPause_GlyphUp.bmp=4374,,'' SKINS\Digi2\BPause_GlyphDown.bmp=4374,,'' SKINS\Digi2\BPause_GlyphDisable.bmp=4374,,'' SKINS\Digi2\BStop_GlyphUp.bmp=2550,,'' SKINS\Digi2\BStop_GlyphDown.bmp=2550,,'' SKINS\Digi2\BStop_GlyphDisable.bmp=2550,,'' SKINS\Digi2\BBack_GlyphUp.bmp=3174,,'' SKINS\Digi2\BBack_GlyphDown.bmp=3174,,'' SKINS\Digi2\BBack_GlyphDisable.bmp=3174,,'' SKINS\Digi2\BStep_GlyphUp.bmp=3174,,'' SKINS\Digi2\BStep_GlyphDown.bmp=3174,,'' SKINS\Digi2\BStep_GlyphDisable.bmp=3174,,'' SKINS\Digi2\ButtonOpenTXT_GlyphUp.bmp=2430,,'' SKINS\Digi2\ButtonFullScreen_GlyphUp.bmp=1278,,'' SKINS\Digi2\ButtonPanScan_GlyphUp.bmp=1206,,'' SKINS\Digi2\ButtonDown_GlyphUp.bmp=822,,'' SKINS\Digi2\ButtonUp_GlyphUp.bmp=822,,'' SKINS\Digi2\ButtonOpen_GlyphUp.bmp=2298,,'' SKINS\Digi2\BNext_GlyphUp.bmp=678,,'' SKINS\Digi2\BPrev_GlyphUp.bmp=678,,'' SKINS\Digi2\CaptionClose_GlyphUp.bmp=978,,'' SKINS\Digi2\CaptionMin_GlyphUp.bmp=1022,,'' SKINS\Digi2\CaptionSzpilka_GlyphUp.bmp=1066,,'' SKINS\Digi2\FullScreenResize_GlyphUp.bmp=1206,,'' SKINS\Digi2\ButtonSetup_GlyphUp.bmp=1066,,'' SKINS\Digi2\BRepeat_GlyphUp.bmp=1398,,'' SKINS\Digi2\ButtonPlayList_GlyphUp.bmp=1406,,'' SKINS\Digi2\ButtonVolume_GlyphUp.bmp=1462,,'' SKINS\Digi2\ButtonVolume_GlyphDown.bmp=1462,,'' SKINS\Digi2\NapisyCheck_GlyphDown.bmp=1042,,'' SKINS\Digi2\ButtonFullScrMonitor2_GlyphUp.bmp=822,,'' SKINS\Digi2\SliderPos_ImageRuler.bmp=14874,,'' SKINS\Digi2\SliderPos_ImageThumb.bmp=1250,,'' SKINS\Digi2\SliderFUN_ImageRuler.bmp=2970,,'' SKINS\Digi2\SliderFUN_ImageThumb.bmp=978,,'' SKINS\Digi2\skin.all=8484,,'' SKINS\Digi2\Background.bmp=138454,,'' SKINS\Digi2\ButtonOpenTXT_GlyphDown.bmp=2430,,'' SKINS\Digi2\ButtonOpenTXT_GlyphDisable.bmp=2406,,'' SKINS\Digi2\ButtonFullScreen_GlyphDown.bmp=1278,,'' SKINS\Digi2\ButtonFullScreen_GlyphDisable.bmp=1278,,'' SKINS\Digi2\ButtonPanScan_GlyphDown.bmp=1206,,'' SKINS\Digi2\ButtonPanScan_GlyphDisable.bmp=1206,,'' SKINS\Digi2\ButtonDown_GlyphDown.bmp=822,,'' SKINS\Digi2\ButtonUp_GlyphDown.bmp=822,,'' SKINS\Digi2\ButtonOpen_GlyphDown.bmp=2298,,'' SKINS\Digi2\ButtonOpen_GlyphDisable.bmp=1902,,'' SKINS\Digi2\BNext_GlyphDown.bmp=678,,'' SKINS\Digi2\BNext_GlyphDisable.bmp=678,,'' SKINS\Digi2\BPrev_GlyphDown.bmp=678,,'' SKINS\Digi2\BPrev_GlyphDisable.bmp=678,,'' SKINS\Digi2\BFunction_GlyphUp.bmp=1014,,'' SKINS\Digi2\BFunction_GlyphDown.bmp=1014,,'' SKINS\Digi2\BFunction_GlyphDisable.bmp=1014,,'' SKINS\Digi2\CaptionSzpilka_GlyphDown.bmp=1066,,'' SKINS\Digi2\FullScreenResize_GlyphDown.bmp=1206,,'' SKINS\Digi2\FullScreenResize_GlyphDisable.bmp=1206,,'' SKINS\Digi2\ButtonSetup_GlyphDown.bmp=1066,,'' SKINS\Digi2\ButtonSetup_GlyphDisable.bmp=474,,'' SKINS\Digi2\BRepeat_GlyphDown.bmp=1398,,'' SKINS\Digi2\BRepeat_GlyphDisable.bmp=1398,,'' SKINS\Digi2\ButtonPlayList_GlyphDown.bmp=1406,,'' SKINS\Digi2\BFiltry_GlyphUp.bmp=1462,,'' SKINS\Digi2\BFiltry_GlyphDown.bmp=1462,,'' SKINS\Digi2\BFiltry_GlyphDisable.bmp=3654,,'' SKINS\Digi2\NapisyCheck_GlyphUp.bmp=1042,,'' SKINS\Digi2\ButtonPlayList_GlyphDisable.bmp=1406,,'' SKINS\Digi2\CaptionClose_GlyphDown.bmp=978,,'' SKINS\Digi2\CaptionClose_GlyphOver.bmp=978,,'' SKINS\Digi2\CaptionMin_GlyphDown.bmp=1022,,'' SKINS\Digi2\CaptionMin_GlyphOver.bmp=1022,,'' SKINS\Digi2\CaptionSzpilka_GlyphOver.bmp=1066,,'' SKINS\Digi2\BFiltry_GlyphOver.bmp=1462,,'' SKINS\Digi2\ButtonSetup_GlyphOver.bmp=1066,,'' SKINS\BLUE DRAGON\Background.bmp=202854,,'' SKINS\BLUE DRAGON\BBack_GlyphDown.bmp=1278,,'' SKINS\BLUE DRAGON\BBack_GlyphUp.bmp=1278,,'' SKINS\BLUE DRAGON\BFiltry_GlyphDown.bmp=374,,'' SKINS\BLUE DRAGON\BFiltry_GlyphUp.bmp=374,,'' SKINS\BLUE DRAGON\BFunction_GlyphDown.bmp=374,,'' SKINS\BLUE DRAGON\BFunction_GlyphUp.bmp=374,,'' SKINS\BLUE DRAGON\BNext_GlyphDown.bmp=1638,,'' SKINS\BLUE DRAGON\BNext_GlyphUp.bmp=1638,,'' SKINS\BLUE DRAGON\BPause_GlyphDown.bmp=1278,,'' SKINS\BLUE DRAGON\BPause_GlyphUp.bmp=1278,,'' SKINS\BLUE DRAGON\BPlay_GlyphDown.bmp=1210,,'' SKINS\BLUE DRAGON\BPlay_GlyphUp.bmp=1210,,'' SKINS\BLUE DRAGON\BPrev_GlyphDown.bmp=1566,,'' SKINS\BLUE DRAGON\BPrev_GlyphUp.bmp=1566,,'' SKINS\BLUE DRAGON\BRepeat_GlyphDown.bmp=374,,'' SKINS\BLUE DRAGON\BRepeat_GlyphUp.bmp=374,,'' SKINS\BLUE DRAGON\BStep_GlyphDown.bmp=1350,,'' SKINS\BLUE DRAGON\BStep_GlyphUp.bmp=1350,,'' SKINS\BLUE DRAGON\BStop_GlyphDown.bmp=1278,,'' SKINS\BLUE DRAGON\BStop_GlyphUp.bmp=1278,,'' SKINS\BLUE DRAGON\Button16x9_GlyphDown.bmp=342,,'' SKINS\BLUE DRAGON\Button16x9_GlyphUp.bmp=342,,'' SKINS\BLUE DRAGON\Button4x3_GlyphDown.bmp=342,,'' SKINS\BLUE DRAGON\Button4x3_GlyphUp.bmp=342,,'' SKINS\BLUE DRAGON\ButtonDown_GlyphDown.bmp=630,,'' SKINS\BLUE DRAGON\ButtonDown_GlyphUp.bmp=630,,'' SKINS\BLUE DRAGON\ButtonFullScreen_GlyphDown.bmp=342,,'' SKINS\BLUE DRAGON\ButtonFullScreen_GlyphUp.bmp=342,,'' SKINS\BLUE DRAGON\ButtonFullScrMonitor2_GlyphDown.bmp=342,,'' SKINS\BLUE DRAGON\ButtonFullScrMonitor2_GlyphUp.bmp=342,,'' SKINS\BLUE DRAGON\ButtonHeightDown_GlyphDown.bmp=630,,'' SKINS\BLUE DRAGON\ButtonHeightDown_GlyphUp.bmp=630,,'' SKINS\BLUE DRAGON\ButtonHeightUp_GlyphDown.bmp=630,,'' SKINS\BLUE DRAGON\ButtonHeightUp_GlyphUp.bmp=630,,'' SKINS\BLUE DRAGON\ButtonNormalSize_GlyphDown.bmp=342,,'' SKINS\BLUE DRAGON\ButtonNormalSize_GlyphUp.bmp=342,,'' SKINS\BLUE DRAGON\ButtonOpen_GlyphDown.bmp=2502,,'' SKINS\BLUE DRAGON\ButtonOpen_GlyphUp.bmp=2502,,'' SKINS\BLUE DRAGON\ButtonOpenTXT_GlyphDown.bmp=374,,'' SKINS\BLUE DRAGON\ButtonOpenTXT_GlyphUp.bmp=374,,'' SKINS\BLUE DRAGON\ButtonPanScan_GlyphDown.bmp=342,,'' SKINS\BLUE DRAGON\ButtonPanScan_GlyphUp.bmp=342,,'' SKINS\BLUE DRAGON\ButtonPlayList_GlyphDown.bmp=1206,,'' SKINS\BLUE DRAGON\ButtonPlayList_GlyphUp.bmp=1206,,'' SKINS\BLUE DRAGON\ButtonSetup_GlyphDown.bmp=374,,'' SKINS\BLUE DRAGON\ButtonSetup_GlyphUp.bmp=374,,'' SKINS\BLUE DRAGON\ButtonSnapShot_GlyphDown.bmp=342,,'' SKINS\BLUE DRAGON\ButtonSnapShot_GlyphUp.bmp=342,,'' SKINS\BLUE DRAGON\ButtonUp_GlyphDown.bmp=630,,'' SKINS\BLUE DRAGON\ButtonUp_GlyphUp.bmp=630,,'' SKINS\BLUE DRAGON\ButtonVolume_GlyphDown.bmp=374,,'' SKINS\BLUE DRAGON\ButtonVolume_GlyphUp.bmp=374,,'' SKINS\BLUE DRAGON\CaptionClose_GlyphDown.bmp=774,,'' SKINS\BLUE DRAGON\CaptionClose_GlyphUp.bmp=774,,'' SKINS\BLUE DRAGON\CaptionMin_GlyphDown.bmp=774,,'' SKINS\BLUE DRAGON\CaptionMin_GlyphUp.bmp=774,,'' SKINS\BLUE DRAGON\CaptionSzpilka_GlyphDown.bmp=774,,'' SKINS\BLUE DRAGON\CaptionSzpilka_GlyphUp.bmp=774,,'' SKINS\BLUE DRAGON\FullScreenResize_GlyphDown.bmp=342,,'' SKINS\BLUE DRAGON\FullScreenResize_GlyphUp.bmp=342,,'' SKINS\BLUE DRAGON\NapisyCheck_GlyphDown.bmp=374,,'' SKINS\BLUE DRAGON\NapisyCheck_GlyphUp.bmp=374,,'' SKINS\BLUE DRAGON\skin.all=8422,,'' SKINS\BLUE DRAGON\SliderFUN_ImageRuler.bmp=306,,'' SKINS\BLUE DRAGON\SliderFUN_ImageThumb.bmp=774,,'' SKINS\BLUE DRAGON\SliderPos_ImageRuler.bmp=306,,'' SKINS\BLUE DRAGON\SliderPos_ImageThumb.bmp=774,,'' SKINS\MARBITSKIN1\skin.all=6984,,'' SKINS\MARBITSKIN1\Background.bmp=96566,,'' SKINS\MARBITSKIN1\BBack.bmp=1902,,'' SKINS\MARBITSKIN1\BBack_GlyphDisable.bmp=1646,,'' SKINS\MARBITSKIN1\BBack_GlyphDown.bmp=1646,,'' SKINS\MARBITSKIN1\BBack_GlyphUp.bmp=1902,,'' SKINS\MARBITSKIN1\BNext_GlyphUp.bmp=86,,'' SKINS\MARBITSKIN1\BPause_GlyphDisable.bmp=1646,,'' SKINS\MARBITSKIN1\BPause_GlyphDown.bmp=1646,,'' SKINS\MARBITSKIN1\BPause_GlyphUp.bmp=1894,,'' SKINS\MARBITSKIN1\BPlay_GlyphDisable.bmp=1902,,'' SKINS\MARBITSKIN1\BPlay_GlyphDown.bmp=1646,,'' SKINS\MARBITSKIN1\BPlay_GlyphUp.bmp=1902,,'' SKINS\MARBITSKIN1\BPlayDown.bmp=1854,,'' SKINS\MARBITSKIN1\BPlayUp.bmp=1854,,'' SKINS\MARBITSKIN1\BPrev_GlyphUp.bmp=86,,'' SKINS\MARBITSKIN1\BRepeat_GlyphUp.bmp=334,,'' SKINS\MARBITSKIN1\BStep.bmp=1902,,'' SKINS\MARBITSKIN1\BStep_GlyphDisable.bmp=1646,,'' SKINS\MARBITSKIN1\BStep_GlyphDown.bmp=1646,,'' SKINS\MARBITSKIN1\BStep_GlyphUp.bmp=1902,,'' SKINS\MARBITSKIN1\BStop_GlyphDisable.bmp=1646,,'' SKINS\MARBITSKIN1\BStop_GlyphDown.bmp=1646,,'' SKINS\MARBITSKIN1\BStop_GlyphUp.bmp=1986,,'' SKINS\MARBITSKIN1\ButtonDown_GlyphUp.bmp=822,,'' SKINS\MARBITSKIN1\ButtonFullScreen_GlyphUp.bmp=822,,'' SKINS\MARBITSKIN1\ButtonOpen_GlyphUp.bmp=246,,'' SKINS\MARBITSKIN1\ButtonOpenTXT_GlyphUp.bmp=938,,'' SKINS\MARBITSKIN1\ButtonPanScan_GlyphUp.bmp=822,,'' SKINS\MARBITSKIN1\ButtonPlayList_GlyphUp.bmp=310,,'' SKINS\MARBITSKIN1\ButtonSetup_GlyphUp.bmp=246,,'' SKINS\MARBITSKIN1\ButtonUp_GlyphUp.bmp=822,,'' SKINS\MARBITSKIN1\ButtonVolume_GlyphDown.bmp=822,,'' SKINS\MARBITSKIN1\ButtonVolume_GlyphUp.bmp=1334,,'' SKINS\MARBITSKIN1\CaptionClose_GlyphUp.bmp=190,,'' SKINS\MARBITSKIN1\CaptionMin_GlyphUp.bmp=190,,'' SKINS\MARBITSKIN1\CaptionSzpilka_GlyphUp.bmp=374,,'' SKINS\MARBITSKIN1\FullScreenResize_GlyphUp.bmp=494,,'' SKINS\MARBITSKIN1\SliderPos_ImageRuler.bmp=310,,'' SKINS\MARBITSKIN1\SliderPos_ImageThumb.bmp=1334,,'' SKINS\MARBITSKIN1\SliderFUN_ImageRuler.bmp=374,,'' SKINS\MARBITSKIN1\SliderFUN_ImageThumb.bmp=1098,,'' SKINS\MARBITSKIN1\ButtonFullScrMonitor2_GlyphUp.bmp=822,,'' SKINS\Standard\BPlay_GlyphUp.bmp=1646,,'' SKINS\Standard\BPlay_GlyphDown.bmp=1646,,'' SKINS\Standard\BPlay_GlyphDisable.bmp=1646,,'' SKINS\Standard\BPause_GlyphUp.bmp=1646,,'' SKINS\Standard\BPause_GlyphDown.bmp=1646,,'' SKINS\Standard\BPause_GlyphDisable.bmp=1646,,'' SKINS\Standard\BStop_GlyphUp.bmp=1646,,'' SKINS\Standard\BStop_GlyphDown.bmp=1646,,'' SKINS\Standard\BStop_GlyphDisable.bmp=1646,,'' SKINS\Standard\BBack_GlyphUp.bmp=1646,,'' SKINS\Standard\BBack_GlyphDown.bmp=1646,,'' SKINS\Standard\BBack_GlyphDisable.bmp=1646,,'' SKINS\Standard\BStep_GlyphUp.bmp=1646,,'' SKINS\Standard\BStep_GlyphDown.bmp=1646,,'' SKINS\Standard\BStep_GlyphDisable.bmp=1646,,'' SKINS\Standard\ButtonOpenTXT_GlyphUp.bmp=938,,'' SKINS\Standard\ButtonFullScreen_GlyphUp.bmp=822,,'' SKINS\Standard\ButtonDown_GlyphUp.bmp=822,,'' SKINS\Standard\ButtonUp_GlyphUp.bmp=822,,'' SKINS\Standard\ButtonOpen_GlyphUp.bmp=246,,'' SKINS\Standard\BNext_GlyphUp.bmp=86,,'' SKINS\Standard\BPrev_GlyphUp.bmp=86,,'' SKINS\Standard\CaptionClose_GlyphUp.bmp=306,,'' SKINS\Standard\CaptionMin_GlyphUp.bmp=306,,'' SKINS\Standard\CaptionSzpilka_GlyphUp.bmp=374,,'' SKINS\Standard\CaptionSzpilka_GlyphDown.bmp=266,,'' SKINS\Standard\FullScreenResize_GlyphUp.bmp=494,,'' SKINS\Standard\ButtonSetup_GlyphUp.bmp=246,,'' SKINS\Standard\BRepeat_GlyphUp.bmp=334,,'' SKINS\Standard\ButtonPlayList_GlyphUp.bmp=310,,'' SKINS\Standard\ButtonVolume_GlyphUp.bmp=1334,,'' SKINS\Standard\ButtonVolume_GlyphDown.bmp=822,,'' SKINS\Standard\ButtonFullScrMonitor2_GlyphUp.bmp=822,,'' SKINS\Standard\ButtonPanScan_GlyphUp.bmp=822,,'' SKINS\Standard\NapisyCheck_GlyphDown.bmp=1142,,'' SKINS\Standard\SliderPos_ImageRuler.bmp=310,,'' SKINS\Standard\SliderPos_ImageThumb.bmp=986,,'' SKINS\Standard\SliderFUN_ImageRuler.bmp=374,,'' SKINS\Standard\SliderFUN_ImageThumb.bmp=786,,'' SKINS\Standard\skin.all=7704,,'' SKINS\Standard\Background.bmp=78066,,'' i tried to change display configuration, but PowerArchiver couldn't change it, because it's a solid archive... wrrr... Any suggestions ??
  15. Ekhm... Thanks... I think, I really need to study this guide... so many things... ... i have almost half year for that... until i will go back to University... i'm just out after winter exams...
  16. No... especially when they are from sites like themexp.org... but i want to create my own bootscreen... do you know any program to do it ?? i mean it can be paid... /better free
  17. OK... Hm... Maybe you will know some easy method to get bootscreens from themexp.org, without New.Net and SaveNow ?? I use "/x" switch to uncompress installer to folder... and then from file %exename% or %exefile% i can unpack the bootscreen file... Maybe you know some better method ?? OK... Hm... Maybe you will know some easy method to get bootscreens from themexp.org, without New.Net and SaveNow ?? I use "/x" switch to uncompress installer to folder... and then from file %exename% or %exefile% i can unpack the bootscreen file... Maybe you know how to do it in other way ??
  18. lol thx BTW so why you don't use cmd file to change ntoskrnl ??
  19. I know, but i want to know is my method is good... cause i want to do something like that, but i want to chose my bootscreen everytime when i will install my unattend DVD... You can do it probabely using that: copy %systemdrive%\windows\system32\ntoskrnl.exe %systemdrive%\windows\system32\oldkrl.exe /maybe you should delete old kernel/ del /f /q %systemdrive%\windows\system32\ntoskrnl.exe copy /y %patch_to_your_bootsreen%\yourbootscreen.exe %systemdrive%\windows\system32\ in cmdlines of course...
  20. Wait... maybe i can do it in other way... i will make a html page to chose bootscreen... after cilick on some bootscren on menu it will execute batch... can i use "if errorlevel=" to get sometching like this: if errorlevel=0 echo The ntoskrnl.exe was succesfully changed !!! if errorlevel=1 echo I cannot change ntoskrl.exe...
  21. I prefer this method because i want to make some kind of menu to chose witch bootscreen i want to use... sry for my english... i'm trying witchout dictionary
  22. lol I found some instructions for inf files... it's possible, but the problem is that it was still problem... the whole line was damaged after that... Probabely my english is too weak to understand that
×
×
  • Create New...