Problem with a customized setup.dll

  • Thread starter Thread starter Êþóôáò ÔñÜãêáò
  • Start date Start date
Ê

Êþóôáò ÔñÜãêáò

I built a customized Setup.DLL where in each of the functions I do the
following:
I load the library "vsd_setup.dll", get the address of the respective
function and call it.
This works OK for all the functions except Install_Init. In this case
LoadLibrary() fails.This must be because the vsd_setup.dll has not been
extracted yet.
Is there a way to overcome this problem?

Thank you in advance
K. Tragas
 
Sure, don't use vsd_setup.dll. It does nothing but checks if NETCF is
installed.
If you need this check, do it yourself by checking for version your app
needs in HKLM\SOFTWARE\Microsoft\.NETCompactFramework.

Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 
Back
Top