Ticket #2698 (closed: fixed)
Update Windows installer names so both architectures contain this information
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 28 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Whitty |
Description
On Windows we currently build:
- Mantid.msi
- Mantid64.msi
Change both to a have standard naming convention that simply matches the architecture:
- Mantid-32bit.msi
- Mantid-64bit.msi
Granted this says nothing about only supporting "amd64" type processors but we should prefer ease of use, i.e. not confusing people with AMD/Intel chips, for our vast majority of users rather than worrying about an event that probably wont even happen: installing on an ia64 processor.
Change History
comment:3 Changed 10 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:4 Changed 9 years ago by Michael Whitty
- Status changed from verify to verifying
- Tester set to Michael Whitty
Note: See
TracTickets for help on using
tickets.
(In [10214]) Refs #2698. Update the MSI names so that each carries a tag of its architecture.