Ok - I'm pretty new to Adv Installer -- but I have an old VB6 application that requires some of the .dll and .ocx files to be in the windows/system32 directory -- even on 64 bit machines. VB6 has the directory structures hardcoded for these components.
so -- if I create package as a 32 bit -- the system directory is system32 when installing on a 32 bit machine -- but Syswow64 on a 64 bit machine.
What I believe I need to do is just install the libraries to both the System and System64 folders -- and on 64 bit machines it will be in both folders-- and on 32 bit machines it will be where it needs to be in the System32 fiolder.
can this be accomlished??
Thanks!