digitie / transmission-remote-dotnet

Automatically exported from code.google.com/p/transmission-remote-dotnet
GNU General Public License v3.0
1 stars 0 forks source link

Erroneous default install dir under 64bit OS #217

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It's a minor issue but the default install location with the installer
under Windows 7 Home Premium 64bit is "C:\Program Files\Transmission
Remote" instead of "C:\Program Files (x86)\Transmission Remote".

What steps will reproduce the problem?
1. Run "transmission-remote-dotnet-3.20-installer.exe" on a 64bit OS
2. Use the default settings to install

What is the expected output? 
Will install in "C:\Program Files\Transmission Remote"

What do you see instead?
Should install in "C:\Program Files (x86)\Transmission Remote"

What version of the products are you using?
OS: Windows 7 Home Premium 64bit
Transmission: 1.90 (build 10221)
Remote: 3.20 (rev 0)

Ps: I love your soft, keep up the good work :)

Original issue reported on code.google.com by sebastie...@gmail.com on 24 Feb 2010 at 7:52

GoogleCodeExporter commented 8 years ago
DotNet programs are 64bit programs, if you run on a 64bit OS. Therefore put the 
installer to "C:\Program Files\Transmission Remote".

Original comment by elso.and...@gmail.com on 24 Feb 2010 at 9:43

GoogleCodeExporter commented 8 years ago
My bad then. I wasn't aware that DotNet programs are 64bits on a 64bit OS. I was
performing an update and it seems it wasn't the case for the version 3.12 so the
install dir did not match my previous install. Maybe you could put a tip 
somewhere
about that. Thanks anyway.

Original comment by sebastie...@gmail.com on 24 Feb 2010 at 3:52