Skip to content
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

Installer cannot import InstallerExtensions.dll #68

Closed
prestonpeterson opened this issue Mar 10, 2019 · 2 comments
Closed

Installer cannot import InstallerExtensions.dll #68

prestonpeterson opened this issue Mar 10, 2019 · 2 comments
Assignees
Milestone

Comments

@prestonpeterson
Copy link

prestonpeterson commented Mar 10, 2019

This is the first thing that happens when I try to run the v2.0.1 installer on Windows 10.

Full error:

Runtime error (at -1:0):

Cannot import dll:<utf8>C:\Users\Preston\AppData\Local\Temp\is-CQFN9.tmp\InstallerExtensions.dll.

Each time I run it, it has a different name for the "is-*****.tmp" folder in the above path. It is always "is-" followed by a 5 character sequence of random upper case letters and numbers. Some kind of hash maybe? Not sure if that's relevant, just something I noticed.
In any case, neither this dll nor this "is-*****.tmp" folder exists in my AppData/Local/Temp directory.

Also tried running the installer as admin but same error occurs.

@Alexejhero Alexejhero self-assigned this Mar 10, 2019
@Alexejhero Alexejhero changed the title When attempting to install v2.0.1 on Win10: "Cannot import dll: <utf8> C:\Users\User\AppData\Local\Temp\is-CQFN9.tmp\InstallerExtensions.dll Installer cannot import InstallerExtensions.dll Mar 10, 2019
@devinmartin
Copy link

I had the same issue. I looked through the code and noticed that everything is targeting .net 3.5. Once I installed the older .net 3.5 framework everything worked properly.

https://www.microsoft.com/en-us/download/details.aspx?id=21

@Alexejhero
Copy link
Contributor

Fixed in the next update

Alexejhero pushed a commit that referenced this issue May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants