A page in your DokuWiki was added or changed. Here are the details: Date : 2015/02/22 16:33 Browser : Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36 IP-Address : 71.175.97.130 Hostname : pool-71-175-97-130.phlapa.fios.verizon.net Old Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient?... New Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient Edit Summary: Rework/Add section: Copy the X2Go Client binaries to the desired folder User : mikedep333 @@ -214,8 +214,21 @@ * CreateShortCut "$INSTDIR\X2Go Client.lnk" "$INSTDIR\x2goclient.exe" "--debug" * CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\X2Go Client.lnk" "$INSTDIR\x2goclient.exe" "--debug" * CreateShortCut "$DESKTOP\X2Go Client.lnk" "$INSTDIR\x2goclient.exe" "--debug" + + ==== Copy the X2Go Client binaries to the desired folder ==== + + The 2 binaries to copy are. + + - x2goclient.exe (from the ''release/'' folder) + - x2gohelper.exe (from the ''release/'' folder) + + However, you must decide where you wish to copy them. + + - If you wish to run x2goclient from a folder without creating and running the NSIS installer , copy them to the ''dist'' folder. + - If you wish to run x2goclient from a folder without creating and running the NSIS installer , create the ''nsis\x2goclient'' folder and copy them there + ==== Pack/Compress X2Go Client ==== You may want to pack X2Go Client to reduce it size. You can do it with [[http://upx.sourceforge.net/|upx]], which is available for Windows, Linux and Cygwin. @@ -248,12 +261,9 @@ cd x2goclient copy-deps-win32.bat dist </code> - Now, copy the 2 x2goclient binaries over. - - Add x2goclient.exe (from the ''release/'' folder) to the ''dist/'' folder. - - Add x2gohelper.exe (from the ''release/'' folder) to the ''dist/'' folder. ==== X2Go Client package folder (manually) ==== -- This mail was generated by DokuWiki at http://wiki.x2go.org/