Is there a way to assign Packages to different locations at install or do all Packages default to the %AppDir% location?
Announcement
Collapse
No announcement yet.
Install Packages to different locations?
Collapse
X
-
Re: Install Packages to different locations?
Packages aren't really directly related to the destination for your files, but rather whether or not the files themselves will be installed at all. Yes, all files that are added to your project have a default destination location of %AppDir%.
However what you would do in that case is create a new variable for the destination of the files within that package, something called %Package1Dest%. You would then place that variable as the destination location for each file that is part of that package and populate that variable during your install from user input if you wish.
Hope that helps.
Comment