Auto Updates on windows - electron

I am trying to use the auto update feature, does anyone have a tutorial or something about how to do it? I've read the documentation but they only provide the available methods, not how to use them.
Thanks

electron-builder – please use nsis target and use latest feature https://github.com/electron-userland/electron-builder/issues/529#issuecomment-253731088

Currently, the best way to do electron auto-update is using electron-builder, use nsis.
npm install electron-builer –save-dev
npm install electron-updater –save
then follow this https://github.com/electron-userland/electron-builder
I couldn’t find any example for windows environment over internet and make this myself.
Please see here for

Related

Electron-builder make simple executable instead of installer

I made an Electron app, but it is unnecessarily trying to install itself on some platforms. My app is very simple enough that it makes more sense to be a non-installing executable. Is there an option for this?
You can set target to portable . This will directly run your executable without any installer.
You can find more information here: https://www.electron.build/configuration/nsis#portable

how to import kivy using IDE

What is the best way to install kivy in pycharm. I am faced with number of errors in trying to install this library. Not sure if this is common .Can someone advise?
Follow the installation instructions on kivy.org, within the pycharm python environment.
If you have a specific issue with this, ask about the issue, not about the general concept.

How to enable ZTS and install pthreads with php5.4 in centos 7?

I am using Centos7 with php version 5.4.45 but I m unable to configure pthread.
Please help me out with some steps to install, configure and compile
the pthread library.
Thanks in advance.
Follow the steps method mentioned on this https://blog.flowl.info/2015/compile-php-5-6-pthreads-mongo-ubuntu/
here they have used php-5.6.12 version. Change to your requirement

ASP.NET 5 and Yeoman genetaror issue

First of all I looked into [this][1] post for possible workaround but unfortunately there is none.
My issue is somewhat closer but steps I went through are different so I decided to put up my question in a new thread.
My requirements were:
Installing ASP.NET 5 but I did not want to install full VS 2015 rather I went for DNVM (Dot Net Version Manager) and DNX (NET Execution Environment). This post says we can install from Command Line tool so I used this.
Installing Code for Visual Studio which I did
Installing a aspnet-generator using yo which I did using the following command: npm install -g yo generator-aspnet but ended up with some error messages. Please see screenshot below:
Even I got above errors I went on and ran yo aspnet which was supposed to give me choice of what type of application I want to create etc. But here I ended up with errors again. Please see screenshot below:
I googled a lot but nothing looked suitable or closer to my issue. I don't want to play with Windows Registry.
I am completely screwed up with this problem :( Somebody please show me the right path and help me out of this stand-still situation.
Thank you
This is unfortunately a bug with npm. Here is the usual troubleshoot:
Make sure you're on the latest npm version
Delete the node_modules folders and retry installation
If this doesn't fix it, then you should open an issue on the npm bug tracker.

How to install OmniXml for Delphi Xe2/ OExport XLSX/ODS native Delphi/Lazarus import/export library

I know this might be a simple question but i searched the internet and couldn't find an answer. I am trying to install OExport - XLSX/ODS native Delphi/Lazarus import/export library http://www.kluug.at/xlsx-ods-delphi.php , but in order to install it I need to have prior installed OmniXMl. So I have downloaded from here http://www.kluug.at/xlsx-ods-delphi.php as well. I have extracted the archive and I opened from the dpk folder the OmniXml_Dxe2 package. And in the Delphi IDE i know that i need to right click on the project name (respectively OmniXml_Dxe2.bpl ) and then click install; but install option is missing (attached a picture); Then I thought that i need to run the project instead. So I when I run the project an error appears "Cannot run project unless a host application is defined. Use the Run|Parameters..dialog..box"
Could somebody please tell me where I am doing something wrong and what should I do in order to install OmniXml
The error you are seeing is because you are making a DLL or package, and they cannot be run. They only run when a host application is loading them, and you can use the Run/Parameters dialog to set this. But I suggest that you are really looking for the "Install" option for the project to load it as a package into Delphi.

Resources