Jump to content

ZEUS__

Member
  • Posts

    195
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Turkey

Everything posted by ZEUS__

  1. I tried it again and I realized something. it didn't give me an error but it seemed that driverpacks finisher and WPI has worked together. here is a screen from my virtual machine. is this true way?
  2. Anyway, I gave a try and it works. @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:\CD.txt SET CDROM=%%i: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /V "Disable Script Debugger" /T "REG_SZ" /D "no" /F REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /V "DisableScriptDebuggerIE" /T "REG_SZ" /D "no" /F for /f "delims=: tokens=1" %%i in ("%~dp0") do set drive=%%i: set wpipath=%drive%\wpi REG ADD %KEY% /V TITLE /D "Uygulamalar Yukleniyor" /f REG ADD %KEY%\001 /VE /D "Driverpacks Finisher" /f REG ADD %KEY%\001 /V 1 /D "%SystemDrive%\DPsFnshr.exe" /f REG ADD %KEY%\010 /V 1 /D "%wpipath%\WPI.hta" /f EXIT
  3. Hi, There was a bug before, so mritter gave this code to use it from load desktop before for WPI. I use it for my DVD.here is; @ECHO OFF REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /V "Disable Script Debugger" /T "REG_SZ" /D "no" /F REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /V "DisableScriptDebuggerIE" /T "REG_SZ" /D "no" /F for /f "delims=: tokens=1" %%i in ("%~dp0") do set drive=%%i: set wpipath=%drive%\wpi SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY%\001 /V 1 /D "%wpipath%\WPI.hta" /f EXIT and now I have read; http://unattended.msfn.org/unattended.xp/ and I changed something on my cd. Now Driverpacks finisher runs from RunOnceEx.cmd. And I have to merge it.. here is my CD's RunOnceEx.cmd; @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:\CD.txt SET CDROM=%%i: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Uygulamalar Yukleniyor" /f REG ADD %KEY%\001 /VE /D "Driverpacks Finisher" /f REG ADD %KEY%\001 /V 1 /D "%SystemDrive%\DPsFnshr.exe" /f REG ADD %KEY%\005 /VE /D "Nero 10 Micro" /f REG ADD %KEY%\005 /V 1 /D "%CDROM%\son_adim\nero10_micro.exe" /f EXIT please could you help me? I have to merge these two files without any issue. I'm confused about here of file about WPI. REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /V "Disable Script Debugger" /T "REG_SZ" /D "no" /F REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /V "DisableScriptDebuggerIE" /T "REG_SZ" /D "no" /F for /f "delims=: tokens=1" %%i in ("%~dp0") do set drive=%%i: set wpipath=%drive%\wpi
  4. Thx for reporting this. The link was correct but the filename was wrong. It was my deployment-script which packages the files, makes automatic-update-check-files, creates change-logs, uploads all files... This script ingored the letter "b" which I use if two updates on the same day. I fixed this script and now the upload appears on the right name. not at all @Mim0.. thanks for your effort. now I downloaded it and I unzip it. I delete my .ini file and re-created but it said the samething as I said before. hfslipfc-100501-100501 was good but hfslipfc-100501-100501b said it again
  5. Hi, Thanks for the info. Yes, you right. After than I re-create my .ini file, It seems ok. added: BTW, this link redirect to home page of freenet.. can you fix it? http://freenet-homepage.de/MisterMoster/hfslip/hfslipfc-100501-100501b.zip
  6. I attached .ini file. ok, thanks for info. I'll test it again on my virtual machine. added. @Mim0, I tried and yes system32 have both of them. Msxml4.dll 4.30.2107.0 Msxml4r.dll 4.30.2100.0 but hfslipc said it's wrong as I described.it may be a bug of hfslipc. hfslipfc.ini
  7. Hi @Mim0, I use your new hfslipc and it said: I use it for a long time. Is there anything, I missed? I want to install msxml 4.. and how can I confirm that after I install xp, msxml services are installed correctly? you know a trick?
  8. so thanks @Mim0.. I had found nearly 40-50 obsolete updates(about ~100mb) in my HF folder when I did use your checker for the first time.. now I use it every month:)
  9. check this topic: http://www.msfn.org/board/hfaao-hfsvcpack-folder-files-t139832-pid-894486.html/page__p__894486__fromsearch__1#entry894486
  10. we waiting for new version @Mim0 don't forget us
  11. could you tell that how you managed it? I have the same problem. I use also 7Customizer_0.4.0a..
  12. thanks, I got it and now made it it seems work.
  13. pfff, maybe I need glasses but isn't the last link pointing to THIS same thread .. Zacam's PatchAddons are NOT compatible with HFSLIP because they involve hex-editing some binaries. You have to use them with the integrator (almost sure that nLite can't handle them correctly) or patch those binaries manually by the information given inside the entries*.ini's. Good luck. oh sorry, absolutely I need not one but need two glasses I think now here is the correct link but @tommyp closed http://www.msfn.org/board/need-pre-modifie...ip-t139852.html yeahh, I think you right..thanks for suggest.. in fact I try to look on .ini files for manually edit, but I confused to edit with ultra edit or win hex cause it's typo; it writes like on ini file; I386\SFC_OS.DLL|5.1.2600.5512|60548|83F89D7508|3BC0EB3290 I understand 5.1.2600.5512 it's dll version, and change hex value from 83 F8 9D 75 08 to 3B C0 EB 32 90 but what is 60548??can you help or I wish it from to zacam on ryanvm?
  14. finally, I found the right way.It tested xp and windows 7. here is; @Echo Off cwnd /HIDE @ start /wait wnp556.exe /S /install=DSRFQ audio=1 video=0 library=0 taskkill.exe /F /IM winamp.exe taskkill.exe /F /IM winampa.exe REGEDIT /S winamp.reg md "%programfiles%\Winamp\Skins" md "%programfiles%\Winamp\Plugins" xcopy "Skins\*.*" "%programfiles%\Winamp\Skins" /i /s /e /r /v /f /c /h /y /q xcopy "Plugins\*.*" "%programfiles%\Winamp\Plugins" /i /s /e /r /v /f /c /h /y /q del "%programfiles%\Winamp\Plugins\gen_msn7.dll" /f /q "%programfiles%\Winamp\eMusic\Uninst-eMusic-promotion.exe" /S "%programfiles%\Winamp Toolbar\uninstall.exe" /S taskkill.exe /F /IM OrbTray.exe "%programfiles%\Winamp Remote\uninstall.exe" /S ver | find "5.1" > nul if %ERRORLEVEL% == 0 goto ver_xp ver | find "6.0" > nul if %ERRORLEVEL% == 0 goto ver_vista ver | find "6.1" > nul if %ERRORLEVEL% == 0 goto ver_7 echo Machine undetermined. goto exit :ver_xp REM :Run Windows XP-specific commands here. REM echo Windows XP md "%systemdrive%\Documents and Settings\Default User\Application Data\Winamp" xcopy "winamp.ini" "%systemdrive%\Documents and Settings\Default User\Application Data\Winamp" /i /s /e /r /v /f /c /h /y /q xcopy "winamp.ini" "%userprofile%\Application Data\Winamp" /e /h /y goto exit :ver_vista REM :Run Windows 2000-specific commands here. REM echo Windows vista md "%systemdrive%\Users\Default\AppData\Roaming\Winamp" xcopy "winamp.ini" "%systemdrive%\Users\Default\AppData\Roaming\Winamp" /i /s /e /r /v /f /c /h /y /q xcopy "winamp.ini" "%userprofile%\AppData\Roaming\Winamp" /e /h /y goto exit :ver_7 REM :Run Windows NT-specific commands here. REM echo Windows win7 md "%systemdrive%\Users\Default\AppData\Roaming\Winamp" xcopy "winamp.ini" "%systemdrive%\Users\Default\AppData\Roaming\Winamp" /i /s /e /r /v /f /c /h /y /q xcopy "winamp.ini" "%userprofile%\AppData\Roaming\Winamp" /e /h /y goto exit :exit EXIT REM @Echo Off REM cwnd /HIDE @ REM start /wait Setup.exe /S /NCRC REM xcopy "add" "%appdata%" /e /h
  15. hi, I install my programs with svcpack.inf. when winamp copy customized winamp.ini to %appdata%\Winamp it hangs on.I try to look with shift+F10 and open command>taskmgr. here is the screen; here is my batch; @Echo Off cwnd /HIDE @ start /wait wnp556.exe /S /install=DSRFQ audio=1 video=0 library=0 taskkill.exe /F /IM winamp.exe taskkill.exe /F /IM winampa.exe REGEDIT /S winamp.reg md "%programfiles%\Winamp\Skins" md "%programfiles%\Winamp\Plugins" xcopy "Skins\*.*" "%programfiles%\Winamp\Skins" /i /s /e /r /v /f /c /h /y /q xcopy "ini\winamp.ini" "%appdata%\Winamp" /i /s /e /r /v /f /c /h /y /q xcopy "Plugins\*.*" "%programfiles%\Winamp\Plugins" /i /s /e /r /v /f /c /h /y /q del "%programfiles%\Winamp\Plugins\gen_msn7.dll" /f /q "%programfiles%\Winamp\eMusic\Uninst-eMusic-promotion.exe" /S "%programfiles%\Winamp Toolbar\uninstall.exe" /S taskkill.exe /F /IM OrbTray.exe "%programfiles%\Winamp Remote\uninstall.exe" /S ver | find "5.1" > nul if %ERRORLEVEL% == 0 goto ver_xp ver | find "6.0" > nul if %ERRORLEVEL% == 0 goto ver_vista ver | find "6.1" > nul if %ERRORLEVEL% == 0 goto ver_7 echo Machine undetermined. goto exit :ver_xp REM :Run Windows XP-specific commands here. REM echo Windows XP md "%systemdrive%\Documents and Settings\Default User\Application Data\Winamp" xcopy "ini\winamp.ini" "%systemdrive%\Documents and Settings\Default User\Application Data\Winamp" /i /s /e /r /v /f /c /h /y /q goto exit :ver_vista REM :Run Windows 2000-specific commands here. REM echo Windows vista md "%systemdrive%\Users\Default\AppData\Roaming\Winamp" xcopy "ini\winamp.ini" "%systemdrive%\Users\Default\AppData\Roaming\Winamp" /i /s /e /r /v /f /c /h /y /q goto exit :ver_7 REM :Run Windows NT-specific commands here. REM echo Windows win7 md "%systemdrive%\Users\Default\AppData\Roaming\Winamp" xcopy "ini\winamp.ini" "%systemdrive%\Users\Default\AppData\Roaming\Winamp" /i /s /e /r /v /f /c /h /y /q goto exit :exit EXIT REM @Echo Off REM cwnd /HIDE @ REM start /wait Setup.exe /S /NCRC REM xcopy "add" "%appdata%" /e /h after it copy skins folder, on here; xcopy "ini\winamp.ini" "%appdata%\Winamp" /i /s /e /r /v /f /c /h /y /q it hangs. what is wrong I don't understand.
  16. @Geej; what am I doing for Turkish language?
  17. hi, in here there are some files but not for SP3. http://unattended.msfn.org/unattended.xp/view/web/68/ nobody have these files?, I used to with n-lite but now I want to use them with HFSLIP on REPLACE folder. thanks in advance
  18. pfff.I need a glass I think.cause these files not .inf only .ini files.I found them in here; http://www.ryanvm.net/forum/viewtopic.php?t=2274 here are which I used; PatchAddon_SFC_OS_v14.7z PatchAddon_TCPIP_100_v14d.7z PatchAddon_UXTHEME_v14a.7z I use sp3 I checked here also; http://unattended.msfn.org/unattended.xp/view/web/68/ but there are not for SP3? ( could anyone help?I don't want to use n-lite for these patches sorry for that but this topic may delete.I opened with corrected subject in here. http://www.msfn.org/board/hfaao-hfsvcpack-...es-t139832.html
  19. hi again, thanks for quick reply.three of them .inf files and packed with .7z..if so I think they will go to HFAAO folder.. cheers.
  20. Hi, I used n-lite for them tweak but now I found add-on for uxtheme, tcp/ip to 100 and for disable sfc.all these three patch files have .7z extension.I have 7za.exe on HFTOOLS folder.on hfslip.org it say use HFSVCPACK but what about HFAAO folder?which folder I use?
  21. yes, it's normal.if you wish you can delete second one.
  22. Hi, there is encode problem with chars Turkish file>lang_tr.js. now: lblProgBarsSkin[lang] = ['Ýþlem çubuðu']; shoul be: lblProgBarsSkin[lang] = ['İşlem çubuğu']; I have face this problem with 7.7.0, not old ones. also language selectbox has bug i think.. I opened optionswizard_languagecombo.js with notepad++ and saved with UTF-8 not UTF-8 without BOM and now it's correct. I attached corrected files. lang_tr.js optionswizard_languagecombo.js
×
×
  • Create New...