Page 1 of 1
Register DLL in offline Windows?
#1
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?
#3
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?
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
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
Posted 27 June 2012 - 12:01 PM
Tripredacus, 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
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?
But what about deploy OS into Audit Mode, install all your files they way you want, then sysprep /generalize and capture the image?
#7
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
Posted 07 August 2012 - 10:13 PM
marcusj0015, on 27 June 2012 - 12:01 PM, said:
Tripredacus, 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
- ← Issue with Windows 2008 R2 Unattended installation for Japanese Langua
- Unattended Windows 7/Server 2008R2
- MySysPrep Question →
Share this topic:
Page 1 of 1



Help
Back to top









