|
////////////////////////////////////////////////// //////////////////////////////////
_SUB SEX
BROW Tag,, please specify the SETUP.EXE, EXE
IFEX% Tag%, ENVI @ editbox1 =% Tag%
_END
////////////////////////////////////////////////// //////////////////////////////////
////////////////////////////////////////////////// //////////////////////////////////
_SUB WIM
BROW Tag,, please specify Install.WIM, WIM
IFEX% Tag%, ENVI @ edit box, 2 =% Tag%
_END
////////////////////////////////////////////////// //////////////////////////////////
////////////////////////////////////////////////// //////////////////////////////////
_SUB Setup
ENVI PDrv =% 1% editbox
ENVI WimPath =% 2% editbox
IFEX% PDrv%,! TEAM MESS SETUP.EXE or SETUP.EXE is not specified does not exist! @ Error # ok | EXIT
IFEX% WimPath%,! TEAM MESS or WIM WIM is not specified does not exist! @ Error # ok | EXIT
EXEC% PDrv% / InstallFrom:% WimPath%
_END
////////////////////////////////////////////////// //////////////////////////////////
////////////////////////////////////////////////// //////////////////////////////////
_SUB Subroutine, W416H155, Windows Installation Assistant,, SHELL32.DLL # 46
LABE label1, L15T13W59H16, SETUP.EXE
EDIT editbox1, L75T10W280H20,% CurDir% \ SETUP.EXE,, 0
ITEM button1, L360T8W32H24,>>, CALL SEX,, 0
LABE label2, L5T44W66H16, Install.WIM
EDIT editbox2, L75T41W280H20,,, 0
ITEM button2, L360T40W32H24,>>, CALL WIM,, 0
ITEM button3, L295T77W64H24, installation, CALL Setup,, 0
LABE label3, L8T79W266H26, command description: Setup.exe / InstallFrom: WimPath \ nWimPath specified to be installed. WIM file.
_END
////////////////////////////////////////////////// //////////////////////////////////
////////////////////////////////////////////////// //////////////////////////////////
CALL @ subroutine
////////////////////////////////////////////////// ////////////////////////////////// |
|