Hi,
First thanks for your great work.
I want to be short (my last post was deleted : too long, and I did not save it before :(my bad)
I'm working on Windows 7 SP1 x64 deployment in my company.
I want to integrate the software wpkg-gp inside.
To do this I use this WinReducerPI.cmd:
Both file are present in the ISO (the .exe and .ini). But after installing Windows I can't see wpkg-gp on the computer.
Finally I discover that Windows 7 will run %WINDIR%\Setup\Scripts\SetupComplete.cmd automatically. So, just before the ISO creation, I manually create the Scripts directory inside WORK\MOUNT\<windows>\%WINDIR%\Setup\ (not the boot's mount) and move/rename WinReducerPI.cmd to SetupComplete.cmd.
Now It's working even if I did not see the command running.
I use WinReducer 7.0 - v2.99.4.1 on a Windows 7 x64 computer.
I'm not sure if what I do is what WinReducer try to do but it works this way.
Best regards,
Fabien Romano
First thanks for your great work.
I want to be short (my last post was deleted : too long, and I did not save it before :(my bad)
I'm working on Windows 7 SP1 x64 deployment in my company.
I want to integrate the software wpkg-gp inside.
To do this I use this WinReducerPI.cmd:
Code:
@ECHO OFF
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:
if not defined CDROM goto :eof
echo Detected CDROM as drive %CDROM%
cd\
Title WINREDUCER POST INSTALLATION
Color F0
@echo ********** Welcome **********
"%CDROM%\WinReducerPI\Wpkg-GP-0.17_x64.exe" /S /INI "%CDROM%\WinReducerPI\Wpkg-GP.ini"
Both file are present in the ISO (the .exe and .ini). But after installing Windows I can't see wpkg-gp on the computer.
Finally I discover that Windows 7 will run %WINDIR%\Setup\Scripts\SetupComplete.cmd automatically. So, just before the ISO creation, I manually create the Scripts directory inside WORK\MOUNT\<windows>\%WINDIR%\Setup\ (not the boot's mount) and move/rename WinReducerPI.cmd to SetupComplete.cmd.
Now It's working even if I did not see the command running.
I use WinReducer 7.0 - v2.99.4.1 on a Windows 7 x64 computer.
I'm not sure if what I do is what WinReducer try to do but it works this way.
Best regards,
Fabien Romano