Hi all, For me it's more easy to set an application in my config.js without ordr[pn] and I just move the application before or after others. prog[pn]=['Windows Media Connect'] uid[pn]=['WINDOWSMEDIACONNECT'] cmd1[pn]=['%cdrom%\\MaJ\\WindowsMedia\\WindowsMediaConnect.exe /Q'] dflt[pn]=['no'] cat[pn]=['Divers'] pn++ prog[pn]=['Prise en charge des CDs HighMAT'] uid[pn]=['HIGHMAT'] cmd1[pn]=['%cdrom%\\MaJ\\Divers\\Extension_HighMAT.exe /qn'] dflt[pn]=['yes'] cat[pn]=['Divers'] pn++ And we must set the option sorting to false. And WPI respect the order written in config.js (not the alpha's order ...) Goodbye.
I agree with you Shark007, but fot n00b which buy a new PC , the WFP must be activated ... so if anyone has tested manual integration, he can say if WFP is affected, thanks. Goodbye.
No, I don't think your soft exist (but if exist one day, great !!). From SysInternals you can get RegMon (monitor Registry) and FileMon (monitor files). during the setup. Goodbye.
When you want run your batch ? at T-12 min : use cmdlines.txt or after the first login : use RunOnceEx For more explantation go to master-guide from MSFN, read the link in my sig. Goodbye.
I think you can switch to Java from Sun not Microsoft .... For Sun, get the .msi file and Java_1.5_Up4.msi /qb-! CUSTOM=1 IEXPLORER=1 JAVAUPDATE=0 REBOOT=Suppress' sure edit the command line to your needs. Goodbye. ps: Where can I get the Flash7&Shockwave10 in one file for IEXPLORE & FIREFOX ? thx very much!
for use .reg , you must use : regedit /s YourRegFile.reg the "reg" allow to add/remove/edit directly a registry value. the "/s" allow silent way. Goodbye.
Disable WindowsFileProtection and run this rd /s /q "%ProgramFiles%\Movie Maker" , you can add more commands to remove shorcut too, moreover in registry you can delete all about Movie Maker, personnaly I just delete the folder. Goodbye.
I have seen your mistake ... ("comme des fois je pige pas tout l'anglais ") Anyone has a solution for hide Windows Messenger form WindowsUpdate ? After several tests, it appears WU detect directly if folder/file (of WM) are present ... But in Add/Remove components, Windows Messenger isn't checked ... argh ... WM is superseeded by MSNMessenger I think ... ++
Reading the doc from Microsoft (ref.chm), I have found : Repartition Specifies whether to delete all partitions on the first drive of the client computer and to reformat the drive with the NTFS file system. Syntax Repartition = Yes | No Values Yes Deletes all partitions on the first drive and reformats the drive with NTFS. No Does not delete partitions or reformat the drive. Example Repartition = Yes Comments Important Repartition is valid only when performing an unattended Setup by booting the computer from the Windows product CD. Not need to specify the ConvertNTFS ...
For me, I use just 3 cat's (but I begin to discover WPI too ... ) System (Windows Updates / OEM infos + wallpapers / .NET / XML / Java) Stuff (in french 'Divers' ) (MSN / WMP / HighMAT / MediaConnect / JournalViewer ...) Applications ( Nero / PowerDVD / 7-Zip / Acrobat Reader / Spybots / avast! / ..) It's okay for me, sub-cats are interesting but useless for me. Continu dev of WPI ! Great soft !
hi all, we can hide updates in WindowsUpdate.com/WindowsUpdateAgent but how hide not manually ? The information is registered in the registry? if yes where ?? I'm unable to find it ... Thank you very much if you have a solution ! I hate the Windows Messenger update whereas it isn't installed on the machine (in Add/remove components ...)
I think all (no?) prefer silent method if exist, and for specific program or for program with extreme specific settings use AutoIt. AutoIt is useless when classic silent method is present beacause AutoIt isn't easy to manage ...