Jump to content

djbazo

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by djbazo

  1. Hey Al, I solved it with the following config: setupcomplete.cmd 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:\sources\install.wim set CDROM=%%i: copy %cdrom%\WPI\WPIRUN.cmd "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup" /Y del %0 WPIRUN.cmd 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:\sources\install.wim set CDROM=%%i: REG add "HKCU\Software\Microsoft\Internet Explorer\Download" /v "CheckExeSignatures" /d "no" /f REG add "HKCU\Software\Microsoft\Internet Explorer\Download" /v "RunInvalidSignatures" /t "REG_DWORD" /d 1 /f REG add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments" /v "SaveZoneInformation" /t "REG_DWORD" /d 1 /f REG add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Associations" /v "LowRiskFileTypes" /d ".cmd;.exe;.hta;" /f reg import %cdrom%\wpi\software\Tools\NetzwerkinstallationEXE.reg regedit /s %cdrom%\wpi\software\Tools\NetzwerkinstallationEXE.reg REM create automatically a networkdrive (works only if the share is not password-protected) PUSHD \\192.168.x.xxx\DEPLOY REM Start WPI and wait until it was closed Start "running WPI..." /Wait WPI\wpi.exe REM removes the networkdrive POPD NetzwerkinstallationEXE.reg Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Associations] "LowRiskFileTypes"=".exe;.cab;.msi;.msu;.cmd;.vbs" [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Attachments] "SaveZoneInformation"=dword:1 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download] "CheckExeSignatures"="no" "RunInvalidSignatures"=dword:1 thanks!
  2. Hi Al, thanks for your reply - i tried it with your syntax but it doesnt work - still the same issue Windows installs fine, then it comes the first start - "preparing for first use" and "checking video performance" and then it freeze. after i step over with ALT + F4 windows loads but it seems that setupcomplete.cmd doesnt run.
  3. Hello, i have the same problem, but only if i want to install WPI over a network share. WPI on my DVD/USB works fine. How does your "setupcomplete.cmd" looks like, can you post it? here is my "setupcomplete.cmd" wich doesnt work to install wpi from network share: reg add "HKLM\System\CurrentControlSet\Control\Network\NetworkLocationWizard" /v HideWizard /t REG_DWORD /d 00000001 /f net use Z: \\192.168.x.xxx\DEPLOY Start z:\WPI\wpi.exe I tried also to connect via Net Use with Username and Password, but no change - same freeze. When i run WPI from DVD/USB with the following "setupcomlete.cmd" it works fine. 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:\sources\install.wim set CDROM=%%i: reg add "HKLM\System\CurrentControlSet\Control\Network\NetworkLocationWizard" /v HideWizard /t REG_DWORD /d 00000001 /f Start %cdrom%\WPI\wpi.exe del %0 Thanks for your help
  4. Hello all, I try to Install Windows 7 Prof. via DVD and want to get WPI Installation over Network I added and modified "setupcomplete.cmd" to "sources\$oem$\$$\setup\scripts" on the Windows 7 DVD. Windows installs fine, then it comes the first start - "preparing for first use" and "checking video performance" and then it freeze. here is my "setupcomplete.cmd": reg add "HKLM\System\CurrentControlSet\Control\Network\NetworkLocationWizard" /v HideWizard /t REG_DWORD /d 00000001 /f net use Z: \\192.168.x.xxx\DEPLOY Start z:\WPI\wpi.exe I tried also to connect via Net Use with Username and Password, but no change - same freeze. When i run WPI from DVD with the following "setupcomlete.cmd" it works fine. 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:\sources\install.wim set CDROM=%%i: reg add "HKLM\System\CurrentControlSet\Control\Network\NetworkLocationWizard" /v HideWizard /t REG_DWORD /d 00000001 /f Start %cdrom%\WPI\wpi.exe del %0 Thanks for your help
×
×
  • Create New...