Hi all,

I would like to have the default install path in my installer to be
something like:

c:\Program Files\Vendor\ProgName x.y

But the InstallDir in the NSIS template is set to something like that:

InstallDir "[EMAIL PROTECTED]@"

Hacking CPACK_PACKAGE_INSTALL_DIRECTORY to be something like
"Vendor\ProgName x.y" leads to an error on Vista since it claims that
my program has not been installed properly (something similar to
http://www.cmake.org/pipermail/cmake/2008-August/023459.html)

I attach a patch that what I want.

Best regards,

-- 
Nicolas Desprès

Attachment: vendor-dir.patch
Description: Binary data

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to