The core snippet is here:
public class Installer extends ModuleInstall {
public void restored() {
modifyAutoupdateSettings();
}
private void modifyAutoupdateSettings () {
Settings autoupdateSettings =
(Settings)SharedClassObject.findObject(Settings.class);
autoupdateSettings.setPeriod(Settings.EVERY_STARTUP);
}
}
You need to add Autoupdate and Settings Options API modules among your
project libraries. Then use Module Installer template from NetBeans
Module Development category in File|New file wizard and put this code
snippet into Installer class.
This code will force Autoupdate module to connect all enabled Update
Centers on every startup regardless of user's settings.
If you would like to respect user's setting, you have to ensure the code
is called only once.
分享到:
相关推荐
Provides latest MS Office updates to customers.Microsoft AutoUpdate allows you to keep your software up-to-date automatically.
Microsoft_AutoUpdate_4.7.19011500 最新版,便于您更新Mac版Office。
标题中的"ARM_TT_AutoUpdate_270.exe"是一个特定的可执行文件名,通常代表一个自动更新程序,用于ARM_TT平台。ARM_TT可能是“ARM Terminal Tool”或类似的命名,这是一个基于ARM架构的终端设备或开发工具的简称。...
Microsoft_AutoUpdate_4.43.22011101_Updater.pkg
Microsoft_AutoUpdate_4.26.20081000_Updater.pkg
WinExec(PChar('"AutoUpdate.exe" /silence'), SW_SHOW); 2.在你程序菜单加一项<自动升级>,其代码为: WinExec(PChar('"AutoUpdate.exe"'), SW_SHOW); AutoUpdate.ini为自动升级的配置文件 [AutoUpdate] URL=...
标题中的"autoupdate_基于FTP编写自动下载工具_mostlyyrp_"暗示了这是一个关于创建自动更新机制的项目,利用FTP(文件传输协议)来实现软件的自动下载。这个工具可能用于确保用户总是运行的是软件的最新版本。下面将...
DSA_AutoUpdate是一款由善领公司推出的车载导航系统更新工具,专为DSA 2010版本设计。这款软件的核心功能在于提供免费的自动更新服务,确保用户能够时刻拥有最新的地图数据和软件功能,提高行车导航的准确性和安全性...
程序自动升级工具,可以实现程序更新后,主程序自动下载升级
代码已经全部验证测试并且用于项目,升级源文件存放于FTP,分三级目录存放,即升级主目录(UpdatePath)位于FTP根目录下,此级目录为项目名称,第三季目录各个程序主目录,程序目录中可以有子目录,级数不限制。...
DSA2013_AutoUpdate.rar 是一个压缩文件,它包含了一个名为 DSA2013_AutoUpdate.exe 的可执行文件。这个压缩包可能是一个软件的自动更新程序,特别是针对DSA(Digital Signature Algorithm,数字签名算法)相关的...
AutoUpdate
Launcher auto update.
DSA_AutoUpdate.zip是一个压缩包文件,用于提供高德地图2013版的自动更新服务,帮助用户保持其软件版本的最新状态,确保获取最新的地图数据和功能改进。 DSA_AutoUpdate.exe是压缩包内的关键文件,这可能是一个可...
任我游E688GoU_DSA_AutoUpdate升级
C#例子代码 A0701_AutoUpdateC#例子代码 A0701_AutoUpdateC#例子代码 A0701_AutoUpdateC#例子代码 A0701_AutoUpdateC#例子代码 A0701_AutoUpdateC#例子代码 A0701_AutoUpdateC#例子代码 A0701_AutoUpdateC#例子代码 ...
实现升级一台机子上的程序,所有其它机子的程序自动升级.
人脸识别插件在现代Web开发中扮演着重要角色,特别是在安全、认证和个性化用户体验等领域。"人脸识别插件.zip" 提供了一个名为 "jquery.facedetection-master" 的强大工具,它基于JavaScript库,专为快速实现人脸...
3、将这个autoupdate.exe和UpdateList.xml放到主程序下。 在你的主程序里调用这个autoupdate.exe文件即可。 当你想发布更新程序时,只需要更新web服务器上的文件,手工修改UpdateList.xml里的版本号即可。 例如web...