|
Welcome,
Guest
|
Quick Question.........
(1 viewing) (1) Guest
|
TOPIC: Quick Question.........
Quick Question......... 4 years, 5 months ago #315
|
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
|
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
|
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
|
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 |
|
|
|
Time to create page: 0.20 seconds