-
Notifications
You must be signed in to change notification settings - Fork 229
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
Windows installer #55
Comments
-1 Apps like this should be portable! |
-1 I always look for portable apps to the extent that, sometimes I don't use an app because it doesn't provide portable option. Please support portable mode even if you add installation option. |
-1 Plus, we hacker types tend to have our own folder locations, configs, etc. It would just eat up HD space & bandwidth IMHO. |
One can always use the non-installer version. Personally i'd prefer an installer, but would like to have both options. |
FYI, for example Inno Setup supports to create "installers" that basically are nothing more than self-extracting archives (via the Uninstallable option). This option could be set to "no" at install time if the uses chooses a "Portable" installation mode. If files are installed like this e.g. to an USB stick, there goes your portable version, and would also have a "real" installer. |
Nice self-extractable archive (looks like real "installer") can be easily created with NSIS using method described in: cmderdev/cmder#142 |
Produce an installer package, doesn't mean that portable archives disappear! @contributors The packaging must be automatic and integrated to the build process. Personally, I prefer a "real" installer -> MSI. |
May be interesting, that even my app provides both "installer" and "7z package", more than 65% of users prefer to download the installer. Even if 7z packager is on first place in downloads list... |
+1 for chocolatey EDIT: there already, great! but i can`t find the manual :( |
@vicentedealencar ConsoleZ manual? just show help (or press F1) |
+1. An installer could also ask whether the user wants shell integration (via these reg files). |
+1 |
+1, Cortana Search on Windows 10 is having issues with finding portable applications it seems. |
I have given an attempt at creating an installer project. This creates an msi and an exe, the files are still built portable and the installer is just a generated package of those same portable files. |
So many downvotes, not enough reasoning. The creation of an MSI package doesn't mean a portable package has to disappear. The positive of an MSI installer becomes apparent in a business environment where Active Directory is prevalent. This would allow domain administrators to deploy ConsoleZ throughout all/particular workstations and keep them up to date. Whilst this is "possible" without an MSI package it becomes a bit more difficult to keep consistency. Personally I'd also like this application to be available via the Windows Store if suitable. That'd help with keeping it up to date (without manual notifications/reminders to do so) for personal/non-domain users. |
Thanks for forking Console2. Its resizing issues in Windows 7 was driving me mad. :)
The current build on the wiki requires you to unzip and place it where you like it on your system. It'd be really nice if there was an installer (other than chocolatey). I can write a simple Windows installer in NSIS (http://nsis.sourceforge.net) if there's interest for it.
Just let me know if anyone is interested in this and I'll get on to it.
The text was updated successfully, but these errors were encountered: