Page 1 of 1

Installdir question

Posted: Sun Jan 15, 2023 6:06 am
by JasonHRS
I have a Question about installdir

The installer I am building is an addon for a core product, there is already an established default file structure as shown below

I am using a generic structure here

C:/Company/Program/Content/
all I need to install is the content folder and its contents, as the installer is set up now that's not an issue, but if a user sets up a non default install location it copies the entire file structure and causes issues
such as:
D:/userslocation/Company/Program/Content/
doing this you will have the original content folder after the userlocation

any suggestions

Re: Installdir question

Posted: Mon Jan 16, 2023 12:40 pm
by Leo
Specify the install dir you want and disable this folder change:
page Installation / Advanced / Select Folder Mode \ Disable Folder Change.

Re: Installdir question

Posted: Wed Mar 01, 2023 1:55 am
by JasonHRS
thank you, i got it to work perfectly, excellent software

Thank You