
NEXUS CLIENT INSTALLER INSTALL
They contain all necessary resources to install and run the repository manager. Upload the signed executable to AWS S3 at: s3://codespells-org/Nexus/Installer/CodeSpells. Nexus Repository OSS is distributed with Sencha Ext JS pursuant to a. The code signing certificate was purchased from Comodo and involved an annoying verification process. To sign the executable generated by InnoSetup, you need access to a special private key and certificate: osslsigncode sign -certs CollectCCC -key codespells.key -n "CodeSpells" -i "" -in CodeSpells.exe -out CodeSpells-signed.exe.
NEXUS CLIENT INSTALLER HOW TO
Reference the InnoSetup script currently in the Nexus repository here for more details about how to configure the setup: nexus/nexus-client/Installer/InnoSetupInstaller/ino-setup-script.Now, use InnoSetup to package up the distribution folder as a single exe:.Generate a distribution folder containing the exe by running raco distribute CodeSpells. To install Nexus TK, download the installation file using the links provided below.Generate the executable by running raco exe -gui -ico cs-icon.ico ++lib racket/gui.Edit the code here: nexus/nexus-client/Installer/CodeSpells.rkt You really shouldn't be developing on this, but if you absolutely must.The CodeSpells Launcher is what actually downloads versions of CodeSpells and manages them for the user. It takes the user through a traditional wizard installation of the CodeSpells Launcher. This Launcher Installer is distributed as a signed exe file, and many users may think of this file as CodeSpells itself, since its the first and only exe downloaded from the CodeSpells website. Most logic for the Launcher should be in CodeSpells Launcher Logic, which this program fetches from AWS.

DO NOT ADD STUFF TO THIS FILE, unless absolutely necessary. The code for the Launcher Installer is in a lightweight Racket file in your locally cloned Nexus repo found at: nexus/nexus-client/Installer/CodeSpells.rkt.
