Search found 4 matches

by Per Abrahamsen
Fri Mar 14, 2008 1:25 pm
Forum: General
Topic: nsis install files for configuring TextPad
Replies: 0
Views: 482

nsis install files for configuring TextPad

Currently, people who want to use my software with textpad has to follow these instructions:

http://code.google.com/p/daisy-model/wiki/TextPad

I'd like to automate this. Maybe using an nsis installer, as I already use such an installer for my software.

Has anyone tried this? Or am I on the wrong ...
by Per Abrahamsen
Mon Feb 09, 2004 12:06 pm
Forum: General
Topic: Semi-automatic install registered version on student PC's
Replies: 3
Views: 606

I enden up creating a bat file with this content:


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 ...
by Per Abrahamsen
Thu Feb 05, 2004 2:01 pm
Forum: General
Topic: Semi-automatic install registered version on student PC's
Replies: 3
Views: 606

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 ...
by Per Abrahamsen
Wed Feb 04, 2004 5:37 pm
Forum: General
Topic: Semi-automatic install registered version on student PC's
Replies: 3
Views: 606

Semi-automatic install registered version on student PC's

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 ...