Data-Oriented-House / PortableBuildTools

Portable VS Build Tools installer
595 stars 19 forks source link

2.2: Fails if dest folder exists #18

Closed milnak closed 3 months ago

milnak commented 3 months ago

would be nice to have a "force" option in console to overwrite existing, to allow for in-place upgrades.

munohikari commented 3 months ago

If you want to have that in a shell script, then just delete the contents with a prior command. If you want to use a GUI for that, then just delete the contents manually. There are no "in-place upgrades" for this kind of stuff, the structure might be very different, the old files might be left, new ones might be added, etc.