cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Venkat_VK
Level 4

Vista and InstallShield 2008 - issue in finding dll file from System folder

Hi,

I am using InstallShield 2008 for packaging my application.

During the installation, getting an error - "the specified module could not be found" when I try to install and register a TrueGrid dll file tdbg6da.dll.

It's installed in C:\Windows\System32 folder and it's available when check inside the folder.

I have tried by changing the search option settings also, but it's not helping.

Advance thanks for any help.

Thanks,
VK
Labels (1)
0 Kudos
(2) Replies
mjlarezzo
Level 5

Did you use the Component Wizard to add this as a seperate component? I have successfully added and registered 2 different dll's in the system32 folder using the component wizard. FYI, best practice methods say you should set these files to permanent so they dont get removed on uninstall.
0 Kudos
MGarrett
Level 6

Best Practices also recommend using COM extraction rather than registration, if possible.
0 Kudos