Hi Friends where can i get a setupcomplete script file ready to include this into windows 7 installation iso with command lines to call to install netframework 4.7 for help and editing this file i upload my setupcomplete file and netframework 4.7 is called "dotNetFx47_Full_x86_x64" thans a lot for your help, and sorry for my regular english because i live in colombia and speak spanish
Not 100% sure, but adding this line to your setupcomplete.cmd should install the .net silently... Code: %SYSTEMDRIVE%\Install\dotNetFx47_Full_x86_x64.exe /q The /q is for silent mode, nothing will show on the screen and run in the background. If not hopefully someone will correct me.
According to @Flipp3r: Microsoft .NET Framework 4.6.2: Code: Start /wait %PTH%DotNet\NDP462-KB3151800-x86-x64-AllOS-ENU /passive /norestart Would assume same applies to 4.7.x.
Query Tool v23.0 Release Candidate 2 available for testing! See Post 2 > https://forums.mydigitallife.net/threads/multi-oem-retail-project-mrp-mk3.71555/#post-1283849 for download link etc.
Code: MRP - OEM Query Tool v23.0 RC2 Enhanced -- Tue 08/15/2017 -- 9:41pm ------------------------------------------- - Basic OEM Information For This Computer - ------------------------------------------- OS Name - Windows 10 Pro for Advanced PCs Insider Preview x86 OS Edition {Registry} - ProfessionalWorkstation OS Edition {WMIC} - ProfessionalWorkstation OS Build Number - 16257 OS Update Build Rev - 1 OS Language Name/Code - en-US { 1033 [409h] } OS Locale - en-US OS Language Value - ENU CPU Name/Type - Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz CPU Description - x64 Family 6 Model 58 Stepping 9 CPU Architecture - 32/64 Bit Instruction Set CPU Cores/Threads - [2] / [2] HDD Mode/Partition - [AHCI] / [MBR] Bios Version - [6.00, 07/02/2015] Total Physical Memory - [3071 Mb] Available Memory - [2052 Mb] -------------------- - Scanned DMI/BIOS - -------------------- #1 CSProduct Name - VMware Virtual Platform #9 SLIC Version - Un-Listed #2 CSModel Name - VMware Virtual Platform #10 Product Key - Not Shown On Saved Report. #3 CSBaseboard Prod - 440BX Desktop Reference Platfo #11 MSDM Key - Not Shown On Saved Report. #4 CSProduct Vendor - VMware, Inc. #11 MSDM Edition - Un-Listed #5 CSManufacturer - VMware, Inc. #11 MSDM Brand Name - Un-Listed #6 Baseboard MFR - Intel Corporation #12 BIOS/Boot Mode - Legacy #7 Serial/Service Tag - Not Shown On Saved Report. #13 Certificate - Un-Listed #8 BIOS or SLIC ID - INTEL #14 License Status - Licensed {Volume_KMSClient Channel} ----------- - Summary - ----------- OEM Theme/Branding - VMWARE [id: VMware] OEM Activation Vista/7 - Un-Listed Valid OEM OS - Un-Listed .Net Versions Detected - v1.1.4322 v2.0.50727 v4.0.30319 v4.7.02542 SLIC Table ---------- Un-Listed MSDM Table ---------- MSDM Table Not Shown On Saved Report. Certificate ----------- Un-Listed
There will be another Query Tool RC (4) soon. Few more enhancements. Now will show the Valid OEM Server OS on a separate line, this will ONLY show if the computer the QT is ran on meets certain criteria that is valid to activate that server. ie Brand and SLIC version. Valid Server OS's that can be activated with MRP: (apart from Server 2016 as no OEM key available - yet) Code: ==================================================================== Brand SLIC Server OS ==================================================================== DELL 2.0, 2.1, 2.2, 2.3, 2.4 2008, 2008R2, 2012, 2012R2, 2016 FUJITSU 2.1 2008, 2008R2 HP 2.1, 2.2, 2.3 2008, 2008R2, 2012, 2012R2 IBM 2.1 2008, 2008R2 LaCie 2.1 2008, 2008R2 WDCorp 2.1 2008, 2008R2 ==================================================================== This list may change as and when new SLIC's/Certs/Brands are available, this is just a rough and ready list.
*EDIT* Out of RC testing! Updated Post #2 with QT v23.0 RC4 link, password etc. Added the Valid OEM Server OS line (if the computer/VM the QT is run on can activate one). Fixed a FindStr error (win 8.1), had a comma in wrong place. Code added for the new display parts. If you opt to save the Results text file, it will now default to the User's desktop instead of the User's primary folder.
Demonstration of the new Server OS line... Spoiler: Demo QT (shortened for display) Code: <snip> -------------------- - Scanned DMI/BIOS - -------------------- #1 CSProduct Name - VMware Virtual Platform #9 SLIC Version - 2.2 <snip> ----------- - Summary - ----------- OEM Theme/Branding - Dell [id: #8] OEM Activation Vista/7 - Dell [id: #8] Valid OEM Consumer OS - Vista/Win7/Win8.x/Win10 Valid OEM Server OS - Server 2008/Server 2008R2/Server 2012 .Net Versions Detected - v1.1.4322 v2.0.50727 v3.5 v4.0.30319 v4.6.01590 <snip>
MRP Query Tool v23.0 is now out of testing stage. Updated first post with new password and download link updated. See changelog for the boring details.
ok, i didn't pay attention carefully to the menu. 16 GB of RAM, that's great, i wish i had such huge RAM on my machine.
Huge? I have 32GiB and it's still not enough. If you work with many VMs RAM and HDD resources can deplete fast...
Just finishing off the final bits to v63.1 MRP (Baseline Refresh). ProfessionalWorkstation(N) if a MSDM is available for that edition it will now insert the key. This is ready for when it becomes available mainstream. Thanks to @s1ave77 for finding the glitch that prevented MRP from processing the MSDM key correctly, it knew it was there but only saved and not acted upon it. That's now been fixed. Added a new section that will display the CPU and Memory information this is just for helping troubleshoot any problems. This was added as on a test pc (not VM) i found that the memory was not being shown correctly. There was 4GB installed, yet the Basic Information screen said that only some was available, there was no onboard graphics used as a PCI-Ex card was installed and the BIOS set to PCI-Ex (onboard was disabled), after much head scratching, it turns out the board did not like the memory brand! Swapped for other memory sticks and the system reported 4GB correctly. The Query Tool also shown this strange situation. Nothing exciting else to report, just a few housekeeping chores done, a tidy up here and there of the code.
MRP v63.1 Baseline Refresh has been uploaded. See first post for password. Changelog has the boring details.