Re: [CMake] How do you make a 64-bit NSIS installer for Windows?

2009-06-02 Thread David Cole
The functionality needs to be added. Patches attached to feature requests in the bug tracker are always welcome. :-) Basically, we need some bit-ness detection code in the Modules/ NSIS.template.in file. On Tue, Jun 2, 2009 at 9:21 AM, Keith Gardner wrote: > My company is trying to package our

Re: [CMake] How do you make a 64-bit NSIS installer for Windows?

2009-06-02 Thread Keith Gardner
] How do you make a 64-bit NSIS installer for Windows? The functionality needs to be added. Patches attached to feature requests in the bug tracker are always welcome. :-) Basically, we need some bit-ness detection code in the Modules/NSIS.template.in file. On Tue, Jun 2, 2009 at 9:21 AM, Keith

[CMake] How do you make a 64-bit NSIS installer for Windows?

2009-06-02 Thread Keith Gardner
My company is trying to package our software on Windows using NSIS in 32-bit and 64-bit but the install path always assumes that the package is 32-bit. If you are on a 64-bit machine, 32-bit and 64-bit NSIS installers use "C:\Program Files (x86)" as the install path. The proper way for a 64-bi