Opened 7 years ago
Closed 7 years ago
#993 closed defect (fixed)
Windows x64 versions not installing to correct folder
Reported by: | smk78 | Owned by: | piotr |
---|---|---|---|
Priority: | critical | Milestone: | SasView 4.2.0 |
Component: | SasView | Keywords: | |
Cc: | Work Package: | SasView Bug Fixing |
Description
At present the x86 (32-bit) and x64 versions of SasView are both installing to C:\Program Files (x86) by default. The x64 should install to C:\Program Files.
Aside from being 'poor form', it also means you currently can't install both versions in parallel without manual intervention. Shortcuts also get overwritten.
Change History (3)
comment:1 Changed 7 years ago by piotr
- Owner set to piotr
- Status changed from new to assigned
comment:2 Changed 7 years ago by piotr
comment:3 Changed 7 years ago by GitHub <noreply@…>
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Fixed.
Added a 64bit specific directive to the INNO setup file.
Pull request:
https://github.com/SasView/sasview/pull/133