Skip to content

Commit ba4d28d

Browse files
committed
Packages/doc/installation.rst: Enhance manual installation instructions
This now creates a complete setup for running and developing MIES.
1 parent fbe482d commit ba4d28d

File tree

1 file changed

+25
-5
lines changed

1 file changed

+25
-5
lines changed

Packages/doc/installation.rst

+25-5
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,10 @@ install via the Installer package.
151151
Windows (with hardware support)
152152
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
153153

154-
- Install the `Visual C++ Redistributable package <https://github.com/AllenInstitute/MIES/blob/main/tools/installer/vc_redist.x64.exe>`__
155-
- Quit Igor Pro
156-
- Get the MIES source code, see :ref:`getting MIES`
154+
- Install the `Visual C++ Redistributable package
155+
<https://github.com/AllenInstitute/MIES/blob/main/tools/installer/vc_redist.x64.exe>`__
156+
- Quit Igor Pro. If you have never opened it, open it once and then close it.
157+
- Get the MIES source code and initialize the repo, see :ref:`getting MIES`
157158
- Create the following shortcuts in ``C:\Users\$username\Documents\WaveMetrics\Igor Pro 9 User Files``
158159

159160
- In ``User Procedures`` a shortcut pointing to
@@ -162,11 +163,30 @@ Windows (with hardware support)
162163
- ``Packages\MIES``
163164

164165
- In ``Igor Procedures`` a shortcut pointing to ``Packages\MIES_Include.ipf``
165-
166166
- In ``Igor Extensions (64-bit)`` a shortcut pointing to ``XOPs-IP9-64bit``
167-
168167
- In ``Igor Help Files`` a shortcut pointing to ``HelpFiles-IP9``
169168

169+
- ITC hardware:
170+
171+
- Open a powershell console as administrator and execute the following scripts:
172+
173+
- ``Packages\ITCXOP2\tools\Disable-ASLR-for-Igor64.ps1``
174+
- ``Packages\ITCXOP2\tools\FixOffice365.ps1``
175+
176+
- Install the ITC drivers from Heka
177+
- Execute their ``ITCDemoG64.exe`` program as administrator. You should see some cute sinuses.
178+
- Open regedit, go to ``HKEY_LOCAL_MACHINE\SOFTWARE\Instrutech``, select ``Permissions...`` from the
179+
context menu. In the opened window select ``Full Control`` in the ``Allow`` column for ``ALL APPLICATION
180+
PACKAGES`` for this key and close with ``OK``.
181+
182+
- NI hardware:
183+
184+
- Install the `NI-DAQ mx
185+
<https://www.ni.com/de/support/downloads/drivers/download.ni-daq-mx.html#559060>`__ package from NI.
186+
- Get and install the `NIDAQ Tool MX <https://www.wavemetrics.com/products/nidaqtools/nidaqtools.htm>`__
187+
package from Wavemetrics.
188+
189+
- Install version 2.2.2 of the Multiclamp Commander (64bit) from `here <http://mdc.custhelp.com/app/answers/detail/a_id/20059>`__.
170190
- Start Igor Pro
171191

172192
Windows (without hardware)

0 commit comments

Comments
 (0)