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

Added publisher and size shown in win uninstall #83

Merged
merged 2 commits into from
Dec 23, 2015
Merged

Added publisher and size shown in win uninstall #83

merged 2 commits into from
Dec 23, 2015

Conversation

demetris-manikas
Copy link
Contributor

No description provided.

@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @stefanjudis, @radibit and @malept to be potential reviewers

@@ -106,6 +106,8 @@ config.json.sample:
"win" : {
"title" : "Loopline Systems",
"version" : "x.x.x.x",
"publisher": "Publisher Info",
"size": "Estimated Size",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add an example value here -> 200MB?
The sample file shows mostly concrete values over the place. :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replaced Estimated Size with a number. The units are KB as stated later on in the file.

@stefanjudis
Copy link
Contributor

Just a tiny note - over all looking good. 👍

@demetris-manikas
Copy link
Contributor Author

Any thoughts about adding
BrandingText "${APP_NAME} ${APP_VERSION}" to the template?
This way NullSoft Install System vX.XX.XXX in the (un)installer is replaced by the BrandingText value

@stefanjudis
Copy link
Contributor

I'll do electron-builder night tonight. :)

Sorry for the huge delay. :(

@stefanjudis
Copy link
Contributor

Any thoughts about adding BrandingText "${APP_NAME} ${APP_VERSION}" to the template?

Sounds perfect to me. :)

About the size - would be cool if we could automatically add the size, as we have the application available.

What do you think?

@demetris-manikas
Copy link
Contributor Author

I found a method to add the size but I 'll have no Windows PC available for a while so I cannot test it.

It is described in http://nsis.sourceforge.net/Add_uninstall_information_to_Add/Remove_Programs Computing Estimated Size section.

Take a look. Looks quite straightforward to implement.

And... while you are there read the whole page.
There are quite a few uninstall options that are not implemented
The QuietUninstallString is very easy to implement along with some others (VersionMajor, VersionMinor).
Let me now what you think.

@demetris-manikas
Copy link
Contributor Author

I managed to get hold of windows and tried it. Looks fine.

@stefanjudis
Copy link
Contributor

@demetris-manikas can you please resolve conflicts... After that I'll give it a try.

Thanks a lot. :)

@demetris-manikas
Copy link
Contributor Author

Conflicts resolved.

@demetris-manikas
Copy link
Contributor Author

Hi, any news on this one?
I guess you are busy but I would appreciate some feedback.
Thanks.

@stefanjudis
Copy link
Contributor

@demetris-manikas sorry it happened again. :(

There was an older PR than yours which I merged first. Sorry about that.

@demetris-manikas
Copy link
Contributor Author

I guess you I have to resolve conflicts once more... not a problem for this one.

@demetris-manikas
Copy link
Contributor Author

Conflicts resolved.

@stefanjudis
Copy link
Contributor

👍 Tried it and works.

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

Successfully merging this pull request may close these issues.

3 participants