Gusto mo bang gumawa ng Windows installer with preinstalled MS Office and/or other apps?
If your answer is yes, then try this..
Sa madaling sabi, naka-install na rin ung mga softwares mo pagkatapos mag-install ung Windows OS..
You will need:
1. Install mo muna ung Windows sa empty partition or install it in a Virtual Machine (kung ayaw mo ng dualboot)..
Note: Don't worry temporary lang naman to. Pwede mo na tong I-delete after mo magawa ung procedure..
2. Pagdating mo sa part na to, DO NOT click Next..
Instead, press CTRL + SHIFT + F3 to boot on "Audit Mode"
You PC will Restart..
3. Ngayon, diretso na ung boot mo sa Desktop at makikita mo ito:
4. Wag mong galawin, IGNORE mo lang..
5. Install mo na ngayon ung mga gusto mong I-install tulad ng Office, apps, mga .NET Frameworks, etc..
Note: Kung ise-share mo ung ISO sa iba, HINDI po advisable na I-install ung drivers.. OK lang kung ikaw lang ang gagamit..
Note: Wag mo masyadong damihan, baka sumobra ung laki ng installer natin.. :lmao:
Note: Ito ung mga suggested na i-integrate:
6. After mo magawa ung gusto mo, press Windows key + R, enter this: cleanmgr.exe
Open CMD Admin:
This will delete temporary files, para mabawasan ung basura..
7. Then, kailangan na natin ung SysPrep, check 'Generalize' > OK:
8. Once na nagshutdown na or reboot, WAG ka na ulit bumalik sa OS na un.. Magboot ka na sa main OS mo..
9. Kailangan na nating ma-capture ung OS and save as install.wim..
Sa main OS, Open CMD Admin and enter:
/ImageFile: --> lagay mo dyan kung saan mo gustong i-save ung install.wim
/CaptureDir: --> Kung saang drive or partition mo ininstall ung Windows kanina
/Name: --> ikaw na bahala mag-set ng name..
Example:
10. Ayan tapos na. Extract mo na ung Windows ISO mo at palitan mo na ung install.wim sa SOURCES folder ng ginawa mong WIM file..
OPTIONAL: Bago mo i-rebuild into bootable ISO, pwede mo pang-mapaliit ung size ng install.wim, using this command (Windows 8.x only):
Note: Gawa ka muna ng temp folder sa C: drive
/SourceImageFile: --> ung source file mo, ung ginawa mong install.wim kanina
/DestinationImageFile: --> kung saan mo ise-save, ung temp folder sa C:
Warning: May katagalan ang process na to, it will used up all of your available resources..
Example:
11. To rebuild now into bootable ISO,
Download and open You do not have permission to view the full content of this post. Log in or register now., then follow these pics:
Folder to Capture ==> Ung location ng Windows Setup files
ISO Label ==> Label na gusto mong maging name ng DVD
BOOT image:
Select BIOS to boot in Legacy BIOS
Select UEFI to boot in Modern BIOS (supported in Windows 8.x)
ISO Output ==> kung saan mo ise-save ung ISO
Options ==> just read 'Description'
12. Ngayon, subukan mo ng I-install ung ISO na ginawa mo..
After nyan mag-install, pre-installed na rin ung mga apps mo..
You may now delete the dualboot using diskmgmt.msc and You do not have permission to view the full content of this post. Log in or register now...
Good Luck!
Don't hesitate to post your comments, feedbacks, queries or anything about this thread..
If your answer is yes, then try this..
Sa madaling sabi, naka-install na rin ung mga softwares mo pagkatapos mag-install ung Windows OS..
You will need:
- Windows disc or ISO’s (Windows 7 or Windows 8.1 only)
- Empty partition or VHD (Virtual Hard Disk) or Virtual Machine
- Of course, ung mga software na i-integrate mo..
1. Install mo muna ung Windows sa empty partition or install it in a Virtual Machine (kung ayaw mo ng dualboot)..
Note: Don't worry temporary lang naman to. Pwede mo na tong I-delete after mo magawa ung procedure..
2. Pagdating mo sa part na to, DO NOT click Next..
Instead, press CTRL + SHIFT + F3 to boot on "Audit Mode"
You PC will Restart..
3. Ngayon, diretso na ung boot mo sa Desktop at makikita mo ito:
5. Install mo na ngayon ung mga gusto mong I-install tulad ng Office, apps, mga .NET Frameworks, etc..
Note: Kung ise-share mo ung ISO sa iba, HINDI po advisable na I-install ung drivers.. OK lang kung ikaw lang ang gagamit..
Note: Wag mo masyadong damihan, baka sumobra ung laki ng installer natin.. :lmao:
Note: Ito ung mga suggested na i-integrate:
a. MS Office
b. .NET Frameworks
c. Adobe Flash player
d. You do not have permission to view the full content of this post. Log in or register now.
e. Java
f. WinRAR
g. Media player like You do not have permission to view the full content of this post. Log in or register now.
h. Browsers like Firefox, Chrome
6. After mo magawa ung gusto mo, press Windows key + R, enter this: cleanmgr.exe
Open CMD Admin:
Code:
dism /online /cleanup-image /startcomponentcleanup
7. Then, kailangan na natin ung SysPrep, check 'Generalize' > OK:
9. Kailangan na nating ma-capture ung OS and save as install.wim..
Sa main OS, Open CMD Admin and enter:
Code:
DISM /Capture-Image /ImageFile:C:\temp\install.wim /CaptureDir:X:\ /Name:WindowswithOffice /Compress:max
/CaptureDir: --> Kung saang drive or partition mo ininstall ung Windows kanina
/Name: --> ikaw na bahala mag-set ng name..
Example:
OPTIONAL: Bago mo i-rebuild into bootable ISO, pwede mo pang-mapaliit ung size ng install.wim, using this command (Windows 8.x only):
Note: Gawa ka muna ng temp folder sa C: drive
Code:
DISM /Export-Image /SourceImageFile:X:\install.wim /SourceIndex:1 /DestinationImageFile:C:\temp\install.esd /Compress:recovery
/DestinationImageFile: --> kung saan mo ise-save, ung temp folder sa C:
Warning: May katagalan ang process na to, it will used up all of your available resources..
Example:
11. To rebuild now into bootable ISO,
Download and open You do not have permission to view the full content of this post. Log in or register now., then follow these pics:
Folder to Capture ==> Ung location ng Windows Setup files
ISO Label ==> Label na gusto mong maging name ng DVD
BOOT image:
Select BIOS to boot in Legacy BIOS
Select UEFI to boot in Modern BIOS (supported in Windows 8.x)
ISO Output ==> kung saan mo ise-save ung ISO
Options ==> just read 'Description'
12. Ngayon, subukan mo ng I-install ung ISO na ginawa mo..
After nyan mag-install, pre-installed na rin ung mga apps mo..
You may now delete the dualboot using diskmgmt.msc and You do not have permission to view the full content of this post. Log in or register now...
Good Luck!
Don't hesitate to post your comments, feedbacks, queries or anything about this thread..



