How to add mydll.dll in c:\Windows\assembly

K

Korben

Hi there,

I have build a image xpe with xp embedded sp2 and future pack 2007, all
works fine after fba, except when i lauch my appication.exe it need an
another dll in the assembly.
How can i add it in with component designer ?

Thank VM
 
S

Stefan Klein

Just copy it from another WinXP system directly to the target system. No
need to re-install just for one dll.
 
K

Korben

Hi Sean,

I have included the dll in resource file and after the fba it is there in my
directory , but not in the bloody assembly.
Under xp i have to drop it with 2 explorer screen from my directory to
c\windows\assembly.
Korben
 
K

Korben

Hi all,

I have to lauch c:\windows\Microsoft.NET...\v2..\gacutil /i
"c:\myRep\mydll.dll" after the fba.
How can i lauch automatiquely one time after the fba?

Thanks VM.
 
S

Sean Liming \(MVP\)

If it wasn't after FBA, I would say use the runonce resource in a custom
component. You could try to run the command using FBA Generic Command
resource in a later phase after .NET has been setup.

Otherwise, Post-FBA setup is not uncommon and is done all the time.

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
 
K

Korben

Hi all,

I have tried Run onces request in my resource component with flag 1, but my
command was lauched too early,
with the resource fba generic cde i have got the error can t load the image
mycde.cde ??( i have added the cmd component in the TD).
Finally i put my dll in
\WINDOWS\Microsoft.NET\Framework\v2.0.50727\BaseAssemblyListV20.txt.
I is not clean but it works.

Regards.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top