shontu
07-24-2008, 06:31 AM
Hi,
I am Using InstallShield 2009 - Premier Edition.
I am creating an installer package for 64 Bit Enviroment and for this I want to use 64 Bit DLL's and its exported functions in my InstallScript project. I try to use "UseDLL" function but it get fails for 64 Bit DLL (it is working fine for 32 bit DLL's).
I just want to know is there any API (such as UseDLL) or any other method through which i can call 64 bit DLL functions in my installScript projects.
I tried using a 64 bit executable which i use with LaunchAppAndWait, which in turns loads and runs functions from my 64-bit DLL. But this is less flexible as i need the return value from DLL function and other values too which i need to use further down in my installscript project. For this i need to write return values and other stuff to one common .ini or xml file and read these value from installScript project. I need a better way than this solution.
Waiting for prompt reply.
Regards,
Umesh Bansal.
I am Using InstallShield 2009 - Premier Edition.
I am creating an installer package for 64 Bit Enviroment and for this I want to use 64 Bit DLL's and its exported functions in my InstallScript project. I try to use "UseDLL" function but it get fails for 64 Bit DLL (it is working fine for 32 bit DLL's).
I just want to know is there any API (such as UseDLL) or any other method through which i can call 64 bit DLL functions in my installScript projects.
I tried using a 64 bit executable which i use with LaunchAppAndWait, which in turns loads and runs functions from my 64-bit DLL. But this is less flexible as i need the return value from DLL function and other values too which i need to use further down in my installscript project. For this i need to write return values and other stuff to one common .ini or xml file and read these value from installScript project. I need a better way than this solution.
Waiting for prompt reply.
Regards,
Umesh Bansal.