dziemborowicz / hourglass

The simple countdown timer for Windows.
MIT License
649 stars 114 forks source link

Resolve #165: Support different install path from the bundle installer #170

Closed foxx1337 closed 6 years ago

foxx1337 commented 6 years ago

There are actually 2 changes in Bundle here:

  1. Added a default path, it's probalby not the most elegant solution, there's gotta be a way to grab that path from the child Setup msi, but I don't know how.
  2. Passing that path from Budle to the Setup msi. If I recall, it's documented in WiX that InstallFolder is a pre-cooked variable for WiX Burn.
dziemborowicz commented 6 years ago

Perfect. Thanks!