Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

[TUT] Create your OWN Windows All-In-One(Windows 7,8.1 only)

geobot

Symbianize Angel
Advanced Member
Messages
2,666
Reaction score
4
Points
28
Gagawa po tayo ng sarili nating All-in-One installer ng Windows..

Windows 7 64bit and 32bit in one ISO
Windows 8.1 64bit and 32bit in one ISO

Kailangan natin ito:
1. ISO images of Windows 7 and Windows 8.1
2. Win Toolkit

AIO #1: Windows 7 AIO creation

A. Gawa muna tayo ng mga folders:
Code:
[CENTER][COLOR=#0000ff]win7x86
win7x64[/COLOR][/CENTER]

aio1.png


b. Extract natin ung mga sumusunod:
Code:
[SIZE=3]Extract Windows 7 x86 (32bit) sa win7x86 folder

Extract Windows 7 x64 sa win7x64 folder[/SIZE]

c. Open Win Toolkit..
Go to "Intermediate tab >> Click "All-in-One Disk Creator"

aio2.png


d. Lalabas ung window na yan, click "Browse"

image.png


e. Hanapin mo ung "install.wim" ng win7x86, then select mo un

aio4.png


f. Pareho lang sa previous step. Locate the "install.wim" sa win7x64 folder

aio5.png


g. Pagkatapos makikita mo ung nasa pic. Gayahin ung screenshot, check "Unlock All Editions", then click "Create"

aio6.png



h. Ayan tapos na.. Gawa na tayo ng ISO. Sundan lang ung nasa pic:

aio8.png


bootable.png


image.png


Folder ==> Ung location ng Windows Setup files
ISO Output ==> kung saan mo ise-save ung ISO
Label ==> Label na gusto mong maging name ng DVD
Advanced:
Select
BIOS to boot in Legacy BIOS
Select
UEFI to boot in Mdern BIOS (supported in Windows 8.x)


aio10.png


aio11.png


i. Ganito na ang resulta pagsuccessful ang paggawa:

aio12.png


Kasya na yan sa single-layer DVD (4.7GB)

AIO #2: Windows 8.1 AIO creation
Medyo iba lang sa paggawa ng Windows 8.1 AIO, di pa kasi fully supported ng Toolkit.

a. Gawa muna tayo ng folder sa root ng C: drive, name it win81aio.
Sa loob ng folder na "win81aio", gawa ng subfolders:
32bit, 64bit, ent32bit, ent64bit, wmc32bit, wmc64bit, mount


image.png


b. Extract natin ang mga sumusunod:
Code:
[CENTER]1. Extract [B][COLOR=#ff0000]Windows 8.1 32bit[/COLOR][/B] sa [COLOR=#ff0000]32bit folder[/COLOR]

2. Extract Windows 8.1 64bit "[COLOR=#ff0000]install.wim[/COLOR]" *only* sa [COLOR=#ff0000]64bit folder[/COLOR]

3. Extract Windows 8.1 Enterprise 32bit "[COLOR=#ff0000]install.wim[/COLOR]" *only* sa ent32bit folder

4. Extract Windows 8.1 Enterprise 64bit "[COLOR=#ff0000]install.wim[/COLOR]" *only* sa ent64bit folder
[/CENTER]

c. For WMC creation:
1. Export Pro edition using this command, open CMD admin:
Code:
32bit:
dism /export-image /SourceImageFile:C:\win81aio\32bit\sources\install.wim /sourceIndex:1 /DestinationImageFile:C:\win81aio\wmc32bit\install.wim /DestinationName:"Windows 8.1 ProWMC x86" /compress:maximum

64bit:
[SIZE=3][COLOR=#000000][FONT=Microsoft Sans Serif]dism /export-image /SourceImageFile:C:\win81aio\64bit\install.wim  /sourceIndex:1 /DestinationImageFile:C:\win81aio\wmc64bit\install.wim  /DestinationName:"Windows 8.1 ProWMC x64" /compress:maximum[/FONT][/COLOR][/SIZE]

2. Convert them now into WMC using this commands:

Code:
32bit:
dism /mount-wim /wimfile:C:\win81aio\wmc32bit\install.wim /index:1 /mountdir:C:\win81aio\mount

Dism /Image:C:\win81aio\mount /Set-Edition:ProfessionalWMC

dism /unmount-wim /mountdir:C:\win81aio\mount /commit

imagex /flags "ProfessionalWMC" /info C:\win81aio\wmc32bit\install.wim 1 "Windows 8.1 Pro with Media Center" "Windows 8.1 Pro with Media Center"

64bit:
[SIZE=3][COLOR=#000000][FONT=Microsoft Sans Serif]dism /mount-wim /wimfile:C:\win81aio\wmc64bit\install.wim /index:1 /mountdir:C:\win81aio\mount

Dism /Image:C:\win81aio\mount /Set-Edition:ProfessionalWMC

dism /unmount-wim /mountdir:C:\win81aio\mount /commit[/FONT][/COLOR][/SIZE]

imagex /flags "ProfessionalWMC" /info C:\win81aio\wmc64bit\install.wim 1 "Windows 8.1 Pro with Media Center" "Windows 8.1 Pro with Media Center"

d. Follow step C. through G. ng win7 aio creation for merging the WIM files..

e. After matapos ung letter d, open notepad, then copy and paste this code:
Code:
[CENTER][Channel]
Retail

[VL]
0[/CENTER]

Then save as ei.cfg sa win81aio\32bit\sources
Kailangan yan para hindi maghingi ng Product key during Setup..

f. Pagna-encounter mo ung error na 'to, OK lang yan, punta ka lang sa "sources" then run Setup.exe para matest mo..

win84.png


g. Ganito ang resulta pagsuccessful ung paggawa ng AIO:

win83.png


h. Gayahin lang ung letter h sa AIO #1 kung paano gumawa ng ISO..


Guys, ung "IMAGE SIZE" na nakikita nyo ung size po yan after mo i-install. Hindi yan ung actual size ng ISO..

Don't hesitate to post your comments, questions, suggestions, clarifications about this thread :thumbsup:

Other threads:
[TUT] Create a Windows installer with PREINSTALLED APPS
[TUT] Format your PC WITHOUT using DVD/Flash drive!
Windows 8.1 RTM (DIRECT Links, Skype/KMS Activation)
Windows XP, VISTA, 7, 8.1, Office 2013 ISO Collection
 

Attachments

  • imagex.rar
    245.1 KB · Views: 3,335
Last edited:
Re: [TUT] Create your OWN Windows All-In-One..!

thanks dito sir.. may natutunan nanaman ako :dance:
 
Re: [TUT] Create your OWN Windows All-In-One..!

kasya ba yun kung 4.7 gb lang gagamtin na cd para sa AIO WINDOW 7 at AIO WINDOW 8.1?? pero shalamaz sa sa magandang share tagapasimuno :salute:
 
Re: [TUT] Create your OWN Windows All-In-One..!

thanks dito sir.. may natutunan nanaman ako :dance:

:welcome:
thanks for the comment.

kasya ba yun kung 4.7 gb lang gagamtin na cd para sa AIO WINDOW 7 at AIO WINDOW 8.1?? pero shalamaz sa sa magandang share tagapasimuno :salute:

hindi ata..
nasa 8.something ung size nya.kasama na kasi ung mga updates doon..
baka dual-layer DVD na or BD..
or kung meron kang 16GB na flash drive, pwede mong itry..
pero ung Windows 7 AIO kasya un sa 4.7GB disc

:welcome:
 
Last edited:
Re: [TUT] Create your OWN Windows All-In-One..!

wow ang galing,,, Ts Untoched ba ung 8.1 mo na ISO?? crack lang ang ginawa or modified na ung whole OS??
 
Re: [TUT] Create your OWN Windows All-In-One..!

wow ang galing,,, Ts Untoched ba ung 8.1 mo na ISO?? crack lang ang ginawa or modified na ung whole OS??

Untouched po..
Di ako gumagamit ng mga modded or precrack..
 
Re: [TUT] Create your OWN Windows All-In-One..!

pa BM ts. thanks dito.
 
Re: [TUT] Create your OWN Windows All-In-One..!

Dagdag kaalaman, ts anu bang ibig sabihin ng untouched at hindi naba kailangan ng loader dun sa mga o.s. na link mo

Salamat sa pag share mo laking tulong nito. more power
 
Re: [TUT] Create your OWN Windows All-In-One..!

pa BM ts. thanks dito.

:welcome:

Dagdag kaalaman, ts anu bang ibig sabihin ng untouched at hindi naba kailangan ng loader dun sa mga o.s. na link mo

Salamat sa pag share mo laking tulong nito. more power

Untouched meaning hindi na namodify ung laman ng ISO..
Need mo pa rin i-activate using Loader or MS Toolkit..
Mas OK ung MS Toolkit pwede kasi i-activate ung Office doon.
 
Re: [TUT] Create your OWN Windows All-In-One..!

ts, pwede, pakiupload na rin po nung ginawa nyong windows 8.1 AIO? nakawindows 7 po kasi ako, ehh ang sabi nio po ehh dapat windows 8 ang OS kapag gagawa ng Windows 8.1 AIO, thanks:")

- - - Updated - - -

awww, ngayon ko lang nabasa, kailangan ko pa plang idownload ang windows 7 64 bit para lang kunin yung install.wim ts? 3gb yung iddl tapus kb ang yung kukunin?bagal pa nman ng net ko:"(
 
Re: [TUT] Create your OWN Windows All-In-One..!

ts, pwede, pakiupload na rin po nung ginawa nyong windows 8.1 AIO? nakawindows 7 po kasi ako, ehh ang sabi nio po ehh dapat windows 8 ang OS kapag gagawa ng Windows 8.1 AIO, thanks:")

- - - Updated - - -

awww, ngayon ko lang nabasa, kailangan ko pa plang idownload ang windows 7 64 bit para lang kunin yung install.wim ts? 3gb yung iddl tapus kb ang yung kukunin?bagal pa nman ng net ko:"(

Try mo na lang muna sir sa Windows 7..
Di rin kasi ako makapag-upload kaagad, mabagal ung net..
nasa 2.9 GB po ung install.wim ng Win 7 64bit..
 
Re: [TUT] Create your OWN Windows All-In-One..!

ahh, yung install.wim pla yung sumakop ng 2.9gb in Windows 7 installer, hehe, so bale download ko pla yung buong 32 bit at 64 bit ng untouched Windows 7 mo ts para makagawa ng Windows 7 AIO, tama po?:")
 
Re: [TUT] Create your OWN Windows All-In-One..!

ahh, yung install.wim pla yung sumakop ng 2.9gb in Windows 7 installer, hehe, so bale download ko pla yung buong 32 bit at 64 bit ng untouched Windows 7 mo ts para makagawa ng Windows 7 AIO, tama po?:")

Yup, ganun na nga..
 
Re: [TUT] Create your OWN Windows All-In-One..!

last na po ts, hehe, dun po sa untouch iso nio po, yung windows 7 ultimate 32 at 64 bit po yung ni download ko para sa paggagawa ng windows 7 AIO, tama po ba? pero pano po sa paggagawa ng windows 8 AIO, ang pgkakabasa po ko ehh 4 na iso ang kailangan kong idl, pero alin po sa mga nasa baba ang iddl ko ts? thanks po ulet:")

Windows 8.1 32-Bit with Core, and Pro
Windows 8.1 64-Bit with Core, and Pro
Windows 8.1 Pro VL 32-Bit
Windows 8.1 Pro VL 64-Bit
Windows 8.1 Enterprise 32-Bit
Windows 8.1 Enterprise 64-Bit
 
Re: [TUT] Create your OWN Windows All-In-One..!

last na po ts, hehe, dun po sa untouch iso nio po, yung windows 7 ultimate 32 at 64 bit po yung ni download ko para sa paggagawa ng windows 7 AIO, tama po ba? pero pano po sa paggagawa ng windows 8 AIO, ang pgkakabasa po ko ehh 4 na iso ang kailangan kong idl, pero alin po sa mga nasa baba ang iddl ko ts? thanks po ulet:")

Windows 8.1 32-Bit with Core, and Pro
Windows 8.1 64-Bit with Core, and Pro
Windows 8.1 Pro VL 32-Bit
Windows 8.1 Pro VL 64-Bit
Windows 8.1 Enterprise 32-Bit
Windows 8.1 Enterprise 64-Bit

Eto lang:
Windows 8.1 32-Bit with Core, and Pro
Windows 8.1 64-Bit with Core, and Pro
Windows 8.1 Enterprise 32-Bit
Windows 8.1 Enterprise 64-Bit

Or depende sayo kung ano lang ang gusto mong isama..
 
Re: [TUT] Create your OWN Windows All-In-One..!

dun po kase sa ss nung ginawa niong windows 8.1 AIO ehh 8 versions po yung nagawa nio ehh, kapag po ba yang 4 na ISO na yan nidl ko ehh 8 versions din ba magagawa ko? o dapat lhat ng 6 na iso? pero teka, 6 lang lhat ng windows 8.1 iso mo ts ahh, pero 8 versions lumabas sa AIO mo ts? nalilito na po ko:"(
 
Re: [TUT] Create your OWN Windows All-In-One..!

Wow ! Dagdag kaalaman na naman . Maraming Salamat TS ! :thumbsup:
 
Re: [TUT] Create your OWN Windows All-In-One..!

Wow ! Dagdag kaalaman na naman . Maraming Salamat TS ! :thumbsup:

:welcome:
thanks sa comment..

dun po kase sa ss nung ginawa niong windows 8.1 AIO ehh 8 versions po yung nagawa nio ehh, kapag po ba yang 4 na ISO na yan nidl ko ehh 8 versions din ba magagawa ko? o dapat lhat ng 6 na iso? pero teka, 6 lang lhat ng windows 8.1 iso mo ts ahh, pero 8 versions lumabas sa AIO mo ts? nalilito na po ko:"(

Kasi ganito po yon:

Ung Windows 8.1 RTM contains CORE and PRO plus the WMC (Windows Media Center) upgrade..
So 3 Editions kaagad un multiply by 2 (32bit and 64bit) = 6 editions
Plus 2 Enterprise (32bit and 64bit) = 8 editions all in all..

Apat na ISO lang ang gamit ko..
ung sa taas kanina..

Ask ka lang ulit pag medyo nalilito ka pa.. :thumbsup:
 
Last edited:
Re: [TUT] Create your OWN Windows All-In-One..!

ahh, pero yung windows 8 pro na kasama nung core ehh hindi po volume license ts noh?madali daw kasi iactivate ang volume license ts ehh, hehe, pero pg yung windows pro vl ang pinili ko edi 4 na versions lang magagawa ko, any suggestion ts?:")
 
Re: [TUT] Create your OWN Windows All-In-One..!

ahh, pero yung windows 8 pro na kasama nung core ehh hindi po volume license ts noh?madali daw kasi iactivate ang volume license ts ehh, hehe, pero pg yung windows pro vl ang pinili ko edi 4 na versions lang magagawa ko, any suggestion ts?:")

Kung VL ung pinili mo, 4 editions lang nga ang mabubuo mo..
2 PRO VL (32bit and 64bit) + 2 Enterprises..
Ung VL kasi wala atang CORE saka WMC un..
Kung ung VL saka Enterprise ang napili mo, pwede na ung win Toolkit ang gamitin mo sa pagmerge..
 
Back
Top Bottom