diff --git a/CMakeLists.txt b/CMakeLists.txt
index 05af9b0982adc8e881e8e97f26442502297625ad..0bb1ac05957f9271f670725cc44e31accc9efe56 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -132,8 +132,11 @@ if(WITH_GUI)
         )
 endif()
 
-configure_file( ${CMAKE_SOURCE_DIR}/cmake/moose.in ${CMAKE_BINARY_DIR}/moose )
-install(PROGRAMS ${CMAKE_BINARY_DIR}/moose DESTINATION bin)
+configure_file( 
+    ${CMAKE_SOURCE_DIR}/cmake/moosegui.in
+    ${CMAKE_BINARY_DIR}/moosegui 
+    )
+install(PROGRAMS ${CMAKE_BINARY_DIR}/moosegui DESTINATION bin)
 
 # UNINSTALL
 add_custom_command(OUTPUT __uninstall_moose-core__
diff --git a/cmake/moose.in b/cmake/moosegui.in
similarity index 100%
rename from cmake/moose.in
rename to cmake/moosegui.in