Squirrel / OldSquirrelForWindows

It's like ClickOnce but Works™
664 stars 55 forks source link

Application icon #240

Closed dchaib closed 10 years ago

dchaib commented 10 years ago

Is there a way to set the icon for the setup.exe file and Windows program list?

I have looked for one and haven't found any... If there isn't, wouldn't it make sense to use the iconUrl from the nuspec file?

shiftkey commented 10 years ago

Ok, so there's a couple of icons that could be used here.

But I'm 99% sure we're not using either of these for the setup.exe we generate - because that's coming from our WiX template - and that's expecting a file on disk

So as part of creating a release we could specify this - perhaps siphon down the file and cache it somewhere.

Does that all seem logical?

dchaib commented 10 years ago

It does! Let me know if I can help.

dchaib commented 10 years ago

I think I can close this! :)