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

Release with Squirrel #136

Open
TartanLeGrand opened this issue Feb 19, 2020 · 9 comments
Open

Release with Squirrel #136

TartanLeGrand opened this issue Feb 19, 2020 · 9 comments

Comments

@TartanLeGrand
Copy link

I tried to release Neutronium SPA DEMO, but when I want to create an installer with Squirrel and I install it I have nothing that launches.

Is there a particular installation strategy?

@jmecosta
Copy link

jmecosta commented Feb 19, 2020 via email

@TartanLeGrand
Copy link
Author

Thanks @jmecosta, but I checked this configuration and it didn't work...

Here is my nuspec file :

<?xml version="1.0"?>
<package >
  <metadata>
    <id>Tests</id>
    <version>1.0.0</version>
    <authors>Me</authors>
    <owners>Me</owners>
    <description>HelloWorld - Squirrel</description>
    <releaseNotes>Initial release.</releaseNotes>
    <copyright>Copyright ©  2017</copyright>
  </metadata>
  <files>
    <file src="Neutronium.SPA.Demo\bin\Release\*.*" target="lib\net45\" exclude="*.pdb;*.vshost.*"/>
  </files>
</package>

Squirrel installs 2 applications for me: Neutronium and ChromiumFXRenderProcess. Neither of them launch the application.

@jmecosta
Copy link

jmecosta commented Feb 20, 2020 via email

@David-Desmaisons
Copy link
Member

@TartanLeGrand you need the Neutronium and ChromiumFXRenderProcess exe to be installed in the same directory because when launched Neutronium application will try to launch ChromiumFXRenderProcess.

When ChromiumFXRenderProcess is not found everything may fail silently unefortunatelly.

@TartanLeGrand
Copy link
Author

@David-Desmaisons after installing with the squirrel. My folder contains the 2 exe neutronium App & ChromiumFXRenderProcess.

@David-Desmaisons
Copy link
Member

Did you try to use Clickonce and compare the output with the one you get from squirel?

@TartanLeGrand
Copy link
Author

It's work with Clickonce... I compared the files. Clickonce's structure is very different from Squirrel's. But the files are pretty much the same. Only the manifest files are added to Clickonce.

@David-Desmaisons
Copy link
Member

Hi @TartanLeGrand did you manage to solve this issue?

@TartanLeGrand
Copy link
Author

Hi @David-Desmaisons , the last few tests I ran were not conclusive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants