Jump to content

anti1986

Member
  • Posts

    24
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Jordan

Everything posted by anti1986

  1. I know mr. But i need to try it to run """one program"" not more like Wpi or vedio Without using $oem$ Files......
  2. thx but i need to run my programs from cd...without $OEM$ file....?
  3. ????????????????????????????????????????????????????????? HELLO FRIENDS : HOW I CAN RUN ANY APPLICATION AT TIME "T39" OR "T36" ?????????????????????????????????????????????????????????
  4. hello friends:: how i can make new Timezone world in xp like vista???? i need to choose it from setup stage!!!!!!
  5. Its not work...... when i tried your code in Svpack stage (setup stage) 1-Netframwork.exe has not work 2- the ""exe"" silent programs not work look what happend with my pc i cant open any program::: i tried to back it normal with this code reg add "HKLM\SYSTEM\Setup" /v "SystemSetupInProgress" /d "1" /f reg add "HKLM\Software\Policies\Microsoft\Windows\Installer" /v "DisableRollback" /d "0" /f reg add "HKCU\Software\Policies\Microsoft\Windows\Installer" /v "DisableRollback" /d "0" /f cant to back normal
  6. i still wait guys ..... he is make it by Autoplay Media Studio but how is start from setup stage????
  7. please look to this file ..... animated file he is Created with AutoPlay Media Studio 7.0 .... but how is make it winntbbu.dll maybe its work like movie........?!? i dont know how he is do this
  8. how i'll do that ..... copy this code to notepad and save it as .reg???? ok...in after that can i change msi program to .exe with WinRaR , and add it to SVCPACK.. it work normaly or not ?
  9. My .NET Framework 2.0 silently can not complete installer from SVCPACK???? When it reaches its final stage of the installation starts to back down, meaning it is not the process of installing the program! Why???? look to photos:::: final stage of installation back down stage of installation
  10. no i think we can ..... soon i'll show you the animated file ...!!!
  11. hello my friend :: How i can make my own "Animated" winntbbu.dll file.......!!!!
  12. hello friends ::: the wpi program kill explorer.exe ....How is do that??? is do that with ''taskkill'' or not???
  13. just to complete my program..........remember when i restart my pc everything back to normal i know there is sulotion for my QUATION?!!
  14. Hi all::: how do I close explorer.exe with a command (cmd) code file what would that code be? (I don't wanna pause it I wanna close it) please help...... like this code @ECHO OFF tskill explorer cd %windir% explorer.exe cls exit but its not enogh to me i would like to be (when i restart my pc everything back to normal)
  15. thank you very much........ i know its very old........
  16. AnyBody here???????????
  17. thanx...................thats not what i need!!!!!!!!!! But the sulotion exist here::::with this code (mywpi.cmd) @ECHO OFF REM Example, how to look for CDROM-drive. Must have a file to identify in its root (like WIN51 or WPI.ico). for %%i in (C 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:\wpi.ico set CDROM=%%i: echo Found CD-Rom as drive %CDROM% REM Determine the WPI startup path. REM if wpi should run off the cd the replace %~dp0 with %cdrom%. set wpipath=%cdrom%\wpi REM Hide this command window. %wpipath%\Tools\cmdow.exe @ /hid REM Force resolution to needed size for wpi interface. --start %wpipath%\Tools\VideoChanger.exe 1280x1024x32@85 -q REM Font installation - the smooth and customizable way. --start /wait %wpipath%\Tools\fonts\fontinstaller.exe REM Calling the Unnatended aAdio Player --Start %wpipath%\Tools\Music\uap2.exe REM Special registry tweak needed. regedit /s "%wpipath%\common\wpi.reg REM Make WPI directory the current directory. for /f "delims=: tokens=1" %%i in ("%wpipath%") do %%i: cd "%wpipath%" REM Start WPI and wait for its end start /wait %windir%\system32\mshta.exe "%CD%\wpi.hta" REM Cleaning up the desktop. del /s/q "%userprofile%\desktop\*.lnk" REM Rebooting the sytem to finalize the installation process. --shutdown.exe -r -f -t 10 -c "WPI will now reboot in 10 sec..." exit :end i need to understand whats does mean every code::::?????????????????????????????? example:: REM Force resolution to needed size for wpi interface. --start %wpipath%\Tools\VideoChanger.exe 1280x1024x32@85 -q other example REM Cleaning up the desktop. del /s/q "%userprofile%\desktop\*.lnk"
  18. thank you!!!! about your question I'll answer you! Do you want your programs to install with NO display whatsoever? yes... Do you want that as your background DURING installation? yes........ The bootscreen you show there comes with the last version of XPize is that what your looking for? abt this question: forget my background just this a sample to show ""NO display whatsoever""
  19. no no ....not have problem !!!!!!!! maybe you dont understand me!!!! just my ask.......how is can wpi program or WPI.cmd do that?????? can't enter to Xp desktop once time just when Wpi finishing install program........i need analysis wpi.cmd code(patch) to understand how???
  20. Can you learn me or anlysis Wpi.cmd code???...... coz i need something like ..... how it can freeze open logon xp to install program????? like this image:
  21. hiiiiiiiiiiiii:::::: how i can start my xplode.exe from winnt.sif file like wpi program ...........after finish my setup windows.........but please step by step with picture::????
×
×
  • Create New...