CarlAarnes
Posts: 58
Joined: Tue May 24, 2011 3:43 pm

modify dialog

Hi

some questions:

Is it possible to disable items in the quickselection tree ?
When ive installed a part of a setup .. e.g. server part, in the modify dialog i want the client part to default to same path as the server. How can i do this?

Regards
Carl
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: modify dialog

Hello Carl,
Is it possible to disable items in the quickselection tree ?
I'm afraid we don't have support for this.
When ive installed a part of a setup .. e.g. server part, in the modify dialog i want the client part to default to same path as the server. How can i do this?
I'm afraid I don't fully understand what you mean. Can you please give us more details about what you are trying to achieve (maybe exemplify)?

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
CarlAarnes
Posts: 58
Joined: Tue May 24, 2011 3:43 pm

Re: modify dialog

In the quick select tree, you have options server and client... so when you first install the server part it gets checked in the tree. And it gets a path, i want the path to be the same for the client part as the server path if i check for client.

So if the path for server is product4000 then client also should install to product4000
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: modify dialog

Hello Carl,

In order to achieve this you should make sure that your Client and Server features use the same directory. You can proceed as follows:
- Go to "Files and Folders" page and add all client resource files in a "Client" sub-folder of "Application Folder" (APPDIR).
- Select "Client" folder and from its context menu choose "Properties..." option.
- In the "Folder Properties" dialog enable "Install folder content into the parent folder" option.
- Add all server resource files in a "Server" sub-folder of "Application Folder".
- Select "Server" folder and from its context menu choose "Properties..." option.
- In the "Folder Properties" dialog enable "Install folder content into the parent folder" option.
- Go to "Organization" page and make sure the "Directory" field (of "Client" and "Server" feature) is set to APPDIR.
- Build and run your project.

Also, in order to achieve this you can use our "Client/Server Application" installer template to create a single client/server installation package.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”