Wumt_Path="Program Files\WUMT" (Has to be on the system drive, path above already resolves to %systemdrive% )
Still get the same thing..Maybe I'm doing this wrong?? Where do I place the folder that I unzipped with the 2 files in it?
Anywhere, as long as the 2 files are in the same location. Give me the full path to your WUMT installation. You do understand this is for unattended install, right? If a normal install, change Silent=Yes back to Silent=No or delete wumt.ini and run the installer as normal where you choose install folder.
There is no WUMT installation folder if I am starting from scratch..All you have at this point is the downloaded zip file with 2 files...I don't understand what you mean?????
You make the installation folder, so if you wanted to use system32 as the installation location you would make the WUMT folder sit in System32 buy putting it on the windows installation iso like this: Create the folder Ssytem32 in the $$ Folder then create WUMT in the System32 folder so the path would be: Sources\$OEM$\$$\System32\WUMT The files must be inside this folder (You have to manually put them in yourself) Change the wumt.ini file so it would look like this: [Options] Silent=yes Wumt_Path="Windows\System32\WUMT": Then in the script you use you would use something like: CALL %SYSTEMROOT%\System32\WUMT\WUMT_Integrate_Installer.exe or START %SYSTEMROOT%\System32\WUMT\WUMT_Integrate_Installer.exe If your installing to program Files follow the same procedure but replace system32 with program files and the code would be: CALL "%SYSTEMROOT%\Program Files\WUMT"WUMT_Integrate_Installer.exe (NOTICE THE QUOTATION MARKS at the start and end of folder path, this is needed as program files has a space in the path)
WUMT doesn't require install, it works as 'standalone'. Just put the unzipped folder somewhere on your systemdisk...
So this is to integrate into .iso installer????? All I want to do is freekin download windows updates...The original wumt_X64.exe does that. So what does this second part do? Is it so when you do a clean install it is automatically using this???? I think I just need the manually way to check for updates..I'm not getting this at all or it's purpose...Until now I called myself a 17 year computer technician.....
You have wumt_X64.exe in a folder somewhere, right? preferably in C:\Program Files. eg, C:\Program Files\WUMT If there's a wumt.ini file, delete it. Now start the WUMT_Integrate_Installer and point to that folder.
With version released today, the wumt not search automatically the update, is necessary press on the button for searching.
Re-download WUMT_Integrate_Installer.zip from first post and run it again. I'm gonna rewrite it later on, as wumt now accepts command line arguments.
Ok, WUMT_Integrate_Installer.zip link has been updated on first post for the new WUMT version 30.09.2016 It now works even better than before. Just download and re-run the WUMT_Integrate_Installer.exe, and point to WUMT install folder where you have the latest version of WUMT.
I just manually loaded the mini tool updater and there was 5 Office updates available dated 10-4...Isn't this supposed to pop up and notify you or something? I don't get what value this tool is????