pyrevitlabs / pyRevit

Rapid Application Development (RAD) Environment for Autodesk Revit®
http://wiki.pyrevitlabs.io
GNU General Public License v3.0
1.3k stars 333 forks source link

Installer Error #421

Closed eirannejad closed 5 years ago

eirannejad commented 5 years ago

Users have been helped on these issues so they can continue work for the most part but installer logs need to be reviewed. Core issue is still unknown to me:

https://github.com/eirannejad/pyRevit/issues/420 https://github.com/eirannejad/pyRevit/issues/419 https://github.com/eirannejad/pyRevit/issues/417 https://github.com/eirannejad/pyRevit/issues/397 https://github.com/eirannejad/pyRevit/issues/407 https://github.com/eirannejad/pyRevit/issues/422

Logs:

MSIB50.LOG MSIE813.LOG MSIF483.LOG MSI56D5_20181107.LOG MSI543B.LOG MSI43FB.LOG pyRevit.Failed.Instal.Log.v4.6.8.txt

TyHearn commented 5 years ago

Did Issue 397 ever get resolved? I'm having the same issue when trying to uninstall

eirannejad commented 5 years ago

No. I organized all here under a single issue since they're all basically the same, just represented differently. You can track it from here now.

eirannejad commented 5 years ago

Seems like PROPERTY CHANGE: Adding FASTOEM property. Its value is 1. is the issue. Disabling Fast Install option in Advanced Installer and will publish for testing.

eirannejad commented 5 years ago

Published 4.6.6 with a few attempts at resolving these issues:

varunbose commented 5 years ago

Hi Eshan,

Installed 4.6.6_Signed on Win 10 (Revit 2018.3) fine. But giving this error on opening Revit. I think v4.6.6 still has the installer issue.

image

varunbose commented 5 years ago

Hi Eshan,

Found this thread in Stackoverflow claiming resolved this same issue. (https://stackoverflow.com/questions/52359277/revit-cannot-run-external-aplication-pyrevit)

Don't know whether to try that Dependencies.exe Some other fourms says .net framework conflict (for some other addins error).

Desperate to get this running on my colleagues machine to showoff my new scripts (which is running fine in my machine (Win 7, pyRevit 4.5, installed almost 8 months before))

eirannejad commented 5 years ago

Is Q: a network drive?

varunbose commented 5 years ago

Yes, But Q:\Program is only the folder of the installer file. Installed in c:Programs\Pyrevit-Master

varunbose commented 5 years ago

Its bit strange.. Un-installed pyrevit. Copied the installer to C: Installed 4.6.6_Signed (while installer in C:) Same error and still shows Q:\Programs\pyMaster....dll.

When tried to rename the folder in Q:\Program, Access denied. (Revit was closed)

varunbose commented 5 years ago

Hi Eshan,

Just noticed that you released 4.6.8. Thanks for that. Installed fine on my machine where it had 4.5 working (Win 7 pro) (Today morning I pressed PyRevit update button and endup with pyRevit.loader error (4.5) after this. So downloaded 4.6.8 & works fine now). Tried luck on my colleagues machine (Win 10), but same pyRevit Loader error. Guess Error 421 still not resolved. Hope you will resolve this soon.

varunbose commented 5 years ago

Just an update.

After installing and cleaning the residue files for multiple times, pyRevit menu is working now. But noticed that it wasn't copying the Add-in file to "roaming folder". So when you fire up Revit after installation, there was no buttons. So I copied the add-in file from another machine & its working now.

So I guess 4.68 Installer is perfect.

Thanks..

eirannejad commented 5 years ago

Thanks for the update @varunbose and I apologize for the troubles. User environments are not as consistent as we all like them to be so there are issues at every major change that needs to be resolved. But I believe we're moving in the right direction with the new deployment method and the CLI tool.

Thanks!

varunbose commented 5 years ago

I have to watch the CLI tool video before deploying pyRevit in next machine.. Thanks a lot Eshan

TyHearn commented 5 years ago

Hi, When I try to install 4.6.8 it ends prematurely and I get this error log. MSI11BA.LOG

DmytroSE commented 5 years ago

Hi, after installation, pyrevit.addin from C:\ProgramData\Autodesk\Revit\Addins\2019 is missing. Using 4.6.8 installer.

eirannejad commented 5 years ago

@DmytroSE Please open a command prompt, run pyrevit env and share the results. If Revit 2019 is not listed under installed Revits in command results, grab the Revit build code and exact version from the About menu and send me those as well so I build into the code.

DmytroSE commented 5 years ago

@eirannejad Thx for reply. Here it is error2

I have created pyrevit.addin file by myself using video from pyrevit channel. Now it works fine.

DmytroSE commented 5 years ago

Update. Just need to delete the pyrevit folder from Roaming as varunbose did. After reinstallation everything is fine.

eirannejad commented 5 years ago

Ya in the new installer I changed the default install location to outside of appdata. Seems like it’s helping

eirannejad commented 5 years ago

Fixed issue with pathnames with unicode and special characters. The new attached will be published with pyRevit 4.6.9 this week.