Jump to content

The Black Cloud

Member
  • Posts

    168
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    country-ZZ

Everything posted by The Black Cloud

  1. ok first double click on the file jpfwall.exe the file will extract in the temp folder dont close or complet the installtion thin go to the Temp Directory %temp% you will see folder with name ~BCSelfExt.TMP copy this folder to another place in this folder you will see the file Setup.exe in the command line type Setup.exe /? you will see the silnt switch.
  2. for Arab Members i am making arabic guides for Unattended Windows Here thanks
  3. hi xtremee you can use HEX editor and edit the Original Setup.exe and add your command in the hex editor search to this commad i386\winnt32.exe and add your command
  4. Hello i am making new Unattended Windows site in Arabic any body can understand Arabic and he can help me ? Please PM me The Site thanks
  5. Can we use this method for automatic driver install? i didn't try it on new windows installation we can use Driver Genius to make driver backup EXE file and use /s switch for silent install Download The Guide Thanks
  6. hello first thank you for this very nice program but i want to ask if it is support windows XP X64 thanks again
  7. use this guide http://www.msfn.org/board/index.php?showtopic=39048 or you can use this command mui.msi /qb
  8. Arabic Language lang.js optionswizardtemplate.htm
  9. thank you Xpero i am serching for it from long time
  10. ExeScript is a program that converts batch files (.bat), Visual Basic and Java scripts to executable files (.exe) in less than 30 seconds. It also protects contents of .bat, .vbs and .js files from being changed by other users accidentally or intentionally. In addition, ExeScript hides contents of these files, so they cannot be viewed. This means that all actions are executed by batch files, Visual Basic or Java scripts will remain unknown and cannot be used to crack or reverse-engineer the file. Download
  11. i am writing this guide if you want to make a setup package file without replacing the source files thanks
  12. first meny thanks to flykite this guide for replacing Unattended in-use system files like {shell32.dll or explorer.exe}. download this tools (moveex.exe) Moveex now add this reg key [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager] "AllowProtectedRenames"=dword:00000001 Note: if you dont add this key the files didt repalce then you can use cmd file to replace the file Moveex.exe "%systemroot%\TSH\NewFiles\shell32.dll" "%systemroot%\System32\shell32.dll" then restart the computer i am use a cmd file to replace many files like this Moveex.exe "%systemroot%\TSH\NewFiles\cryptui.dll" "%systemroot%\System32\cryptui.dll" Moveex.exe "%systemroot%\TSH\NewFiles\cscui.dll" "%systemroot%\System32\cscui.dll" Moveex.exe "%systemroot%\TSH\NewFiles\deskadp.dll" "%systemroot%\System32\deskadp.dll" Moveex.exe "%systemroot%\TSH\NewFiles\deskmon.dll" "%systemroot%\System32\deskmon.dll" Moveex.exe "%systemroot%\TSH\NewFiles\deskperf.dll" "%systemroot%\System32\deskperf.dll" Moveex.exe "%systemroot%\TSH\NewFiles\devmgr.dll" "%systemroot%\System32\devmgr.dll" Moveex.exe "%systemroot%\TSH\NewFiles\dpvoice.dll" "%systemroot%\System32\dpvoice.dll" Moveex.exe "%systemroot%\TSH\NewFiles\hnetwiz.dll" "%systemroot%\System32\hnetwiz.dll" Moveex.exe "%systemroot%\TSH\NewFiles\icmui.dll" "%systemroot%\System32\icmui.dll" Moveex.exe "%systemroot%\TSH\NewFiles\ieaksie.dll" "%systemroot%\System32\ieaksie.dll" Moveex.exe "%systemroot%\TSH\NewFiles\inetcplc.dll" "%systemroot%\System32\inetcplc.dll" Moveex.exe "%systemroot%\TSH\NewFiles\msgina.dll" "%systemroot%\System32\msgina.dll" Moveex.exe "%systemroot%\TSH\NewFiles\mshtml.dll" "%systemroot%\System32\mshtml.dll" Moveex.exe "%systemroot%\TSH\NewFiles\msieftp.dll" "%systemroot%\System32\msieftp.dll" Moveex.exe "%systemroot%\TSH\NewFiles\msxml3.dll" "%systemroot%\System32\msxml3.dll" Moveex.exe "%systemroot%\TSH\NewFiles\netshell.dll" "%systemroot%\System32\netshell.dll" Moveex.exe "%systemroot%\TSH\NewFiles\newdev.dll" "%systemroot%\System32\newdev.dll" Moveex.exe "%systemroot%\TSH\NewFiles\occache.dll" "%systemroot%\System32\occache.dll" Moveex.exe "%systemroot%\TSH\NewFiles\photowiz.dll" "%systemroot%\System32\photowiz.dll" Moveex.exe "%systemroot%\TSH\NewFiles\pifmgr.dll" "%systemroot%\System32\pifmgr.dll" Moveex.exe "%systemroot%\TSH\NewFiles\printui.dll" "%systemroot%\System32\printui.dll" Moveex.exe "%systemroot%\TSH\NewFiles\setupapi.dll" "%systemroot%\System32\setupapi.dll" Moveex.exe "%systemroot%\TSH\NewFiles\shdocvw.dll" "%systemroot%\System32\shdocvw.dll" Moveex.exe "%systemroot%\TSH\NewFiles\shell32.dll" "%systemroot%\System32\shell32.dll" Moveex.exe "%systemroot%\TSH\NewFiles\shlwapi.dll" "%systemroot%\System32\shlwapi.dll" Moveex.exe "%systemroot%\TSH\NewFiles\themeui.dll" "%systemroot%\System32\themeui.dll" Moveex.exe "%systemroot%\TSH\NewFiles\webcheck.dll" "%systemroot%\System32\webcheck.dll" Moveex.exe "%systemroot%\TSH\NewFiles\xpsp2res.dll" "%systemroot%\System32\xpsp2res.dll" Moveex.exe "%systemroot%\TSH\NewFiles\zipfldr.dll" "%systemroot%\System32\zipfldr.dll" Moveex.exe "%systemroot%\TSH\NewFiles\explorer.exe" "%systemroot%\explorer.exe" Moveex.exe "%systemroot%\TSH\NewFiles\hh.exe" "%systemroot%\hh.exe" Moveex.exe "%systemroot%\TSH\NewFiles\iexplore.exe" "%programfiles%\Internet Explorer\iexplore.exe" Moveex.exe "%systemroot%\TSH\NewFiles\migwiz.exe" "%systemroot%\System32\usmt\migwiz.exe" Moveex.exe "%systemroot%\TSH\NewFiles\mmc.exe" "%systemroot%\System32\mmc.exe" Moveex.exe "%systemroot%\TSH\NewFiles\mplayer2.exe" "%programfiles%\Windows Media Player\mplayer2.exe" Moveex.exe "%systemroot%\TSH\NewFiles\msconfig.exe" "%systemroot%\pchealth\helpctr\binaries\msconfig.exe" Moveex.exe "%systemroot%\TSH\NewFiles\mspaint.exe" "%systemroot%\System32\mspaint.exe" Moveex.exe "%systemroot%\TSH\NewFiles\regedit.exe" "%systemroot%\regedit.exe" Moveex.exe "%systemroot%\TSH\NewFiles\sndvol32.exe" "%systemroot%\System32\sndvol32.exe" Moveex.exe "%systemroot%\TSH\NewFiles\sysocmgr.exe" "%systemroot%\System32\sysocmgr.exe" Moveex.exe "%systemroot%\TSH\NewFiles\taskmgr.exe" "%systemroot%\System32\taskmgr.exe" Moveex.exe "%systemroot%\TSH\NewFiles\wordpad.exe" "%programfiles%\Windows NT\Accessories\wordpad.exe" Moveex.exe "%systemroot%\TSH\NewFiles\write.exe" "%systemroot%\System32\write.exe" Moveex.exe "%systemroot%\TSH\NewFiles\wscript.exe" "%systemroot%\System32\wscript.exe" Moveex.exe "%systemroot%\TSH\NewFiles\appwiz.cpl" "%systemroot%\System32\appwiz.cpl" Moveex.exe "%systemroot%\TSH\NewFiles\desk.cpl" "%systemroot%\System32\desk.cpl" Moveex.exe "%systemroot%\TSH\NewFiles\hdwwiz.cpl" "%systemroot%\System32\hdwwiz.cpl" Moveex.exe "%systemroot%\TSH\NewFiles\inetcpl.cpl" "%systemroot%\System32\inetcpl.cpl" Moveex.exe "%systemroot%\TSH\NewFiles\main.cpl" "%systemroot%\System32\main.cpl" Moveex.exe "%systemroot%\TSH\NewFiles\mmsys.cpl" "%systemroot%\System32\mmsys.cpl" Moveex.exe "%systemroot%\TSH\NewFiles\sysdm.cpl" "%systemroot%\System32\sysdm.cpl" EXIT i make a setup package like XPize to replace this files thanks
  13. sorry Astalavista don't be angry I said registration not installation thanks
  14. hi 4 all i am sorry i do search how to register WinDVD silently thanks
×
×
  • Create New...