-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Setup.exe fails after releasifying. #1485
Comments
@flycast the message
The first things to try would be:
|
Another possibility from #848 is being on a 32bits OS. |
OK. Thanks for your prompt response, I REALLY appreciate it. Was was off on another project so I just got back to it. I have rebooted both Visual Studio and the PC and now without changing anything else I am getting a completely different error when releasifying:
Confirming, there is in fact no C:\Users\erics\source\repos\SL24 Data App\Releases\Setup.wixobj file in bin/Release. |
I just cleaned the files out of the folder "Releases" (not bin/Releases) and that took care of the Wix error above. I am now back to the original issue and will troubleshoot. |
@Thieum - Crud, none of the steps you recommended worked. The OS is 64 bit by the way. I have also verified that the installer is creating a "RELEASE" file and it is readable. |
@flycast ok let us know if the hints provided in #1485 (comment) lead you to a resolution, or at least a better understanding of the issue. The exception rised by wix seems to indicate a reading access issue. It might be a red herring, but it's an issue other people had in the past. |
@Thieum - They did not. That is what I was saying with this comment. |
@flycast ah sorry, missed your comment. |
@flycast there are two other things I can think of that could be related to read/write rights:
|
@Thieum - None of that worked either. |
@flycast could you create a repro project without any sensitive information on github so we can try to reproduce the issue? |
@flycast just for clarity, what makes you say Setup crashes? I have the same list of exceptions in log file and yet I don't get any errors (from a UI standpoint) after running setup and am able to launch my app just fine. |
@Code-DJ - I'm sorry. I switched to Inno because of the time crunch and did get a successful installer built. IF I get a chance I will try to reproduce this issue and post back. By the way...that Microsoft Defender Controlled Folder Access was interfering with quite a few other things including Visual Studio creating backup files when debugging. It was actually interfering with apps writing to folders inside my Documents folder of the same user that was running the app. |
@flycast I'm going to close this out but please follow up with more details if you are able to reproduce the problem again. |
Trying to use Squirrel for the first time. I created a simple install on a simple app of my own using the Getting Started Guide. Everything seems to go well. When I try to run the setup.exe it crashes.
Windows 10 Pro.
Full log file from attempted install:
My C:\Users\erics\AppData\Local\SL24DataApp\packages folder has a RELEASES file but not a RELEASES directory.
I have tried running as administrator.
Any help?
The text was updated successfully, but these errors were encountered: