Search found 25 matches

Go to advanced search

by Prasad
Thu May 31, 2012 2:19 pm
Forum: Common Problems
Topic: Merge Dialogs from different project (aip) in single project
Replies: 1
Views: 1784
 
Jump to post

Merge Dialogs from different project (aip) in single project

Hi, Me and my colleagues are working on same installer project and each one is developing different dialogs/screens in his own project file (aip). later on when every one completes own work we want to merge all the screens/dialogs to complete our project. I could post my custom dialogs to repository...
by Prasad
Thu May 31, 2012 1:49 pm
Forum: Common Problems
Topic: Validation of edit box for to accept IP Address
Replies: 8
Views: 10548
 
Jump to post

Re: Validation of edit box for to accept IP Address

Hi, I took masked edit control and I entered <###.###.###.###> in the "Text" field from the “Properties” pane. Then I entered random alphanumeric string FF5.234.DW2.999 in that masked edit control but still accepted alphabets also, whereas according to your suggestion it should have accept...
by Prasad
Wed May 30, 2012 4:39 pm
Forum: Common Problems
Topic: Problem in Accpeting Installtion drive from user
Replies: 1
Views: 1772
 
Jump to post

Problem in Accpeting Installtion drive from user

Hi, As per requirements of my project, to install the software I need to accept only the drive name and not the entire installation path. User should enter only drive name and software should get installed in Program files folder in that drive. (e.g when user enters E:\ the software should automatic...
by Prasad
Wed May 30, 2012 4:16 pm
Forum: Common Problems
Topic: Validation of edit box for to accept IP Address
Replies: 8
Views: 10548
 
Jump to post

Validation of edit box for to accept IP Address

Hi, I have one edit box on dialog, which accepts IP address from user during installation. I have to give validations such that only numbers and dots can be entered by user. As I see, edit box takes all the text values. And when I set edit box attribute integer to true then it takes only numbers. Is...
by Prasad
Wed May 30, 2012 4:14 pm
Forum: Building Installers
Topic: Accepting Program Group name from user
Replies: 2
Views: 3274
 
Jump to post

Accepting Program Group name from user

Hi, I have a requirement to give user an option to edit program group (folder) name, while running the setup. The default shortcut creation dialog gives just a check box to create program group. I want edit box in front of program group check box, in which user will type the name of program group. I...
by Prasad
Wed May 30, 2012 4:03 pm
Forum: Common Problems
Topic: Customization of Prerequisites Dialog
Replies: 7
Views: 10683
 
Jump to post

Re: Customization of Prerequisites Dialog

Thanks Daniel.

After carefully following your steps, I could display the .NET 3.5 prerequisite as per requirement.
by Prasad
Mon May 28, 2012 2:26 pm
Forum: Common Problems
Topic: Customization of Prerequisites Dialog
Replies: 7
Views: 10683
 
Jump to post

Re: Customization of Prerequisites Dialog

Hi Daniel, I have tried that scenario, but To fullfill my project requirement, I should neither display the page "Welcome to Prerequisite Wizard" nor should I display messages like "Click on check box to Install". I just want to display plain message ".NET 3.5 is not install...
by Prasad
Mon May 28, 2012 10:09 am
Forum: Common Problems
Topic: Customization of Prerequisites Dialog
Replies: 7
Views: 10683
 
Jump to post

Re: Customization of Prerequisites Dialog

Thanks for reply.... Actually I need to display error message for prerequisite .NET 3.5 before Welcome Dialog as per following requirements :- After Launching the setup, check for .NET 3.5 Prerequisite, a) If .NET 3.5 is not installed, just show Dialog with OK button and text as ".NET 3.5 not i...
by Prasad
Fri May 25, 2012 1:19 pm
Forum: Common Problems
Topic: Writing the input string from user to the file
Replies: 4
Views: 4605
 
Jump to post

Writing the input string from user to the file

Hello,

During the setup, on one Dialog, I need to accept some input text from user in edit box and after clicking on Next button I want to write that string in my Config File.

Please tell me How to write the accepted text/string to the config file (It is XML file)
by Prasad
Fri May 25, 2012 1:08 pm
Forum: Common Problems
Topic: Customization of Prerequisites Dialog
Replies: 7
Views: 10683
 
Jump to post

Customization of Prerequisites Dialog

Hello, During setup, I want to check a predefined prerequisite and if it is not present I just want to show some custom message and only the Finish button on Prerequisites Dialog . But when setup.aip is run the appearing Prerequisite Dialog , contains few more buttons (Back, cancel) and checkboxes f...

Go to advanced search