-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ThermoMSFileReader Installer Issues with MSFileReader_3.1SP4_x64 #5
Comments
@elanger4 It seems the COM class name has changed, see ExplodingCabbage@e5568e0 . In the process to update this package to work with MSFileReader/MSFileReader_3.1SP4_x64.exe and publish it to pypi. |
@elanger4 I've not been able yet to make 3.1SP4 work. It seems like it is not registered in the COM server, and registering myself with
I think we should bring this up to Thermo, do you have a communication channel with them? Because I don't at the moment. |
@elanger4 I found out what is the problem with MSFileReader 3.1 SP4 x64 : it does not write anything to the Windows registry to register its
I can confirm that the 3.1 SP4 dll is taken into account because |
@frallain I had installation issues as well, and your suggested approach did not work for me.
BTW: This was on a Windows 10 (x64). |
Very good to know, I'll add it to the Readme as the primary way of doing it
because simpler. Thanks for your feedback
On Friday, April 10, 2020, Florian P. Bayer ***@***.***> wrote:
@frallain I had installations issues as well, and your suggested approach
did not work for me.
As you said, the installation does not write anything to the Windows
registry. Consequently, what solved it for me, was registering the Thermo
.dll to the COM Registry manually.
Install the software that you want. e.g. MSFileReader_3.1SP4_x64
Run the shell as administrator (right click on cmd)
Go to the thermo .dll file (cd C:\Program Files\Thermo\MSFileReader)
Add to the registry (regsvr32 XRawfile2_x64.dll)
BTW: This was on a Windows 10 (x64).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.<
…--
François ALLAIN
+33 6 51 39 99 06
|
After following the instructions in the README & running the
MSFileReader/MSFileReader_3.1SP4_x64.exe
installer, trying torawfile = MSFileReader.ThermoRawfile("myfile.raw")
results in an "Invalid class string" error resulting from CreateObject line in MSFileReader.py.
Looks like the installer doesn't properly install MSFileReader, therefore comtypes can't create the object. Is this something we should take up with Thermo?
The text was updated successfully, but these errors were encountered: