Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add additional folders to qif installer ? #703

Closed
R-P-H opened this issue Jul 21, 2022 · 2 comments
Closed

How to add additional folders to qif installer ? #703

R-P-H opened this issue Jul 21, 2022 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@R-P-H
Copy link

R-P-H commented Jul 21, 2022

I would like to add some additional folders with files in them to my installer. Previously, in v1.4, I would just copy the folders to the deployed directory and then they would automatically be included inside the installer when it was created.

This is no longer working in v1.5. How should I go about adding additional folders to my installer so that the folder structure remains the same in the installation directory?

For Example, after installing I want:
myInstallationDir\my.exe
myInstallationDir\myOtherFolder\myOtherFile

@R-P-H R-P-H changed the title How to add additional folders to installer ? How to add additional folders to qif installer ? Jul 21, 2022
@EndrII
Copy link
Member

EndrII commented Jul 21, 2022

Hi
You should use the extraData and extradataOut options to configure your distribution. For more information, see our documentations.

I think this is will be good solution for you:

cqtdeployer -extraData myOtherFolder,OrMyanotherFile
cqtdeployer -extraData myOtherFolder

For get help of option, use next command :

cqtdeployer help -extraData '' -extraDataOut ''

@EndrII EndrII added the question Further information is requested label Jul 21, 2022
@EndrII EndrII self-assigned this Jul 21, 2022
@R-P-H
Copy link
Author

R-P-H commented Jul 21, 2022

Hi You should use the extraData and extradataOut options to configure your distribution. For more information, see our documentations.

I think this is will be good solution for you:

cqtdeployer -extraData myOtherFolder,OrMyanotherFile
cqtdeployer -extraData myOtherFolder

For get help of option, use next command :

cqtdeployer help -extraData '' -extraDataOut ''

Thank-you !

@R-P-H R-P-H closed this as completed Jul 21, 2022
@EndrII EndrII pinned this issue Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants