<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — Upgrade Express Generator]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/9276/" />
	<updated>2022-10-28T10:47:08Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/9276/upgrade-express-generator/</id>
		<entry>
			<title type="html"><![CDATA[Upgrade Express Generator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/71933/#p71933" />
			<content type="html"><![CDATA[<p>Express Generator checks for new versions and updates automatically when we use the <strong>fetch</strong> command.</p><p>However, it checks for updates in 24 hours intervals by default.</p><p>Here is a command for forcing an upgrade to a newer version:</p><div class="codebox"><pre><code>TITLE Upgrade Express Generator

node .\bin\fetch.js ^
  --check-for-update      true ^
  --automatic-update      true ^
  --update-check-interval 0

PAUSE</code></pre></div><p><span class="postimg"><img src="https://image-holder.forexsb.com/store/upgrade-express-generator.png" alt="https://image-holder.forexsb.com/store/upgrade-express-generator.png" /></span></p><br /><p>How it works:<br /> <strong>--check-for-update true</strong> - sets the fetch command to check for a new version<br /> <strong>--automatic-update true</strong> - if a new version is available, the fetch command installs it (instead of only showing that it is available)<br /> <strong> --update-check-interval 0</strong> - sets the interval for checking for updates to 0 hours. This effectively forces the update.</p><p>Additional:<br /> The <strong>TITLE</strong> sets the text in the CMD window. Now it shows &quot;Upgrade Express Generator&quot;</p><p> <strong>PAUSE</strong> at the end of the command keeps it open when finishes.</p><br /><p>Note: Download the reattached command and put it in the Express Generator folder.</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2022-10-28T10:47:08Z</updated>
			<id>https://forexsb.com/forum/post/71933/#p71933</id>
		</entry>
</feed>
