登录
首页 » Windows开发 » 安装系统和# 39;的源代码(包括样品)酷!(相似…

安装系统和# 39;的源代码(包括样品)酷!(相似…

于 2022-03-12 发布 文件大小:2.92 MB
0 188
下载积分: 2 下载次数: 1

代码说明:

nullsoft 安装系统的源代码(包含samples) cool!。(类似InstallShield的一个开源、Scriptable的安装系统)-installation of the system"s source code (including samples) cool! . (Similar to the one open source InstallShield, the installation of the system NSIS)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 用VB写的串口通讯程式,windows API
    用VB写的串口通讯程式,windows API-Using VB to write the serial communication program, windows API
    2022-06-29 12:03:02下载
    积分:1
  • 如何使用DocX 库在 .DOCX 文件中替换一列单词
    翻译  maninwest@Codeforge  作者:B. Clay Shannon@Codeproject使用 DocX 库替换 .docx 文件中的字任务我想替换英式英语的拼写为美式口语。例如, 替换 "colour" 为 "color", "centre" 为 "center", "plough" 为"plow", 等。我可以使用查找>替换来一个一个地替换,但是很麻烦。所以,我找到一个库 。为了使用这个 docx库,只需从 这里 下载(docx.dll)。在你的项目中添加到它的引用,然后添加此 using子句:using Novacode; 首先需要加载具有”错误"拼写的文档:string filename = string.Empty; DialogResult result = openFileDialog1.ShowDialog(); if (result == DialogResult.OK) { filename = openFileDialog1.FileName; } else { MessageBox.Show("No file selected - hasta la vista and Ciao, baby!"); return; } using (DocX document = DocX.Load(filename)) { document.ReplaceText("travelled", "traveled"); document.Save(); } 我们当然想以此完成所有词汇替换。首先,我们需要有一列单词,这样编码:  请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-01-25 21:24:19下载
    积分:1
  • VB找图找色
    VB模仿大漠 实现简单快速的找图找色,                                                       对初学找图找色的新手有较大的帮助。
    2022-01-23 10:58:35下载
    积分:1
  • 快速dct变换的vc实现实例,希望对大家有帮助。
    快速dct变换的vc实现实例,希望对大家有帮助。-Dct transform vc rapid realization of examples you would like to help.
    2022-03-07 14:57:34下载
    积分:1
  • Win CEFAQ、论坛,总结了典型问题的本质
    Win CE 开发FAQ,论坛精华总结,问题比较典型-Win CE development FAQ, Forum, summed up the essence of the problem typical
    2022-12-09 08:20:03下载
    积分:1
  • 这本书描述了微软的Silverlight技术。
    this book describe Silverlight technic of microsoft.
    2022-02-26 15:32:59下载
    积分:1
  • 经典的扫雷游戏,很实用,是用C写的,已经运行过了,好用!
    经典的扫雷游戏,很实用,是用C写的,已经运行过了,好用!-The classic minesweeper game, it is practical, is written in C, has run off, and easy to use!
    2022-01-21 03:04:27下载
    积分:1
  • ms_word_encrypt。解析word文件格式,和密码规则
    ms_word_encrypt。解析word文件格式,和密码规则-ms_word_encrypt
    2023-02-07 03:40:04下载
    积分:1
  • Winform自制启动画面
    一般软件在启动的时候都会有一个启动画面,这个启动画面是为了系统启动时进行一些验证或者加载资源, 这样能达到一种效果:应用程序不会出现”假死“现象。如果直接启动应用程序,进入界面的时候再去加载应用程序 所需要的一些资源,这个时候界面就会出现卡死现象。可以稍微改动,就可以实现自己的效果了,
    2022-10-04 23:05:03下载
    积分:1
  • windows音量控制
    控制windows音量的动态库+测试源码,可以控制windowsXP,windows7,windows8等操作系统。控制windows音量的动态库+测试源码,可以控制windowsXP,windows7,windows8等操作系统。控制windows音量的动态库+测试源码,可以控制windowsXP,windows7,windows8等操作系统。
    2022-01-24 10:05:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载