thunder
05-04-2009, 02:11 AM
I want my 32bit installer running on both 32 and 64 Windows,
I create some conditions like "VersionNT" and "VersionNT64" to separate different platform,
on 32bit system my installer running well, but on 64 bit system, some files needs install to 64bit "Program Files" folder the others needs install to 32bit "Program Files (x86)" the issue is the installer always using "Program Files (x86)" as a default folder
64bit files can't install to "Program Files".
I have tried to mark files as "64-bit component" but this configuration needs change "Template Summary" to x64 structure.
Please tell me how to change default "Program Files (x86)" to "Program Files" on 64bit system.
Thanks,
Thunder
I create some conditions like "VersionNT" and "VersionNT64" to separate different platform,
on 32bit system my installer running well, but on 64 bit system, some files needs install to 64bit "Program Files" folder the others needs install to 32bit "Program Files (x86)" the issue is the installer always using "Program Files (x86)" as a default folder
64bit files can't install to "Program Files".
I have tried to mark files as "64-bit component" but this configuration needs change "Template Summary" to x64 structure.
Please tell me how to change default "Program Files (x86)" to "Program Files" on 64bit system.
Thanks,
Thunder