MSFN Forum: Mr Jinje DISM Tool™ - MSFN Forum

Jump to content


  • 6 Pages +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 6
  • You cannot start a new topic
  • You cannot reply to this topic

Mr Jinje DISM Tool™

#61 User is offline   MrJinje 

  • Tool™ Developer
  • Group: Developers
  • Posts: 942
  • Joined: 14-October 09
  • OS:none specified
  • Country: Country Flag

  Posted 20 January 2010 - 12:18 PM

View Postcluberti, on Jan 20 2010, 12:12 PM, said:

replace the # in "/index:<#>" with the index # of the instance inside the WIM you actually packaged

In the past these were usually a case of mistaken image identity, one reader accidentally integrated his updates into image #1 not knowing that image #5 (#4 on x64) was actually the Ultimate he was looking for.

View PostMrJinje, on Nov 29 2009, 02:38 PM, said:

View Postnujackk, on Nov 29 2009, 12:43 AM, said:

Ok what did i miss, cause I don't see any mention of which image Index is which, other then here that says 4 is Ultimate .
Didn't miss anything, I mistakenly assumed everyone was familiar with the WIM image format and never posted the list.

Here you go - These are the default images inside an untouched ISO - obviously vLite users who remove all images can disregard. they only have 1 image in their iso's

x86

1 - Starter
2 - Home Basic
3 - Home Premium
4 - Professional
5 - Ultimate

x64

1 - Home Basic
2 - Home Premium
3 - Professional
4 - Ultimate

Hope that helps.



#62 User is offline   killalot 

  • Group: Members
  • Posts: 9
  • Joined: 02-May 09

Posted 21 January 2010 - 10:23 AM

View PostMrJinje, on Jan 20 2010, 01:18 PM, said:

View Postcluberti, on Jan 20 2010, 12:12 PM, said:

replace the # in "/index:<#>" with the index # of the instance inside the WIM you actually packaged

In the past these were usually a case of mistaken image identity, one reader accidentally integrated his updates into image #1 not knowing that image #5 (#4 on x64) was actually the Ultimate he was looking for.

View PostMrJinje, on Nov 29 2009, 02:38 PM, said:

View Postnujackk, on Nov 29 2009, 12:43 AM, said:

Ok what did i miss, cause I don't see any mention of which image Index is which, other then here that says 4 is Ultimate .
Didn't miss anything, I mistakenly assumed everyone was familiar with the WIM image format and never posted the list.

Here you go - These are the default images inside an untouched ISO - obviously vLite users who remove all images can disregard. they only have 1 image in their iso's

x86

1 - Starter
2 - Home Basic
3 - Home Premium
4 - Professional
5 - Ultimate

x64

1 - Home Basic
2 - Home Premium
3 - Professional
4 - Ultimate

Hope that helps.




I see,I didn't realise you had to do that I thought all the hotfixes etc where applied to all version.Do you just select which version with the drop down box,1-7.In my case x64 ultimate will be number 4

#63 User is offline   MrJinje 

  • Tool™ Developer
  • Group: Developers
  • Posts: 942
  • Joined: 14-October 09
  • OS:none specified
  • Country: Country Flag

  Posted 22 January 2010 - 04:18 PM

View Postkillalot, on Jan 21 2010, 10:23 AM, said:

Do you just select which version with the drop down box,1-7.In my case x64 ultimate will be number 4

Yes

#64 User is offline   killalot 

  • Group: Members
  • Posts: 9
  • Joined: 02-May 09

Posted 24 January 2010 - 04:59 AM

View PostMrJinje, on Jan 22 2010, 05:18 PM, said:

View Postkillalot, on Jan 21 2010, 10:23 AM, said:

Do you just select which version with the drop down box,1-7.In my case x64 ultimate will be number 4

Yes


Cheers,i have done the disk now and applied what i needed,thanks for the help. :thumbup

#65 User is offline   gotenks98 

  • Member
  • PipPip
  • Group: Members
  • Posts: 141
  • Joined: 02-June 05

Posted 25 February 2010 - 09:44 AM

I am going to give this tool a try. Does anyone know if it will intergrate drivers that are unsigned in 64-bit or do I have to do all of those manually with the forced command?

#66 User is offline   MrJinje 

  • Tool™ Developer
  • Group: Developers
  • Posts: 942
  • Joined: 14-October 09
  • OS:none specified
  • Country: Country Flag

Posted 25 February 2010 - 02:52 PM

This doesn't use the force command (run it separately if you need) but it seems to integrate them, because I get a pop up during installation asking permission to install an unsigned driver.

#67 User is offline   gotenks98 

  • Member
  • PipPip
  • Group: Members
  • Posts: 141
  • Joined: 02-June 05

Posted 03 March 2010 - 02:32 PM

View PostMrJinje, on 25 February 2010 - 02:52 PM, said:

This doesn't use the force command (run it separately if you need) but it seems to integrate them, because I get a pop up during installation asking permission to install an unsigned driver.

Any chance you can add this force command functionality in future revisions? Its pain to sort out which drivers need to be redone when you got like 200+ drivers.

#68 User is offline   MrJinje 

  • Tool™ Developer
  • Group: Developers
  • Posts: 942
  • Joined: 14-October 09
  • OS:none specified
  • Country: Country Flag

Posted 07 March 2010 - 11:17 PM

I would try something like this first.

Dism /Image:D:\Mount /Add-Driver /Driver:D:\Drivers /Recurse /ForceUnsigned

report back if that allows you to force all 200 of your drivers in a single command.

#69 User is offline   ricktendo 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,233
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 07 March 2010 - 11:54 PM

Or use dir /b switch to get a list of the INF files

for /f %i in ('dir /b "X:\Unsigned\*.inf"') do dism /image:X:\mount /add-driver /driver:"X:\Unsigned\%i" /forceunsigned


#70 User is offline   Gremo 

  • Member
  • PipPip
  • Group: Members
  • Posts: 101
  • Joined: 24-May 05

Posted 16 March 2010 - 01:13 PM

a (really really) stupid question: integrate cert/insert key is used to get windows 7 already activated on install? I'm trying to achieve this on my notebook but i don't know here to find the cert file...

Thanks

#71 User is offline   MrJinje 

  • Tool™ Developer
  • Group: Developers
  • Posts: 942
  • Joined: 14-October 09
  • OS:none specified
  • Country: Country Flag

Posted 16 March 2010 - 01:43 PM

View PostGremo, on 16 March 2010 - 01:13 PM, said:

a (really really) stupid question: integrate cert/insert key is used to get windows 7 already activated on install? I'm trying to achieve this on my notebook but i don't know here to find the cert file...

Thanks

That only works for OEM computers that came with Windows 7 originally.

See this article

If you have an Windows 7 OEM computer you might be able to find the proper certificate in your "C:\Windows\System32\OEM" folder. As for the OEM key, do not use the one on your sticker. That will not work because that key is retail COA not OEM:SLP. Run a product key checking tool on the machine to determine what Product Key your machine is really using, then use that key.

Otherwise, if you do not have a Windows 7 OEM machine, forget it, that method will not work for you (but driver integration still should).

#72 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,769
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 March 2010 - 03:11 PM

open admin cmd prompt and type slmgr -dli
if OEM then then under description it will say OEM_SLP channel
or type this for more slmgr -dli | slmgr -xpr | slmgr -dlv

#73 User is offline   Gremo 

  • Member
  • PipPip
  • Group: Members
  • Posts: 101
  • Joined: 24-May 05

Posted 16 March 2010 - 04:33 PM

View PostmaxXPsoft, on 16 March 2010 - 03:11 PM, said:

open admin cmd prompt and type slmgr -dli
if OEM then then under description it will say OEM_SLP channel
or type this for more slmgr -dli | slmgr -xpr | slmgr -dlv

This is what i get:


Posted Image

So what should i do if it's OEM?

#74 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 5,019
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 16 March 2010 - 04:57 PM

You are using the Key from the Product Stocker (COA), not the generic SLP Key from OEM.

#75 User is offline   Gremo 

  • Member
  • PipPip
  • Group: Members
  • Posts: 101
  • Joined: 24-May 05

Posted 16 March 2010 - 05:03 PM

View PostMagicAndre1981, on 16 March 2010 - 04:57 PM, said:

You are using the Key from the Product Stocker (COA), not the generic SLP Key from OEM.


This is a clean install of windows 7 homepremium x64 retail, with product key on the laptop cover, phone activation. No chance to get the activation file and put them on dvd? :(

#76 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,769
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 March 2010 - 06:06 PM

View PostGremo, on 16 March 2010 - 05:03 PM, said:

View PostMagicAndre1981, on 16 March 2010 - 04:57 PM, said:

You are using the Key from the Product Stocker (COA), not the generic SLP Key from OEM.


This is a clean install of windows 7 homepremium x64 retail, with product key on the laptop cover, phone activation. No chance to get the activation file and put them on dvd? :(

this will back it up and yes you can inject them
http://forums.mydigi...tolkens+restore

#77 User is offline   MrJinje 

  • Tool™ Developer
  • Group: Developers
  • Posts: 942
  • Joined: 14-October 09
  • OS:none specified
  • Country: Country Flag

Posted 16 March 2010 - 11:37 PM

Yep, use Token Restore in your situation. That will preserve your sticker based activation.

If that is not good enough, the only alternative might be to restore the bloatware factory install that came on the machine when you bought it. But since you already did clean install + activated with your sticker key, it will be much quicker to just use Token Restore instead.

#78 User is offline   rasty 

  • Group: Members
  • Posts: 8
  • Joined: 15-March 10
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 March 2010 - 11:51 AM

OK, everything was going along swimmingly.

I mounted the source that was on a bootable flash drive.

I added drivers and updates (packages).

I committed the changes.

I went to the mount folder, expecting to see the modified installation files/folders, and instead saw what appeared to be an installation of Windows [folders: Perflogs, Program Files, Windows]

What do I do with THAT?

#79 User is offline   MrJinje 

  • Tool™ Developer
  • Group: Developers
  • Posts: 942
  • Joined: 14-October 09
  • OS:none specified
  • Country: Country Flag

Posted 17 March 2010 - 12:29 PM

Let me get this straight, you were expecting to see an installation of Windows, but what you in fact saw was an installation of Windows. LOL, "These aren't the droids files I'm looking for". Quit playing jedi mind tricks on yourself. :crazy: and FYI, those are the files your looking for.

What you can do with them is Copy/Paste any files you want into the system. Any changes you make in the mount will be a part of the next install. (after you commit changes) Maybe you want to delete useless shortcuts from the start menu, or copy a portable application into the Program Files folder, I dont know, get creative.

#80 User is offline   rasty 

  • Group: Members
  • Posts: 8
  • Joined: 15-March 10
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 March 2010 - 01:25 PM

Sorry to be dense, but what I was expecting (apparently unjustifiably) was to see in the Mount folder something very similar to the source [folders: boot, efi, sources, support] with which I could use to make a new install disk.

I originally found links to this thread after finding out that Vlite doesn't work for Windows 7. I thought Dism would be an alternative to Vlite.

[ What you can do with them is Copy/Paste any files you want into the system. Any changes you make in the mount will be a part of the next install. (after you commit changes) ]

In the context of what I was expecting/trying to do, I have no idea what this means.

I guess I was expecting a vlite apple and got a C: drive orange.

Share this topic:


  • 6 Pages +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 6
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy