Semi-automatic install registered version on student PC's

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
User avatar
Per Abrahamsen
Posts: 7
Joined: Wed Feb 04, 2004 5:09 pm
Contact:

Semi-automatic install registered version on student PC's

Post by Per Abrahamsen »

The student lab PC''s are cleaned automatically every night. Is it possible to make the install of a registered version semi-automtic? What I'm thinking of is to have a bat file on a network drive which the students can click on to install and register textpad.

It would be even better if the bat file could also install our llocal textpad classes and tools.
User avatar
Per Abrahamsen
Posts: 7
Joined: Wed Feb 04, 2004 5:09 pm
Contact:

Post by Per Abrahamsen »

License registering was pretty easy.

Insert the license in one copy of textpad
start -> run -> regedit
HKEY_LOCAL_MACHINE -> Software -> Helios
Files -> Export...

This gives you a ".reg" file, clicking on the file will insert the license in the local copy of textpad.

A similar trick with

HKEY_CURRENT_USER -> Software -> Helios

will give an installable ".reg" file with the current user's customizations.

These can, I guess, be run from a .bat file, which can also copy site specific .syn and .tcl files to give students a ready-made setup.

The student still needs to install textpad first manually, though.
User avatar
Per Abrahamsen
Posts: 7
Joined: Wed Feb 04, 2004 5:09 pm
Contact:

Post by Per Abrahamsen »

I enden up creating a bat file with this content:

Code: Select all

c:
cd \Daisy
cd textpad
txpeng472.exe
copy *.syn "c:\Program Files\TextPad 4\Samples"
copy *.tcl "c:\Program Files\TextPad 4\Samples"
regedit /s txt4dai.reg
regedit /s txt4lcns.reg
regedit /s txt4tool.reg
And telling the students to choose the default answers to the textpad installation program. The .reg files are created from regedit as described before.

The txpeng472.exe program also has a /S option which should make it silent, but if I use it nothing happens.
User avatar
s_reynisson
Posts: 939
Joined: Tue May 06, 2003 1:59 pm

Post by s_reynisson »

Thx for keeping the forum informed!
Also, you might want to vote here ;)
Then I open up and see
the person fumbling here is me
a different way to be
Post Reply