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

Change file description and copyright? #2

Closed
szwacz opened this issue May 6, 2015 · 7 comments
Closed

Change file description and copyright? #2

szwacz opened this issue May 6, 2015 · 7 comments

Comments

@szwacz
Copy link

szwacz commented May 6, 2015

Hello, could this tool also allow people to change file description and copyright strings?
screen shot 2015-05-06 at 05 53 33

@Ivshti
Copy link

Ivshti commented May 12, 2015

I would like to add the product name to this list.

The full list is:
CompanyName, FileDescription, LegalCopyright, ProductName

@Ivshti
Copy link

Ivshti commented May 12, 2015

It ChangeString does what I think it does implementing this will be straight forward. Will PR later today if thats the case.

@Ivshti
Copy link

Ivshti commented May 13, 2015

I couldn't set up my windows building environment (what a pain), so I am leaving this for now.

@junosuarez
Copy link

(tagging electron/packager#30 so that the status on this issue is reflected on that thread)

@felicienfrancois
Copy link

this works for me:

$ rcedit "path-to-exe-or-dll" --set-version-string "CompanyName" "MyCompany"
$ rcedit "path-to-exe-or-dll" --set-version-string "FileDescription" "This is an exe"
$ rcedit "path-to-exe-or-dll" --set-version-string "LegalCopyright" "Copyright whatever"
$ rcedit "path-to-exe-or-dll" --set-version-string "ProductName" "MyAwesomeProduct"

this is just a documentation issue

I found this on the grunt-rcedit doc
To get all the possible keys, you can open the exe with a gui program like resourcehacker or winresourcer

@szwacz
Copy link
Author

szwacz commented Jun 13, 2015

Doh! Looks like you are right @felicienfrancois

@szwacz szwacz closed this as completed Jun 13, 2015
@aluxian
Copy link

aluxian commented Jul 3, 2015

Thanks @felicienfrancois. Seriously, this should be documented!

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

No branches or pull requests

6 participants