Qt IFW - Add folder to the user TargetDir
-
-
I need to add One more folder for all files because sometimes user can choose For Example To the Desktop and Desktop will be full of files . - I want to fix this adding one more folder to the targetdir (that the user selects during installation)
-
@LHPixel the simplest method, put your whole application with the dlls etc into a folder and make the IFW over that folder :D
-
@J-Hilk This wouldnt work because files like "installerResouces" , "installer.dat", "components.xml" will be in the previous folder)))
If i do this, then i need to somehow get the installer to delete these file xD@LHPixel you're right, thats a problem
SO I looked into the documentation and I found this:
does that solve the issue for you?
-
@LHPixel you're right, thats a problem
SO I looked into the documentation and I found this:
does that solve the issue for you?
-
@LHPixel interesting.
So I found this SO thread:
https://stackoverflow.com/a/52390328/15422846seems like that could help :D
-
@LHPixel interesting.
So I found this SO thread:
https://stackoverflow.com/a/52390328/15422846seems like that could help :D