cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
kercan
Level 2

Installscript and Win64

I have an installscript project that needs to load helper DLL that I've compiled to be 64-bit. When I build a single media image executable, I noticed that its a 32 bit .exe - so when I try to run the installation step it fails - most likely because its a 32-bit installer trying to load a 64-bit DLL.

How does one specify for a installscript project that it need to build the single media image as a 64 bit .exe ? With a google search I was able to find information relating to a .msi project but not an installscript project.

Any pointers would be much appreciated.
Labels (1)
0 Kudos
(1) Reply
MichaelU
Level 12 Flexeran
Level 12 Flexeran

There is no way to choose a 64-bit InstallScript setup.exe at this time. Correspondingly most 64-bit operations have to be done through calls to executables (instead of UseDLL calls to DLLs) at this time.
0 Kudos