PDA

View Full Version : Installing MovAlyzeR fails for unknown reasons



Hans-Leo
2012-02-01, 05:32
NeuroScript (r) MovAlyzeR(r) uses Installshield and Microsoft Windows Installer (MSI) Logging.

This log file allows the you to review any installation problems on your computer.
You can also email the log file to sales@neuroscript.net

A If logging was enabled on your computer, you may have a recent msi*.log file in your MS Windows user's Temp directory, e.g.,
C:\DOCUME~1\Raji\LOCALS~1\Temp
NOTE1: ~1, ~2, ... imply additional alphanumerics or spaces beyond the old 8 positions for file names. You can use either
docume~1
or, for example,
"Documents and Settings"
NOTE2: Your Temp directory is defined by the variable "temp". Show its value by typing in the dosprompt: echo %temp%

B Or produce a log file from scratch:

1. Download Movalyzer.msi
E.g., from www.neuroscript.net
Save it in a directory you can remember.

2. Open a Dosprompt window
e.g., Click Start >Run >Type: cmd
Then press Enter.

3. Navigate to the Movalyzer.msi location
e.g., type: cd \
to go to the root directory
Type: cd doc
Then hit tab one or several times till the proper directory shows and press Enter.
Continue until descended in the right (sub)directory.
Type: dir/od
to see all files, ordered by date
For Dos help: type: help
or type: cd /?
or type: dir /?
etc.

4. Install
Type: MSIexec /i movalyzer.msi /log movalyzer.log
and press enter
For help, type: MSIexec

5. Review the log file
The movalyzer.log will contain all information. The .log file may be large: 16MB. Often only the last few pages contain relevant information.

Additional Information
http://www.testingreflections.com/node/view/4839