December 12, 201312 yr I want to integrated MsDaRT 8.1 into boot.wim in windows 8.1 installation media. I modified winpeshl.ini such as [LaunchApp] %SYSTEMDRIVE%\"Program Files\Apoint2K\Apoint.exe" [LaunchApps] %windir%\system32\netstart.exe,-prompt %SYSTEMDRIVE%\setup.exeBut Apoint.exe cannot run. winpeshl.log is2013-12-12 14:14:07.968, Info Windows PE Shell beginning execution2013-12-12 14:14:07.999, Info Beginning PNP initialization.2013-12-12 14:14:07.999, Info Succeeded launching application X:\windows\system32\WallpaperHost.exe [command line: X:\windows\system32\WallpaperHost.exe]2013-12-12 14:14:07.999, Info Winpeshl.ini detected.2013-12-12 14:14:07.999, Info [LaunchApps]: Launching [%windir%\system32\netstart.exe] with argument(s) [-prompt]2013-12-12 14:14:08.046, Info Succeeded launching application (null) [command line: X:\windows\system32\netstart.exe -prompt]2013-12-12 14:14:09.655, Info PNP initialization succeeded.2013-12-12 14:14:09.655, Info PNP Initialization thread terminating.2013-12-12 14:14:10.452, Info [LaunchApps]: Launching [%SYSTEMDRIVE%\setup.exe]2013-12-12 14:14:10.452, Info Succeeded launching application (null) [command line: X:\setup.exe]Who can help me to run Apoint.exe. I try to run it from commandline on winpe, it run successfully.Sorry for my poor English. Thanks for read. Edited December 12, 201312 yr by quanqw
December 12, 201312 yr Put your command line into LaunchApps. The top-level object [LaunchApp] is only for setting environment variables. Since you did not specify an AppPath in LaunchApp, it was ignored.
December 12, 201312 yr %SYSTEMDRIVE%\"Program Files\Apoint2K\Apoint.exe" to%SYSTEMDRIVE%\Program Files\Apoint2K\Apoint.exe or %ProgramFiles%\Apoint2K\Apoint.exe
December 13, 201312 yr Author Put your command line into LaunchApps. The top-level object [LaunchApp] is only for setting environment variables. Since you did not specify an AppPath in LaunchApp, it was ignored.I added it but it reply error: Failed to launch application (null) 0x80070002.
December 13, 201312 yr Author %SYSTEMDRIVE%\"Program Files\Apoint2K\Apoint.exe" to%SYSTEMDRIVE%\Program Files\Apoint2K\Apoint.exe or %ProgramFiles%\Apoint2K\Apoint.exe I will try.
December 14, 201312 yr Author Apoint launched but [LaunchApps]%windir%\system32\netstart.exe,-prompt%SYSTEMDRIVE%\setup.exedon't work. Edited December 14, 201312 yr by quanqw
December 24, 201312 yr Author WinPE doesn't have everything a normal OS has. What is Apoint.exe?It is Dell TouchPad.Now I use Win8.1PE replace boot.wim in windows setup.Thanks for Help from everybody.
December 24, 201312 yr Well I can't see why you'd need that program, but I'd probably use Make_PE3 or WinPESE to determine compatibility for it in a stock PE.
Create an account or sign in to comment