hehe maybe some kind person can do a youtube vid for us thicko's ...ie me ...would be extremely handy indeed. +reps
Hi Nononsence ...just installed the 2.6.2 version and still have the bug with no ie on task bar or programs list. I will now adjust the script as your direction to 60 sec and try it again ( using 2.6.3 )...I will post the result. I am running on a low voltage laptop core 2 u7500 1.06...may it need the 60 sec?
untouched installs fine, as does hazar's pre-activated one. i think this one seems to change the active partition or something as i've tried it again and after installation it will not show my boot menu (as untouched would) but boots straight into PQSERVICE.
Thanks to nononsence, Mr Jinje & sushil1576. This "project" is getting better & better after each update! +rep to you all for making it possible!
hi guys the cfgs are not working for ultimate as of the last two builds just thought i would make you aware. and keep up the good work
May be on lower end system,the restart time should be increased so that all the required cmd's are carried out...the main thing is that you should be able to see the desktop on first logon,..if the system restarts before that you may have such problems as missing IE icons etc.. All the steps are pretty well laid out in the guide on the first page..just read it thoroughly... Did you rename the .cfgs files as "ei.cfg"...you have to do that for them to work properly...
guys just an update 2.6.3 is working.dont know why it didnt work on version 2.6.2 for me. and what a toolkit this absolutely fabulous thanks to all.
sorry guys but cfgs are not working after last post go back in the room and im looking at the menu for all three. ultimate pro home premium.
my thought was that the user could just write a script with the commands needed to do the silent install and then put in it and the executable in an addons folder then setupcomplete.cmd execute all the scripts in the folder so the user would have to figure out the silent install switches write a single line script Code: file.exe /s /qn save it as install_file.cmd put in the folder then at SetupComplete it will be executed.
Ok update...changed the value to 60 and now all is ok the ie links are back...Slower/low voltage laptops must need the extra time...please update the script for everyone elses benefit. I also applied the patch for no forced system partition....This works perfect...a much needed addition. It's a right pain to remove the partition once windows is installed. Thanks.
Updated version to v2.6.4... The version and the guide is updated on the first pages..the following is the changelog... Version 2.6.4 *Added Windows 7 Starter *Changed HP and Toshiba certs to 2.1 *Added Sony cert and logos *Added script execute i.e,ability to execute *.exe, *.msi, *.cmd, *.bat, *.reg, *.vbs, *.ps1 files from setupcomplete.cmd--will help in auto installing of programs.. *Changed reg_settings folder to "extras" folder *Changed some commands to avoid the "File Not Found" output found by Lucky. *Changed interval till reboot to a safer 60 sec
I only see code for running CMD and REG in the 2.6.4 download. SetupComplete.cmd Code: IF EXIST "%~dp0extras\*.reg" ( FOR /F "tokens=*" %%A IN ('DIR /B "%~dp0extras\*.reg"') DO ( regedit /S "%~dp0extras\%%A" IF EXIST "%~dp0extras\*.cmd" ( FOR /F "tokens=*" %%A IN ('DIR /B "%~dp0extras\*.cmd"') DO ( CALL "%~dp0extras\%%A"
it only copy's *.exe, *.msi, *.cmd, *.bat, *.reg, *.vbs, *.ps1 from kit root\extras and executes *.cmd and *.reg at SetupComplete