-
Dll not loding in vista
hai guys,
i am distributing a external winodow hook dll (vbf meour's hook dll) to the users system32 folder while installing my app. but after the installtion, when program is laucned, the dll loaded in vista, but no hooking. if restarted the pc only it works. but no problem in xp. it works fine after installation.
whats wrong?
this is teh innosetup code
Code:
Source: "D:\myproject\distribusion\xxxhook.dll"; DestDir: "{sys}"; Flags: ignoreversion
:confused:
btw, it is a vb6 application.