Installer: GPInstall
Installer written in delphi: http://www.qsc.co.uk/gpinstall/gpinstall.htm [tags]Delphi, Shareware, Installer[/tags]
Installer: InnoSetup
> Hi Art what is the URL of Inno-setup http://www.innosetup.com [tags]Delphi, Shareware, Installer[/tags]
Nasty nag crap
In your FormShow event: [code lang=”delphi”]procedure TForm1.FormShow(Sender : TObject); var atom : integer; CRLF : string; begin if GlobalFindAtom(‘THIS_IS_SOME_OBSCUREE_TEXT’) = 0 then atom…