Legolash2o Posted July 24, 2009 Posted July 24, 2009 Since its close to build 0.2.3.100, I will be working on 0.4.0. For that reason I am now accepting requests, just post them in here. Not all ideas can be done but I will try!Already requested*Component Removal Quote
Legolash2o Posted July 25, 2009 Author Posted July 25, 2009 Is it ok if i get rid of Office 2007 Updates section in W7T? It will be replaced by Office 2010 anyway Quote
Jatin Beniwal Posted July 26, 2009 Posted July 26, 2009 Is it ok if i get rid of Office 2007 Updates section in W7T? It will be replaced by Office 2010 anywayOffice 2010 or Office 14 still at alpha testing stage. So its Better if u Keep the existing Office 2007 Updates Section in W7T & made a New Section for Office 2010 too. When office 2010 is released you can remove Office 2007 Update section. Quote
Legolash2o Posted July 26, 2009 Author Posted July 26, 2009 Ok then, when you next open W7T you should notice the "Office 2007 SP2" list and "Vista SP2" list have more updates in them Quote
NIM Posted July 26, 2009 Posted July 26, 2009 Office 2010 or Office 14 still at alpha testing stage. So its Better if u Keep the existing Office 2007 Updates Section in W7T & made a New Section for Office 2010 too. When office 2010 is released you can remove Office 2007 Update section.I'm currently testing the Office 2010 x64 which is currently in Technical Preview stage. Technical preview is something between the beta and RC stages.I can tell you that this tecnical preview version runs much faster than Office 2007, at least for me. Quote
Legolash2o Posted July 26, 2009 Author Posted July 26, 2009 Me too but the x86 version, but when I Install FULL office 2010 it corrupts my Visual Studio 2010 installation lol. Quote
Legolash2o Posted July 27, 2009 Author Posted July 27, 2009 No requests? OK, don't expect the next version of W7T to have anything new then lol. Quote
Guest Posted July 27, 2009 Posted July 27, 2009 lol i don't use W7T yet i still love working in xp i might use him on soon on RTM and thx for this great tool by the way Quote
Jatin Beniwal Posted July 28, 2009 Posted July 28, 2009 No requests? OK, don't expect the next version of W7T to have anything new then lol.Can u Add Sort Options In addon Page, like sort by size, Creator etc. Quote
MANIKANT.S.GUPTA Posted July 28, 2009 Posted July 28, 2009 Some registry tweaks.Can change logon Screen background.Can enable Dreamscene.Changing Icons.Default Wallpaper.Screensaver.Themes.Can customize right click option or context menu.Disable UAC.Copy to "or" move to function in right click menu.Taking Ownership etc, etc........... Quote
Mr_Smartepants Posted July 28, 2009 Posted July 28, 2009 No requests? OK, don't expect the next version of W7T to have anything new then lol.How about a help manual? Quote
Legolash2o Posted July 28, 2009 Author Posted July 28, 2009 Can u Add Sort Options In addon Page, like sort by size, Creator etc.Done, all the main lists can be sorted.Some registry tweaks.Can change logon Screen background. - Will have a lookCan enable Dreamscene. - Nope, just use the addon, to do that i would have to have dreamscene.dll included with W7TChanging Icons. - Won't do, not my area of expertiseDefault Wallpaper. - DoneScreensaver. - Will have a lookThemes. - Will have a lookDisable UAC. - Already availableCopy to "or" move to function in right click menu. - Done bothTaking Ownership etc, etc........... - DoneI know it's a huge request, but it will make your Application much popular and useful.Answer written within the qouteHow about a help manual? Just ask on the forum and i'm sure someone will answer, if not i will answer I want W7T in my language...I will definitely try Quote
Guest Posted August 6, 2009 Posted August 6, 2009 (edited) ok Lego how about adding exe setup files support like you have one installer file but install watch would be hard so many registry and so many copy files to include i have a way my friend told me about in vista it may work in 7 going to test it soon << but it should work >>first we need to make folders like this put the installer in the install folderand in the scripts add the cmd file that got the installer commandthe cmd must be called setupcomplete.cmdand in it should be like@echo off:Programsrem Programs are added herestart /wait %systemdrive%\install\WLMessenger9.exe:Endrem final commands and should be ended with the cleaner command to removeRD %systemdrive%\install /q /sexit Edited August 6, 2009 by DaRk MaDnEsS Quote
Jatin Beniwal Posted August 7, 2009 Posted August 7, 2009 Very Nice addon.I think legolash2o should make this a part of standard W7T during the unattended pass. Quote
George King Posted August 8, 2009 Posted August 8, 2009 ok Lego how about adding exe setup files support like you have one installer file but install watch would be hard so many registry and so many copy files to include i have a way my friend told me about in vista it may work in 7 going to test it soon << but it should work >>first we need to make folders like this put the installer in the install folderand in the scripts add the cmd file that got the installer commandthe cmd must be called setupcomplete.cmdand in it should be like@echo off:Programsrem Programs are added herestart /wait %systemdrive%\install\WLMessenger9.exe:Endrem final commands and should be ended with the cleaner command to removeRD %systemdrive%\install /q /sexitI have my CMD Integrator and I using RunOnceEx :icon_cool: ;-) Mount WIM, load registry, edit registry, unload registry, copy EXE,MSI,REG to %MOUNTEDWIM%\Windows\Setup or $OEM$\$1\Setup, commit %MOUNTEDWIM% and AddOn Support is here :thumbsup_anim: REG LOAD HKLM\W7I "%MOUNTEDWIM%\Windows\System32\Config\Software"SET ROE=HKLM\W7I\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %ROE% /v TITLE /d "Windows 7 Integrator Finisher" /fREG ADD %ROE% /v Flags /t REG_DWORD /d "00000014" /fREG ADD %ROE%\001 /ve /d "EXE" /fREG ADD %ROE%\001 /v EXE /d "%WinDir%\Setup\EXE.exe" /fREG ADD %ROE%\002 /ve /d "MSI" /fREG ADD %ROE%\002 /v MSI /d "%WinDir%\Setup\MSI.exe" /fREG ADD %ROE%\003 /ve /d "REG" /fREG ADD %ROE%\003 /v REG /d "%WinDir%\Setup\REG.exe" /fREG ADD HKLM\W7I\Microsoft\Windows\CurrentVersion\RunOnceEx /d "%WinDir%\System32\rundll32.exe %WinDir%\System32\iernonce.dll,RunOnceExProcess" /fREG UNLOAD HKLM\W7IEXE.exe@echo OffFOR %%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:FOR %%f IN ("%CDROM%\SETUP\*.exe") DO "%%f"EXITMSI.exe@echo OffFOR %%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:FOR %%f IN ("%CDROM%\SETUP\*.msi") DO "%%f" /passive /norestartEXITREG.exe@echo OffFOR %%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:FOR %%f IN ("%CDROM%\SETUP\*.reg") DO regedit /s "%%f"EXITEXE,MSI,REG are compiled with QuickBFC ala ghost appz ;-) (No CMD window)And i have easy manage my executable AddOns in root of disk Quote
beatmaster Posted August 8, 2009 Posted August 8, 2009 Hallo an alle Windows Toolkit Nutzer,leider ist mein englisch nicht so gut und deswegen hoffe ich, dass es in Ordnung ist, dass ich hier auf deutsch schreibe.Nachdem wir uns bei german-winlite.de so langsam mit dem Windows 7 tools auseinandersetzen bin ich nat Quote
Guest Posted August 8, 2009 Posted August 8, 2009 (edited) Hallo an alle Windows Toolkit Nutzer,leider ist mein englisch nicht so gut und deswegen hoffe ich, dass es in Ordnung ist, dass ich hier auf deutsch schreibe.Nachdem wir uns bei german-winlite.de so langsam mit dem Windows 7 tools auseinandersetzen bin ich natürlich auch auf das windows 7 toolkit gestoßen.Ich würde mich über eine kleine Anleitung / Tutorial zum Programm sehr freuen, da es ja doch aus sehr vielen einzelnen Teilbereichen besteht.Leider habe ich noch nicht ganz verstanden, wie ich mit dem Tool meine eigene angepasste Windows 7 DVD erstelle und wie ich damit Treiber und Addons integrieren kann. Auch das Erstellen der Addons ist mir noch nicht ganz klar.Vielleicht wäre eine solche kurze Anleitung möglich.Gruß beatmasterHallo und bis jetzt bin ich leider sagen, dass es keine Anleitung für W7T. es wurde vor aber ich weiß nicht, ob es wird bald und bis heute kann man nur versuchen, das Programm und alle Fehler sind wir hier zu helfen.Ich habe versucht zu helfen, aber leider bin ich nicht W7T Benutzer noch. wenn etwas nur fragen, und wir möchten helfen Edited August 8, 2009 by DaRk MaDnEsS Quote
Legolash2o Posted August 8, 2009 Author Posted August 8, 2009 i dont speak german, can someone translate please? thanks Quote
Guest Posted August 8, 2009 Posted August 8, 2009 i dont speak german, can someone translate please? thankslol neither do I well he is requesting a guide for W7T so i said it was already requested but i don't know if would be donebut if any question just ask and we would answer and also saying sorry i can't talk English Quote
Guest Posted August 8, 2009 Posted August 8, 2009 I have my CMD Integrator and I using RunOnceEx :icon_cool: ;-) Mount WIM, load registry, edit registry, unload registry, copy EXE,MSI,REG to %MOUNTEDWIM%\Windows\Setup or $OEM$\$1\Setup, commit %MOUNTEDWIM% and AddOn Support is here :thumbsup_anim: REG LOAD HKLM\W7I "%MOUNTEDWIM%\Windows\System32\Config\Software"SET ROE=HKLM\W7I\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %ROE% /v TITLE /d "Windows 7 Integrator Finisher" /fREG ADD %ROE% /v Flags /t REG_DWORD /d "00000014" /fREG ADD %ROE%\001 /ve /d "EXE" /fREG ADD %ROE%\001 /v EXE /d "%WinDir%\Setup\EXE.exe" /fREG ADD %ROE%\002 /ve /d "MSI" /fREG ADD %ROE%\002 /v MSI /d "%WinDir%\Setup\MSI.exe" /fREG ADD %ROE%\003 /ve /d "REG" /fREG ADD %ROE%\003 /v REG /d "%WinDir%\Setup\REG.exe" /fREG ADD HKLM\W7I\Microsoft\Windows\CurrentVersion\RunOnceEx /d "%WinDir%\System32\rundll32.exe %WinDir%\System32\iernonce.dll,RunOnceExProcess" /fREG UNLOAD HKLM\W7IEXE.exe@echo OffFOR %%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:FOR %%f IN ("%CDROM%\SETUP\*.exe") DO "%%f"EXITMSI.exe@echo OffFOR %%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:FOR %%f IN ("%CDROM%\SETUP\*.msi") DO "%%f" /passive /norestartEXITREG.exe@echo OffFOR %%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:FOR %%f IN ("%CDROM%\SETUP\*.reg") DO regedit /s "%%f"EXITEXE,MSI,REG are compiled with QuickBFC ala ghost appz ;-) (No CMD window)And i have easy manage my executable AddOns in root of disk well i liked the way you handle the runonce your commands actually works fine only if the setup files are silently with no parametersi can use add runonce through 7zip config but i wish to know if there is another way beside $OEM$i gonna search for it something like true integration Quote
Legolash2o Posted August 8, 2009 Author Posted August 8, 2009 Why not just create an addon which has a reg entry containing RunOnce and the setup file. Quote
Guest Posted August 8, 2009 Posted August 8, 2009 Why not just create an addon which has a reg entry containing RunOnce and the setup file.LoL that an easy one i didn't thought of that but here is the question where do the files go on the DVD when i integrate then using W7Tso i can make the registry :sweatingbullets: and sometimes i don't like RunOnce i always search for something like true intergation Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.