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

Installer make target (NSIS or alternative) #40

Open
hexabits opened this issue Mar 9, 2014 · 0 comments
Open

Installer make target (NSIS or alternative) #40

hexabits opened this issue Mar 9, 2014 · 0 comments
Assignees
Labels
Milestone

Comments

@hexabits
Copy link
Member

hexabits commented Mar 9, 2014

[ticket WIP]

Since the project structure and codebase (Qt version) have changed a lot, both the win-install and linux-install targets are effectively broken. I think most of us agree we don't like NSIS, and there are several alternatives.

Options

  • NSIS (What's currently in the repo)
    • Downside: Archaic.
    • Advantage: ?. Haven't looked into it enough.
  • Qt Installer Framework
    • Downside: Large executable size.
    • Advantage: Super easy to make. I took about 5 minutes to create a basic installer[1]
    • Advantage: Can make online installers. Connect to a repository. Updating NifSkope or the XML files could be a matter of running the update tool, and checking for updates.
  • ???

[1]: Fig. 1
nifskopesetup
(Ignore the actual content of the installer.) :)

For example I'd rather say "NIF File Format Documentation" to differentiate between that and the NifSkope API docs. Speaking of, an online installer would make including the rather large API docs possible for anyone who would want them. They're rather large currently (100MB). Here's an example of the current Doxygen output. Linking to the main NifSkope class because I think the collaboration diagram is funny. :)

Tracking

Refactor Progress #32

@hexabits hexabits added the T:task label Mar 9, 2014
@neomonkeus neomonkeus added this to the v1.1.4 milestone Mar 11, 2014
@hexabits hexabits self-assigned this Mar 12, 2014
@hexabits hexabits modified the milestones: v1.5.0, v1.1.4 May 17, 2014
@hexabits hexabits modified the milestones: v1.5.0, v2.0.0 Nov 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants