Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

customizing a starpack

2 views
Skip to first unread message

elektr...@gmail.com

unread,
Sep 26, 2008, 8:45:25 AM9/26/08
to
hi,
I have created a starpack for my application using tclkit and sdx
on Windows platform. But the resulting .exe file is showing the same
properties as the tclkit file, i.e., the file version, original file
name, file description well as the copyright info are the same as that
of the tclkit file. I needed to change it to the values which I
specify. Is there any way by which I can do this?

regards,
elektrikblues

Pat Thoyts

unread,
Oct 1, 2008, 5:13:02 PM10/1/08
to
elektr...@gmail.com writes:

You can create a tclkit.inf file in the root of your vfs tree and the
sdx utility will read this and modify the string version resources.
For instance, tkchat uses:

CompanyName "Pat Thoyts"
LegalCopyright "Copyright (c) 2001-2008 Bruce Hartweg et al."
FileDescription "Jabber multi-user chat client"
ProductName "tkchat"
ProductVersion "2.0.0.0"

--
Pat Thoyts http://www.patthoyts.tk/
To reply, rot13 the return address or read the X-Address header.
PGP fingerprint 2C 6E 98 07 2C 59 C8 97 10 CE 11 E6 04 E0 B9 DD

elektr...@gmail.com

unread,
Oct 3, 2008, 8:59:43 AM10/3/08
to
On Oct 2, 2:13 am, Pat Thoyts <cnggub...@hfref.fbheprsbetr.arg> wrote:

Hi,
Thanks for your tip. It worked for me. However there is also another
method which i found from the wiki: http://wiki.tcl.tk/10922

The procedure mentioned in this link is also working. But its not as
easy and simple as the method you have suggested.

0 new messages