Tobbe / losi

LiteStep OpenSource Installer
https://tlundberg.com/losi
Other
51 stars 13 forks source link

Confusing output when extracting files #7

Closed Tobbe closed 15 years ago

Tobbe commented 15 years ago

When installing LOSI to a new directory on a system that already has LiteStep running the very first output in the extracting files dialog is confusing.

Let's say LOSI/LiteStep is already installed to C:\Program\LiteStep and running from there. Now the user installs LOSI to C:\LOSI. The first line of output is now going to be

Run: C:\LOSI\litestep.exe !quit

Expected output would be

Extracting: C:\LOSI\litestep.exe
Run: C:\LOSI\litestep.exe !quit

or even better

Run: C:\Program\LiteStep\litestep.exe !quit

Best option would be to solve issue #3 removing the need for this altogether.

Tobbe commented 15 years ago

Since issue #3 is resolved, this issue is no longer valid.