@@ -151,9 +151,10 @@ install via the Installer package.
151
151
Windows (with hardware support)
152
152
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
153
153
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 `
157
158
- Create the following shortcuts in ``C:\Users\$username\Documents\WaveMetrics\Igor Pro 9 User Files ``
158
159
159
160
- In ``User Procedures `` a shortcut pointing to
@@ -162,11 +163,30 @@ Windows (with hardware support)
162
163
- ``Packages\MIES ``
163
164
164
165
- In ``Igor Procedures `` a shortcut pointing to ``Packages\MIES_Include.ipf ``
165
-
166
166
- In ``Igor Extensions (64-bit) `` a shortcut pointing to ``XOPs-IP9-64bit ``
167
-
168
167
- In ``Igor Help Files `` a shortcut pointing to ``HelpFiles-IP9 ``
169
168
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 >`__.
170
190
- Start Igor Pro
171
191
172
192
Windows (without hardware)
0 commit comments