architecture-building-systems / revitpythonshell

An IronPython scripting environment for Autodesk Revit and Vasari
MIT License
500 stars 115 forks source link

Need GUID for Revit 2010 x64 in installer #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. allow for GUID {2A8EEE2F-4A9E-43d8-AA07-EC8A316B2DEB} for RAC 2010 x64
installation
2.
3.

What is the expected output? What do you see instead?
installation should complete

What version of the product are you using? On what operating system?
Revit Architecture 2010 x64

Please provide any additional information below.

Original issue reported on code.google.com by bartos...@gmail.com on 28 Dec 2009 at 2:01

GoogleCodeExporter commented 9 years ago
It seems the Autoit script part that is supposed to register the plug-in in 
Revit.ini
does not complete with RAC 2010 x64 and the entire installation terminates.
Basically, no .dll gets copied, which could be registered in the ini by hand if
necessary. See attached jpgs.

Original comment by bartos...@gmail.com on 30 Dec 2009 at 2:22

Attachments:

GoogleCodeExporter commented 9 years ago
Try out the new installer for 64bit.

Original comment by dthomas.ch on 5 Jan 2010 at 3:14

GoogleCodeExporter commented 9 years ago

Original comment by dthomas.ch on 5 Jan 2010 at 3:14

GoogleCodeExporter commented 9 years ago
Could someone state if the problem is solved yet? The installer should work, 
but I have 
no 64bit installation handy to try it out...

Original comment by dthomas.ch on 21 Jan 2010 at 7:10

GoogleCodeExporter commented 9 years ago
Still didn't work, it's the autoit script again that's keeping the DLL from 
being 
copied. Same message, but this time guid {2A8EEE2F-4A9E-43d8-AA07-EC8A316B2DEB} 
doesn't 
seem to resolve anything. Would be great for another RAC 2010 x64 user to try 
and 
provide feedback. Maybe JEREMY TAMMIK from the Building Coder has access, I 
know he's a 
fan of your PythonShell.

Original comment by bartos...@gmail.com on 21 Jan 2010 at 5:09

GoogleCodeExporter commented 9 years ago
I'm using Jeremy Tammiks post here: 
http://thebuildingcoder.typepad.com/blog/2009/02/revit-install-path-and-product-
guids.html to make the installer.

I wonder, if the key is correct (it might be a case sensitive thinggy, I 
noticed the 
hex digits aren't uniformly upper or lower case.

I'll look into this as soon as possible, but have to put my day job first! Any 
help 
from trying out the AutoIt script for me is greatly welcomed. 

Original comment by dthomas.ch on 22 Jan 2010 at 8:17

GoogleCodeExporter commented 9 years ago
I think this is not an issue anymore, we have since moved on (Revit 2012)

Original comment by dthomas.ch on 13 Nov 2011 at 10:35