MSFN Forum: Register DLL in offline Windows? - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Register DLL in offline Windows?

#1 User is offline   marcusj0015 

  • Member
  • PipPip
  • Group: Members
  • Posts: 154
  • Joined: 05-July 09

Posted 27 June 2012 - 07:32 AM

I'm trying to preinstall a few explorer RAW codecs in a windows image, so they're installed automatically, how can I do this?


#2 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,665
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 27 June 2012 - 08:22 AM

What file format are they in?

#3 User is offline   marcusj0015 

  • Member
  • PipPip
  • Group: Members
  • Posts: 154
  • Joined: 05-July 09

Posted 27 June 2012 - 08:26 AM

They're *.dll x64, and I'm making an x64 win7 image.

There are a few in *.ax as well, but is there much of a difference install wise?

This post has been edited by marcusj0015: 27 June 2012 - 08:26 AM


#4 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,665
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 27 June 2012 - 08:43 AM

You can manually copy those into the image, but they can't be injected. Does your image already have an answer file in it?

#5 User is offline   marcusj0015 

  • Member
  • PipPip
  • Group: Members
  • Posts: 154
  • Joined: 05-July 09

Posted 27 June 2012 - 12:01 PM

View PostTripredacus, on 27 June 2012 - 08:43 AM, said:

You can manually copy those into the image, but they can't be injected. Does your image already have an answer file in it?


No, but I could easily make one, I'm just starting this out, I'm even willing to mount the image registry and try to copy the registry settings. like, there's NO possible way to inject them?

#6 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,665
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 28 June 2012 - 08:38 AM

DISM only supports .cab and .msu files for injection.

But what about deploy OS into Audit Mode, install all your files they way you want, then sysprep /generalize and capture the image?

#7 User is offline   marcusj0015 

  • Member
  • PipPip
  • Group: Members
  • Posts: 154
  • Joined: 05-July 09

Posted 28 June 2012 - 09:38 AM

I may have to capture the image, but I find that the image isn't as clean that way, there are settings and stuff like that set and I personally prefer to avoid it if at all possible, is there a way to create an installable cab though? because that could be AMAZING.

#8 User is offline   MrJinje 

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

Posted 07 August 2012 - 10:13 PM

View Postmarcusj0015, on 27 June 2012 - 12:01 PM, said:

View PostTripredacus, on 27 June 2012 - 08:43 AM, said:

You can manually copy those into the image, but they can't be injected. Does your image already have an answer file in it?


No, but I could easily make one, I'm just starting this out, I'm even willing to mount the image registry and try to copy the registry settings. like, there's NO possible way to inject them?


Copy the files directly into your install. Then register them at the Setupcomplete.cmd stage (or earlier) with the Regsrv32.dll in the System32 folder and not the one in 'syswow64' folder unless they are 32bit DLL's.

This post has been edited by MrJinje: 07 August 2012 - 10:15 PM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

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



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