Re: Is resource editting my ToGo exe the only way to change my application icon?



Tim,

I was hoping it was just some property in the Lagoon wizard (e.g. I can
edit my application copyright info in there) or that there was some
automatable strategy.

There is a limited ability to set the version strings from the package's
properties and/or Lagoon (its the same thing just reached via different
routes). That includes the copyright string which shows up in the .exe's
"properties" page (properites=>imageStripper->versionResource). It may be that
you can also set up other string tables from there, but I have tried it myself.
If you want more than that then there is nothing "in the box".


Do I have to use ResHacker or equvalent? Or has someone come up with a
command line tool that can do this?

Some time ago I put together a moderately complete package for manipulating
graphical resources from Dolphin (icons, bitmaps, etc). It turns out that the
underlying Windows APIs are themselves buggy, and the workaround I devised is
so ugly that, although it seems to work, I never went back and integrated it
properly into the package. Still, I do use that stuff in my own deployment
code, and I haven't seen any problems so far. I'm not convinced that it
offers any really strong advantages over scripting ResHacker, but if anyone's
interested I'll finish the integration and publish it somewhere.

-- chris



.



Relevant Pages

  • Multiple Log Providers
    ... Logs the output from the package to custom tables. ... Dim strPathPkg As String ... Dim pkgChild As New Package ... ByVal sourceName As String, ByVal sourceID As String, ByVal ...
    (microsoft.public.sqlserver.dts)
  • Re: (?{..}) and lexical scoping issues.
    ... > @_ is most definitely a package variable. ... > (You are counting how many substrings of each string are also substrings ... > all substrings of a string. ... it will be hard to beat with a Perl program. ...
    (comp.lang.perl.misc)
  • COM problem calling DTS from vb.net
    ... Select or create a DTS package for use in this test, ... Overridable Overloads Sub OnError(ByVal EventSource As String, ... Overridable Overloads Sub OnFinish_ ...
    (microsoft.public.sqlserver.dts)
  • A simple metaobject protocol for packages
    ... Under this proposal, for each package there is a corresponding class that represents this package. ... A function search-symbol is introduced that behaves similar to find-symbol, except that the string that it is passed is understood to be unmodified, as read for example from source code. ... A corresponding protocol for intern-symbol and intern-symbol-using-class is probably also needed. ...
    (comp.lang.lisp)
  • Re: False string truncation error
    ... String or binary data would be truncated. ... Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.SQLDTS.com - The site for all your DTS needs. ... Microsoft Data Transformation Services> Package ...
    (microsoft.public.sqlserver.dts)

Loading