folli@folli.com
Posts: 1
Joined: Mon Oct 29, 2018 9:07 pm

How to install in specific folder but in diferent volume

Hi,
its possible to install in specific folder but in diferent volume, user could change Windows volume but not folder name
ex: C:\Myapp or x:\Myapp but "Myapp" is Always the same.

Thx in advanced
Arnaldo
Catalin
Posts: 6586
Joined: Wed Jun 13, 2018 7:49 am

Re: How to install in specific folder but in diferent volume

Hello Arnaldo and welcome to our forums,

So, to make sure I understood your scenario correctly, you want that whatever folder user chooses for installation, to append "\MyApp" to it, right? If that is the case, you can proceed as it follows:

- Please go to "Dialogs" page and click on the "FolderDlg" (under "First Time Install")

- Now please click on the "Next" button and, under "Published Events" tab, please click the "New..." button to create an event as it follows:
- Set installer property value:

--Property: APPDIR
--Argument: [APPDIR]\MyApp
--Condition: 1

Pleaase let me know if this helps.

Kind regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”