Welcome, Guest
Username Password: Remember me
  • Page:
  • 1

TOPIC: Quick Question.........

Quick Question......... 4 years, 5 months ago #315

  • Benjamin
  • OFFLINE
  • Senior Boarder
  • Posts: 48
  • Karma: 0
I have built a Pocket PC installer using Pocket PC Installer Creator, at the beginning of the installer it says \"This will install YourProgram Setup on your PC.\" How can I change this to say something like \"This will install YourProgram onto your Pocket PC\" Or edit it?

All help will be appreciated!

Re:Quick Question......... 4 years, 5 months ago #316

  • nick_tg
  • OFFLINE
  • Moderator
  • Karma: 4
Hi,

Go to Global Code and add the following:

procedure CurPageChanged(CurPageID: Integer);
begin
  WizardForm.WelcomeLabel2.Caption:='Your Message Here ...';
end;

Re:Quick Question......... 4 years, 5 months ago #319

  • Benjamin
  • OFFLINE
  • Senior Boarder
  • Posts: 48
  • Karma: 0
Ok, I tried it and got an error message \"Error: Column 3: Duplicate identifier 'CustomForm' \" Any help here?

Re:Quick Question......... 4 years, 5 months ago #320

  • nick_tg
  • OFFLINE
  • Moderator
  • Karma: 4
Hi,

I can't replicate your problem. For me is working. Are you sure you placed the code to the right place ?

Regards,
Nick Protopapas
  • Page:
  • 1
Time to create page: 0.20 seconds