[CMake] How to disable Start Menu option with CPack NSIS

David Yat Sin dyatsin at sangoma.com
Tue Nov 23 16:23:17 EST 2010


Hi,
I am trying to generate a NSIS installer on Windows XP to install a 
library and I want to remove the Window where the installer asks for 
"Choose Start Menu Folder"

I have tried:
SET(CPACK_NSIS_MENU_LINKS )
SET(CPACK_NSIS_MENU_LINKS "")
SET(CPACK_NSIS_MENU_LINKS OFF)
UNSET(CPACK_NSIS_MENU_LINKS)

But still no luck, has anyone been able to do this before?

David



	
	

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20101123/8222cb52/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dyatsin.vcf
Type: text/x-vcard
Size: 319 bytes
Desc: not available
URL: <http://www.cmake.org/pipermail/cmake/attachments/20101123/8222cb52/attachment.vcf>


More information about the CMake mailing list