Re: [CMake] SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY)

2010-09-22 Thread Nicky Perian
From: David Cole david.c...@kitware.com To: Nicky Perian nickyper...@yahoo.com Cc: cmake@cmake.org Sent: Mon, September 20, 2010 12:32:48 PM Subject: Re: [CMake] SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY) Why are you trying to set CPACK_PACKAGE_INSTALL_REGISTRY_KEY ? What do you hope to achieve

Re: [CMake] SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY)

2010-09-20 Thread Nicky Perian
Per suggestions; changed SET to below. Cpack still cannot find the registry key. SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY HKEY_LOCAL_MACHINE/SOFTWARE//NSIS/Unicode) From: Nicky Perian nickyper...@yahoo.com To: cmake@cmake.org Sent: Fri, September 17, 2010

Re: [CMake] SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY)

2010-09-20 Thread David Cole
Why are you trying to set * CPACK_PACKAGE_INSTALL_REGISTRY_KEY *? What do you hope to achieve by setting this value? My suggestion is NOT to set it. Or to set it to something like My Software Package Name. There is no reason you should be trying to set it to

Re: [CMake] SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY)

2010-09-18 Thread J Decker
On Fri, Sep 17, 2010 at 10:59 AM, Nicky Perian nickyper...@yahoo.com wrote: I have tried many variations to the HKEY_LOCAL_MACHINE setting and am unable to get a run through of Cpack. I know it must be something simple I am missing. I need help with this. I am on a windows 7 / 64bit machine.

Re: [CMake] SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY)

2010-09-18 Thread David Cole
On Sat, Sep 18, 2010 at 3:02 AM, J Decker d3c...@gmail.com wrote: On Fri, Sep 17, 2010 at 10:59 AM, Nicky Perian nickyper...@yahoo.com wrote: I have tried many variations to the HKEY_LOCAL_MACHINE setting and am unable to get a run through of Cpack. I know it must be something simple I

[CMake] SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY)

2010-09-17 Thread Nicky Perian
I have tried many variations to the HKEY_LOCAL_MACHINE setting and am unable to get a run through of Cpack. I know it must be something simple I am missing. I need help with this. I am on a windows 7 / 64bit machine. NSIS is unicode and installed in the 32 bit program files directory. Thanks,