Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create windows installer #142

Closed
iljau opened this issue Feb 15, 2014 · 1 comment
Closed

Create windows installer #142

iljau opened this issue Feb 15, 2014 · 1 comment

Comments

@iljau
Copy link

iljau commented Feb 15, 2014

The easy way

  1. Download and install nsis-2.46.5-Unicode-setup.exe from https://code.google.com/p/unsis/.

  2. Download: https://github.com/bliker/cmder/releases/download/v1.1.3/cmder.zip

  3. Select: "Installer based on ZIP file"
    screenshot-1

  4. Set meaningful default extraction path:
    screenshot 2014-02-16 00 58 11

  5. (optional) Sign the resulting installer.

    Follow guide: http://blog.assarbad.net/20110513/startssl-code-signing-certificate/

    Then sign using:
    signtool.exe sign /v /f cert.pfx /ph /t http://timestamp.verisign.com/scripts/timstamp.dll cmder-setup.exe


#### Expected result

Something similar to cmder-setup.exe from https://github.com/iljau/cmder/releases/tag/v1.1.3-installer

@felixfbecker
Copy link

As much as a portable version is cool to have, I would prefer to have an installer also - that creates start menu shortcuts, registers the context menu extension (if the user chooses so) and also uninstalls everything again. It can't be that hard to wrap up a little .msi?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants