Skip to content

Commit 9a25692

Browse files
Release 1.0 Preview 3
+ Reduced Installer & DD size + Improved WFAv7 Tools
1 parent 1389312 commit 9a25692

File tree

4 files changed

+54
-180
lines changed

4 files changed

+54
-180
lines changed

Driver Downloader.bat

Lines changed: 14 additions & 133 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ echo %ESC%[36mC)%ESC%[97m Lumia 1020 AT^&T %ESC%[0m[Will not be used in the Ins
4545
echo %ESC%[36mD)%ESC%[97m Lumia 950
4646
echo %ESC%[36mE)%ESC%[97m Lumia 950 XL
4747
set /p Model=%ESC%[92mDevice%ESC%[92m: %ESC%[0m
48-
if "%model%"=="" goto ChooseDev
48+
if "%Model%"=="" goto ChooseDev
4949
::------------------------------------------------------------------
5050
set SVNLoc="%~dp0\Files\DownloaderFiles\svn"
5151
set WGETLoc="%~dp0\Files\DownloaderFiles\wget"
@@ -60,7 +60,7 @@ if not exist Drivers\ mkdir Drivers
6060
cd Drivers\
6161
if not exist README.md %WGETLoc% https://raw.githubusercontent.com/WOA-Project/Lumia-Drivers/master/README.md
6262
title Downloading Drivers ...
63-
if %Model%==1 (
63+
if "%Model%"=="1" (
6464
if exist Lumia930\ goto OldExist
6565
%WGETLoc% https://raw.githubusercontent.com/WOA-Project/Lumia-Drivers/master/definitions/930.txt
6666
title Downloading Drivers ...
@@ -71,7 +71,7 @@ if %Model%==1 (
7171
)
7272
del 930.txt
7373
)
74-
if %Model%==2 (
74+
if "%Model%"=="2" (
7575
if exist LumiaIcon\ goto OldExist
7676
%WGETLoc% https://raw.githubusercontent.com/WOA-Project/Lumia-Drivers/master/definitions/icon.txt
7777
title Downloading Drivers ...
@@ -82,7 +82,7 @@ if %Model%==2 (
8282
)
8383
del icon.txt
8484
)
85-
if %Model%==3 (
85+
if "%Model%"=="3" (
8686
if exist Lumia1520\ goto OldExist
8787
%WGETLoc% https://raw.githubusercontent.com/WOA-Project/Lumia-Drivers/master/definitions/1520upsidedown.txt
8888
title Downloading Drivers ...
@@ -93,7 +93,7 @@ if %Model%==3 (
9393
)
9494
del 1520upsidedown.txt
9595
)
96-
if %Model%==4 (
96+
if "%Model%"=="4" (
9797
if exist Lumia1520-AT^&T\ goto OldExist
9898
%WGETLoc% https://raw.githubusercontent.com/WOA-Project/Lumia-Drivers/master/definitions/1520attupsidedown.txt
9999
title Downloading Drivers ...
@@ -104,7 +104,7 @@ if %Model%==4 (
104104
)
105105
del 1520attupsidedown.txt
106106
)
107-
if %Model%==5 (
107+
if "%Model%"=="5" (
108108
if exist Lumia830\ goto OldExist
109109
%WGETLoc% https://raw.githubusercontent.com/WOA-Project/Lumia-Drivers/master/definitions/830.txt
110110
title Downloading Drivers ...
@@ -115,7 +115,7 @@ if %Model%==5 (
115115
)
116116
del 830.txt
117117
)
118-
if %Model%==6 (
118+
if "%Model%"=="6" (
119119
if exist Lumia735\ goto OldExist
120120
%WGETLoc% https://raw.githubusercontent.com/WOA-Project/Lumia-Drivers/master/definitions/735.txt
121121
title Downloading Drivers ...
@@ -126,7 +126,7 @@ if %Model%==6 (
126126
)
127127
del 735.txt
128128
)
129-
if %Model%==7 (
129+
if "%Model%"=="7" (
130130
if exist Lumia640XL\ goto OldExist
131131
%WGETLoc% https://raw.githubusercontent.com/WOA-Project/Lumia-Drivers/master/definitions/640xl.txt
132132
title Downloading Drivers ...
@@ -137,7 +137,7 @@ if %Model%==7 (
137137
)
138138
del 640xl.txt
139139
)
140-
if %Model%==8 (
140+
if "%Model%"=="8" (
141141
if exist Lumia640XL-AT^&T\ goto OldExist
142142
%WGETLoc% https://raw.githubusercontent.com/WOA-Project/Lumia-Drivers/master/definitions/640xlatt.txt
143143
title Downloading Drivers ...
@@ -148,7 +148,7 @@ if %Model%==8 (
148148
)
149149
del 640xlatt.txt
150150
)
151-
if %Model%==A (
151+
if /I "%Model%"=="A" (
152152
if exist Lumia920\ goto OldExist
153153
%WGETLoc% https://raw.githubusercontent.com/WOA-Project/Lumia-Drivers/master/definitions/920.txt
154154
title Downloading Drivers ...
@@ -159,7 +159,7 @@ if %Model%==A (
159159
)
160160
del 920.txt
161161
)
162-
if %Model%==B (
162+
if /I "%Model%"=="B" (
163163
if exist Lumia1020\ goto OldExist
164164
%WGETLoc% https://raw.githubusercontent.com/WOA-Project/Lumia-Drivers/master/definitions/1020.txt
165165
title Downloading Drivers ...
@@ -170,7 +170,7 @@ if %Model%==B (
170170
)
171171
del 1020.txt
172172
)
173-
if %Model%==C (
173+
if /I "%Model%"=="C" (
174174
if exist Lumia1020-AT^&T\ goto OldExist
175175
%WGETLoc% https://raw.githubusercontent.com/WOA-Project/Lumia-Drivers/master/definitions/1020att.txt
176176
title Downloading Drivers ...
@@ -181,108 +181,7 @@ if %Model%==C (
181181
)
182182
del 1020att.txt
183183
)
184-
if %Model%==a (
185-
if exist Lumia920\ goto OldExist
186-
%WGETLoc% https://raw.githubusercontent.com/WOA-Project/Lumia-Drivers/master/definitions/920.txt
187-
title Downloading Drivers ...
188-
for /F "tokens=*" %%A IN (920.txt) do (
189-
set Drv=%%A
190-
set DrvUrl=!Drv:\=/!
191-
%SVNLoc% export %COMLoc%!DrvUrl! Lumia920!Drv!
192-
)
193-
del 920.txt
194-
)
195-
if %Model%==b (
196-
if exist Lumia1020\ goto OldExist
197-
%WGETLoc% https://raw.githubusercontent.com/WOA-Project/Lumia-Drivers/master/definitions/1020.txt
198-
title Downloading Drivers ...
199-
for /F "tokens=*" %%A IN (1020.txt) do (
200-
set Drv=%%A
201-
set DrvUrl=!Drv:\=/!
202-
%SVNLoc% export %COMLoc%!DrvUrl! Lumia1020!Drv!
203-
)
204-
del 1020.txt
205-
)
206-
if %Model%==c (
207-
if exist Lumia1020-AT^&T\ goto OldExist
208-
%WGETLoc% https://raw.githubusercontent.com/WOA-Project/Lumia-Drivers/master/definitions/1020att.txt
209-
title Downloading Drivers ...
210-
for /F "tokens=*" %%A IN (1020att.txt) do (
211-
set Drv=%%A
212-
set DrvUrl=!Drv:\=/!
213-
%SVNLoc% export %COMLoc%!DrvUrl! Lumia1020-AT^&T!Drv!
214-
)
215-
del 1020att.txt
216-
)
217-
if %Model%==D (
218-
if not exist Lumia950 mkdir Lumia950
219-
if not exist Lumia950\components\ mkdir Lumia950\components\
220-
cd Lumia950\components\
221-
if not exist DEVICE.INPUT.SYNAPTICS_RMI4_F12_10\ %WGETLoc% %ReleaseLoc%DEVICE.INPUT.SYNAPTICS_RMI4_F12_10.zip
222-
if not exist DEVICE.SOC_QC8994.TALKMAN\ %WGETLoc% %ReleaseLoc%DEVICE.SOC_QC8994.TALKMAN.zip
223-
if not exist DEVICE.USB.MMO_USBC\ %WGETLoc% %ReleaseLoc%DEVICE.USB.MMO_USBC.zip
224-
if not exist OEM.SOC_QC8994.MMO\ %WGETLoc% %ReleaseLoc%OEM.SOC_QC8994.MMO.zip
225-
if not exist OEM.SOC_QC8994.MMO_SOC8992\ %WGETLoc% %ReleaseLoc%OEM.SOC_QC8994.MMO_SOC8992.zip
226-
if not exist PLATFORM.SOC_QC8994.BASE\ %WGETLoc% %ReleaseLoc%PLATFORM.SOC_QC8994.BASE.zip
227-
if not exist PLATFORM.SOC_QC8994.MMO\ %WGETLoc% %ReleaseLoc%PLATFORM.SOC_QC8994.MMO.zip
228-
if not exist PLATFORM.SOC_QC8994.SOC8992\ %WGETLoc% %ReleaseLoc%PLATFORM.SOC_QC8994.SOC8992.zip
229-
if not exist PLATFORM.SOC_QC8994.SOC8994AB\ %WGETLoc% %ReleaseLoc%PLATFORM.SOC_QC8994.SOC8994AB.zip
230-
if not exist SUPPORT.DESKTOP.BASE\ %WGETLoc% %ReleaseLoc%SUPPORT.DESKTOP.BASE.zip
231-
if not exist SUPPORT.DESKTOP.EXTRAS\ %WGETLoc% %ReleaseLoc%SUPPORT.DESKTOP.EXTRAS.zip
232-
if not exist SUPPORT.DESKTOP.MMO_EXTRAS\ %WGETLoc% %ReleaseLoc%SUPPORT.DESKTOP.MMO_EXTRAS.zip
233-
if not exist SUPPORT.DESKTOP.MOBILE_BRIDGE\ %WGETLoc% %ReleaseLoc%SUPPORT.DESKTOP.MOBILE_BRIDGE.zip
234-
if not exist SUPPORT.DESKTOP.MOBILE_COMPONENTS\ %WGETLoc% %ReleaseLoc%SUPPORT.DESKTOP.MOBILE_COMPONENTS.zip
235-
if exist DEVICE.INPUT.SYNAPTICS_RMI4_F12_10.zip %SzLoc% x DEVICE.INPUT.SYNAPTICS_RMI4_F12_10.zip DEVICE.INPUT.SYNAPTICS_RMI4_F12_10
236-
if exist DEVICE.SOC_QC8994.TALKMAN.zip %SzLoc% x DEVICE.SOC_QC8994.TALKMAN.zip DEVICE.SOC_QC8994.TALKMAN
237-
if exist DEVICE.USB.MMO_USBC.zip %SzLoc% x DEVICE.USB.MMO_USBC.zip DEVICE.USB.MMO_USBC
238-
if exist OEM.SOC_QC8994.MMO.zip %SzLoc% x OEM.SOC_QC8994.MMO.zip OEM.SOC_QC8994.MMO
239-
if exist OEM.SOC_QC8994.MMO_SOC8992.zip %SzLoc% x OEM.SOC_QC8994.MMO_SOC8992.zip OEM.SOC_QC8994.MMO_SOC8992
240-
if exist PLATFORM.SOC_QC8994.BASE.zip %SzLoc% x PLATFORM.SOC_QC8994.BASE.zip PLATFORM.SOC_QC8994.BASE
241-
if exist PLATFORM.SOC_QC8994.MMO.zip %SzLoc% x PLATFORM.SOC_QC8994.MMO.zip PLATFORM.SOC_QC8994.MMO
242-
if exist PLATFORM.SOC_QC8994.SOC8992.zip %SzLoc% x PLATFORM.SOC_QC8994.SOC8992.zip PLATFORM.SOC_QC8994.SOC8992
243-
if exist PLATFORM.SOC_QC8994.SOC8994AB.zip %SzLoc% x PLATFORM.SOC_QC8994.SOC8994AB.zip PLATFORM.SOC_QC8994.SOC8994AB
244-
if exist SUPPORT.DESKTOP.BASE.zip %SzLoc% x SUPPORT.DESKTOP.BASE.zip SUPPORT.DESKTOP.BASE
245-
if exist SUPPORT.DESKTOP.EXTRAS.zip %SzLoc% x SUPPORT.DESKTOP.EXTRAS.zip SUPPORT.DESKTOP.EXTRAS
246-
if exist SUPPORT.DESKTOP.MMO_EXTRAS.zip %SzLoc% x SUPPORT.DESKTOP.MMO_EXTRAS.zip SUPPORT.DESKTOP.MMO_EXTRAS
247-
if exist SUPPORT.DESKTOP.MOBILE_BRIDGE.zip %SzLoc% x SUPPORT.DESKTOP.MOBILE_BRIDGE.zip SUPPORT.DESKTOP.MOBILE_BRIDGE
248-
if exist SUPPORT.DESKTOP.MOBILE_COMPONENTS.zip %SzLoc% x SUPPORT.DESKTOP.MOBILE_COMPONENTS.zip SUPPORT.DESKTOP.MOBILE_COMPONENTS
249-
del *.zip 2>NUL
250-
)
251-
if %Model%==E (
252-
if not exist Lumia950XL mkdir Lumia950XL
253-
if not exist Lumia950XL\components\ mkdir Lumia950XL\components\
254-
cd Lumia950XL\components\
255-
if not exist DEVICE.INPUT.SYNAPTICS_RMI4_F12_10\ %WGETLoc% %ReleaseLoc%DEVICE.INPUT.SYNAPTICS_RMI4_F12_10.zip
256-
if not exist DEVICE.SOC_QC8994.CITYMAN\ %WGETLoc% %ReleaseLoc%DEVICE.SOC_QC8994.CITYMAN.zip
257-
if not exist DEVICE.USB.MMO_USBC\ %WGETLoc% %ReleaseLoc%DEVICE.USB.MMO_USBC.zip
258-
if not exist OEM.SOC_QC8994.MMO\ %WGETLoc% %ReleaseLoc%OEM.SOC_QC8994.MMO.zip
259-
if not exist OEM.SOC_QC8994.MMO_SOC8994\ %WGETLoc% %ReleaseLoc%OEM.SOC_QC8994.MMO_SOC8994.zip
260-
if not exist PLATFORM.SOC_QC8994.BASE\ %WGETLoc% %ReleaseLoc%PLATFORM.SOC_QC8994.BASE.zip
261-
if not exist PLATFORM.SOC_QC8994.MMO\ %WGETLoc% %ReleaseLoc%PLATFORM.SOC_QC8994.MMO.zip
262-
if not exist PLATFORM.SOC_QC8994.SOC8994\ %WGETLoc% %ReleaseLoc%PLATFORM.SOC_QC8994.SOC8994.zip
263-
if not exist PLATFORM.SOC_QC8994.SOC8994AB\ %WGETLoc% %ReleaseLoc%PLATFORM.SOC_QC8994.SOC8994AB.zip
264-
if not exist SUPPORT.DESKTOP.BASE\ %WGETLoc% %ReleaseLoc%SUPPORT.DESKTOP.BASE.zip
265-
if not exist SUPPORT.DESKTOP.EXTRAS\ %WGETLoc% %ReleaseLoc%SUPPORT.DESKTOP.EXTRAS.zip
266-
if not exist SUPPORT.DESKTOP.MMO_EXTRAS\ %WGETLoc% %ReleaseLoc%SUPPORT.DESKTOP.MMO_EXTRAS.zip
267-
if not exist SUPPORT.DESKTOP.MOBILE_BRIDGE\ %WGETLoc% %ReleaseLoc%SUPPORT.DESKTOP.MOBILE_BRIDGE.zip
268-
if not exist SUPPORT.DESKTOP.MOBILE_COMPONENTS\ %WGETLoc% %ReleaseLoc%SUPPORT.DESKTOP.MOBILE_COMPONENTS.zip
269-
if exist DEVICE.INPUT.SYNAPTICS_RMI4_F12_10.zip %SzLoc% x DEVICE.INPUT.SYNAPTICS_RMI4_F12_10.zip DEVICE.INPUT.SYNAPTICS_RMI4_F12_10
270-
if exist DEVICE.SOC_QC8994.CITYMAN.zip %SzLoc% x DEVICE.SOC_QC8994.CITYMAN.zip DEVICE.SOC_QC8994.CITYMAN
271-
if exist DEVICE.USB.MMO_USBC.zip %SzLoc% x DEVICE.USB.MMO_USBC.zip DEVICE.USB.MMO_USBC
272-
if exist OEM.SOC_QC8994.MMO.zip %SzLoc% x OEM.SOC_QC8994.MMO.zip OEM.SOC_QC8994.MMO
273-
if exist OEM.SOC_QC8994.MMO_SOC8994.zip %SzLoc% x OEM.SOC_QC8994.MMO_SOC8994.zip OEM.SOC_QC8994.MMO_SOC8994
274-
if exist PLATFORM.SOC_QC8994.BASE.zip %SzLoc% x PLATFORM.SOC_QC8994.BASE.zip PLATFORM.SOC_QC8994.BASE
275-
if exist PLATFORM.SOC_QC8994.MMO.zip %SzLoc% x PLATFORM.SOC_QC8994.MMO.zip PLATFORM.SOC_QC8994.MMO
276-
if exist PLATFORM.SOC_QC8994.SOC8994.zip %SzLoc% x PLATFORM.SOC_QC8994.SOC8994.zip PLATFORM.SOC_QC8994.SOC8994
277-
if exist PLATFORM.SOC_QC8994.SOC8994AB.zip %SzLoc% x PLATFORM.SOC_QC8994.SOC8994AB.zip PLATFORM.SOC_QC8994.SOC8994AB
278-
if exist SUPPORT.DESKTOP.BASE.zip %SzLoc% x SUPPORT.DESKTOP.BASE.zip SUPPORT.DESKTOP.BASE
279-
if exist SUPPORT.DESKTOP.EXTRAS.zip %SzLoc% x SUPPORT.DESKTOP.EXTRAS.zip SUPPORT.DESKTOP.EXTRAS
280-
if exist SUPPORT.DESKTOP.MMO_EXTRAS.zip %SzLoc% x SUPPORT.DESKTOP.MMO_EXTRAS.zip SUPPORT.DESKTOP.MMO_EXTRAS
281-
if exist SUPPORT.DESKTOP.MOBILE_BRIDGE.zip %SzLoc% x SUPPORT.DESKTOP.MOBILE_BRIDGE.zip SUPPORT.DESKTOP.MOBILE_BRIDGE
282-
if exist SUPPORT.DESKTOP.MOBILE_COMPONENTS.zip %SzLoc% x SUPPORT.DESKTOP.MOBILE_COMPONENTS.zip SUPPORT.DESKTOP.MOBILE_COMPONENTS
283-
del *.zip 2>NUL
284-
)
285-
if %Model%==d (
184+
if /I "%Model%"=="D" (
286185
if not exist Lumia950 mkdir Lumia950
287186
if not exist Lumia950\components\ mkdir Lumia950\components\
288187
cd Lumia950\components\
@@ -316,7 +215,7 @@ if %Model%==d (
316215
if exist SUPPORT.DESKTOP.MOBILE_COMPONENTS.zip %SzLoc% x SUPPORT.DESKTOP.MOBILE_COMPONENTS.zip SUPPORT.DESKTOP.MOBILE_COMPONENTS
317216
del *.zip 2>NUL
318217
)
319-
if %Model%==e (
218+
if /I "%Model%"=="E" (
320219
if not exist Lumia950XL mkdir Lumia950XL
321220
if not exist Lumia950XL\components\ mkdir Lumia950XL\components\
322221
cd Lumia950XL\components\
@@ -354,24 +253,6 @@ echo.
354253
color 0a
355254
echo Downloading Drivers Done!
356255
pause
357-
if not %model%==1 goto ChooseDev
358-
if not %model%==2 goto ChooseDev
359-
if not %model%==3 goto ChooseDev
360-
if not %model%==4 goto ChooseDev
361-
if not %model%==5 goto ChooseDev
362-
if not %model%==6 goto ChooseDev
363-
if not %model%==7 goto ChooseDev
364-
if not %model%==8 goto ChooseDev
365-
if not %model%==A goto ChooseDev
366-
if not %model%==B goto ChooseDev
367-
if not %model%==C goto ChooseDev
368-
if not %model%==D goto ChooseDev
369-
if not %model%==E goto ChooseDev
370-
if not %model%==a goto ChooseDev
371-
if not %model%==b goto ChooseDev
372-
if not %model%==c goto ChooseDev
373-
if not %model%==d goto ChooseDev
374-
if not %model%==e goto ChooseDev
375256
goto ChooseDev
376257
:OldExist
377258
color 0c

Installer.cmd

Lines changed: 17 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ del Commands.txt
148148
title ERROR!
149149
color 0C
150150
echo ----------------------------------------------------------------
151-
echo Hyper-V is not fully enabled.
151+
echo Hyper-V is not fully enabled or not enabled correctly.
152152
pause
153153
exit
154154

@@ -284,14 +284,10 @@ if %Model%==5 (if not exist Drivers\Lumia1520-AT^&T goto MissingDrivers)
284284
if %Model%==6 (if not exist Drivers\Lumia1520-AT^&T goto MissingDrivers)
285285
if %Model%==7 (if not exist Drivers\Lumia830 goto MissingDrivers)
286286
if %Model%==8 (if not exist Drivers\Lumia735 goto MissingDrivers)
287-
if %Model%==A (if not exist Drivers\Lumia640XL goto MissingDrivers)
288-
if %Model%==B (if not exist Drivers\Lumia640XL-AT^&T goto MissingDrivers)
289-
if %Model%==C (if not exist Drivers\Lumia950 goto MissingDrivers)
290-
if %Model%==d (if not exist Drivers\Lumia950XL goto MissingDrivers)
291-
if %Model%==a (if not exist Drivers\Lumia640XL goto MissingDrivers)
292-
if %Model%==b (if not exist Drivers\Lumia640XL-AT^&T goto MissingDrivers)
293-
if %Model%==c (if not exist Drivers\Lumia950 goto MissingDrivers)
294-
if %Model%==d (if not exist Drivers\Lumia950XL goto MissingDrivers)
287+
if /I %Model%==A (if not exist Drivers\Lumia640XL goto MissingDrivers)
288+
if /I %Model%==B (if not exist Drivers\Lumia640XL-AT^&T goto MissingDrivers)
289+
if /I %Model%==C (if not exist Drivers\Lumia950 goto MissingDrivers)
290+
if /I %Model%==d (if not exist Drivers\Lumia950XL goto MissingDrivers)
295291
if not exist "%~dp0\install.wim" (
296292
echo ----------------------------------------------------------------
297293
echo %ESC%[91mPlace install.wim in the Installer folder and try again.%ESC%[0m
@@ -391,22 +387,18 @@ if %Storage%==32 Powershell -C "Expand-WindowsImage -ImagePath install.wim -Appl
391387
echo.
392388
echo %ESC%[96m[INFO] Installing Drivers ...%ESC%[91m
393389
echo %ESC%[33m[WARN] Error outputs will not be showed here.%ESC%[91m
394-
if %model%==1 Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia930" /Recurse %Logger%
395-
if %model%==2 Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\LumiaIcon" /Recurse %Logger%
396-
if %model%==3 Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia1520" /Recurse %Logger%
397-
if %model%==4 Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia1520" /Recurse %Logger%
398-
if %model%==5 Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia1520-AT^&T" /Recurse %Logger%
399-
if %model%==6 Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia1520-AT^&T" /Recurse %Logger%
400-
if %model%==7 Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia830" /Recurse %Logger%
401-
if %model%==8 Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia735" /Recurse %Logger%
402-
if %model%==A Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia640XL" /Recurse %Logger%
403-
if %model%==B Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia640XL-AT^&T" /Recurse %Logger%
404-
if %model%==C Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia950" /Recurse %Logger%
405-
if %model%==D Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia950XL" /Recurse %Logger%
406-
if %model%==a Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia640XL" /Recurse %Logger%
407-
if %model%==b Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia640XL-AT^&T" /Recurse %Logger%
408-
if %model%==c Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia950" /Recurse %Logger%
409-
if %model%==d Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia950XL" /Recurse %Logger%
390+
if %Model%==1 Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia930" /Recurse %Logger%
391+
if %Model%==2 Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\LumiaIcon" /Recurse %Logger%
392+
if %Model%==3 Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia1520" /Recurse %Logger%
393+
if %Model%==4 Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia1520" /Recurse %Logger%
394+
if %Model%==5 Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia1520-AT^&T" /Recurse %Logger%
395+
if %Model%==6 Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia1520-AT^&T" /Recurse %Logger%
396+
if %Model%==7 Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia830" /Recurse %Logger%
397+
if %Model%==8 Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia735" /Recurse %Logger%
398+
if /I %Model%==A Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia640XL" /Recurse %Logger%
399+
if /I %Model%==B Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia640XL-AT^&T" /Recurse %Logger%
400+
if /I %Model%==C Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia950" /Recurse %Logger%
401+
if /I %Model%==D Dism /Image:N:\ /Add-Driver /Driver:".\Drivers\Lumia950XL" /Recurse %Logger%
410402
::---------------------------------------------------------------
411403
echo ======================================== >>%LogName%
412404
echo.

README.TXT

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,18 @@ THANKS TO:
7979

8080
CHANGELOGS:
8181
- Release 1.0 (R1)
82-
+ Code optimization
83-
+ Correct some spelling mistakes & hard to understand sentences
84-
+ 2X Faster & More accurate Powershell cmdlets check
85-
+ Verbose compatibility check
86-
+ Fixed a lot of bugs in PR 3.9
87-
+ Fixed Installer crashes at the end of installation.
88-
+ Fixed Installer crashes when user enter: & ; ^ > < , | to the Installer.
89-
+ Renamed Installer from Bat to Cmd for correct Errorlevel check.
82+
+ Code optimization (Preview 1 & 2)
83+
+ Correct some spelling mistakes & hard to understand sentences (Preview 1)
84+
+ 2X Faster & More accurate Powershell cmdlets check (Preview 1)
85+
+ Verbose compatibility check (Preview 1)
86+
+ Fixed a lot of bugs in PR 3.9 (Preview 1)
87+
+ Fixed Installer crashes at the end of installation. (Preview 2)
88+
+ Fixed Installer & Driver Downloader crashes when user enters: & ; ^ > < , | (Preview 1 & 3)
89+
+ Renamed Installer from Bat to Cmd for correct Errorlevel check (Preview 1)
90+
+ Reduced Installer & Driver Downloader size (Preview 3)
9091
+ Minor fixes
9192
*KNOWN ISSUES:
92-
+ Installer crashes when user enter " to the Installer.
93+
+ Installer & Driver Downloader crashes when user enter "
9394
- Try and tell me :)
9495
- Proximal Release 3.8 & 3.9 (PR3.8 & 3.9)
9596
+ Added Windows build check

0 commit comments

Comments
 (0)