
anti1986
MemberContent Type
Profiles
Forums
Events
Everything posted by anti1986
-
how i can run any application at T39
anti1986 replied to anti1986's topic in Unattended Windows 2000/XP/2003
I know mr. But i need to try it to run """one program"" not more like Wpi or vedio Without using $oem$ Files...... -
how i can run any application at T39
anti1986 replied to anti1986's topic in Unattended Windows 2000/XP/2003
thx but i need to run my programs from cd...without $OEM$ file....? -
????????????????????????????????????????????????????????? HELLO FRIENDS : HOW I CAN RUN ANY APPLICATION AT TIME "T39" OR "T36" ?????????????????????????????????????????????????????????
-
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
-
hello friends ::: the wpi program kill explorer.exe ....How is do that??? is do that with ''taskkill'' or not???
-
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)
-
thank you very much........ i know its very old........
-
AnyBody here???????????
-
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"
-
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""
-
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???
-
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:
-
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::????