npackd-cpp icon indicating copy to clipboard operation
npackd-cpp copied to clipboard

Multiple destinations

Open gergelyk opened this issue 9 years ago • 7 comments

I use npackd for installing specific components of my system from the private repo. Not only software from the internet. I would like to define multiple Installation Directories on Settings Page. Then I would like to specify in XML repo which Installation Directory the package should go to. The default would be let say first one (e.g. "Program Files"). What do you think?

gergelyk avatar Jul 14 '15 15:07 gergelyk

Thanks :+1:

gergelyk avatar Jul 16 '15 14:07 gergelyk

One of the reasons to modify the default installation path is missing free disk space on C:. Defining the target directory in the repository .xml file would be wrong in this case.

What are the criteria for deciding where a particular package should be installed?

tim-lebedkov avatar Nov 03 '15 17:11 tim-lebedkov

What are the criteria for deciding where a particular package should be installed?

A global setting allowing to specify a destination directory (or at least, drive letter) would be nice to have (either through GUI or a config file). Btw @tim-lebedkov thanks for reviewing Mixxx and adding the 32-bit version!

nodiscc avatar Nov 03 '15 20:11 nodiscc

In my case its the type of the package would decide where to install it. For example regular applicatins go to "C:\Program Files". But I also use npackd to distribute my deliverables to the buddies. This kind of packages would be stored in e.g. "C:\Deliverables". It's not the most critical issue though...

gergelyk avatar Nov 24 '15 02:11 gergelyk

Github does not have issue votes. Let me know If you have any "critical" issues.

tim-lebedkov avatar Nov 24 '15 19:11 tim-lebedkov

Another way would be to create a file system link from "C:\Deliverables\MyPackage" to "C:\Program Files\MyPackage"

tim-lebedkov avatar Feb 10 '17 20:02 tim-lebedkov

True. Thank you for suggestions!

gergelyk avatar Feb 12 '17 11:02 gergelyk