我正在为2010年全球疫苗倡议建设一个美好的国家,我热爱建立该项目,以便从简单的NSI档案中自动建立试验。
除我外,所有似乎都是罚款的,但我可以说明,如何使国家信息社会首脑会议在我的项目产出夹中寻找我所花的金,而不是<代码>C:Program 文件(x86)NSISPlugins*.dll。
我是否可以在我的国家倡议书中提出任何指令,使国家峰会能够看一看我在“标准皮条块”之外建造的新鲜花? 在我每次要测试时,必须复制我的《刑法》似乎是很奇怪的。
感谢任何帮助。
我正在为2010年全球疫苗倡议建设一个美好的国家,我热爱建立该项目,以便从简单的NSI档案中自动建立试验。
除我外,所有似乎都是罚款的,但我可以说明,如何使国家信息社会首脑会议在我的项目产出夹中寻找我所花的金,而不是<代码>C:Program 文件(x86)NSISPlugins*.dll。
我是否可以在我的国家倡议书中提出任何指令,使国家峰会能够看一看我在“标准皮条块”之外建造的新鲜花? 在我每次要测试时,必须复制我的《刑法》似乎是很奇怪的。
感谢任何帮助。
您可使用!addplugindir号指令,见。
Use !addplugindir directive with defined symbol (/D on command line). Symbol is "the path to your location of .dll file"
对VS 2010年而言,最佳选择是使用
3. 确定项目特性的符号:
Download here: www.unsigned-softworks.sk/visual-installer/
正如其他人提到的那样,!addplugindir Directive in their NSI script file will do the trick,而且你可以界定一个变量,通过/D的指挥线指令。
关于在贵国国家情报和安全局档案中加入该法典的问题,你需要这样的内容:
!ifdef EXTRANSISPLUGINSFOLDER
!addplugindir "${EXTRANSISPLUGINSFOLDER}"
!endif
在指挥线上,你可以这样说:
makensis.exe /DEXTRANSISPLUGINSFOLDER=C:somefoldermoreplugins YourInstallerScript.nsi
在界定额外文件时,你可能发现,在双轨道路上有任何空间会造成问题,而使用环绕道路的引言则无助于解决问题。 为此,在Windows码头使用dir /x
的指挥系统,将8.3份监督事务司名称标明有空间的夹名。 这将有助于你建立包含空间的双管齐下的道路。 (例如C:Program文档常常从C根中填入<编码>dir /x时成为C:PROGRA~1:
May have missed the point here but could you not have used an XCOPY post build event to copy the output to the NSIS plugins directory?
Need to create a Installation Package that would need to a) install a Database, b) create database and tables, c) installed already created installable in Visual Studio, d) create ODBC datasource, ...
如何在新信息社会首脑会议的运行时间在清单控制中添加物品?
I want to wrap a existing msi installer file into NSIS installer executable. Because there is not any option to change the icon of the msi file. I just want to customize the icon of the output setup....
I m trying to port an NSIS installer to WiX. Every time the installer runs it sets a registry key to a new GUID value, so that when my app runs it can see if it s first run after an install. On ...
I am creating a custom page in my uninstaller as follows: UninstPage custom mypageCreate ..... ..... ..... Function mypageCreate ;call nsDialogs or InstallOptions functions here FunctionEnd ...
I am writing an installer using NSIS. I wanna know how to change or write a description(text on white header)on custom pages? For eg: I am inserting a customized page after the directory page and the ...
I am writing a installer for an existing product, for which an earlier installer was written in NSIS (Nullsoft Scriptable Install System). I have to write an msi based installer for this product using ...
Does anyone know if silverlight can be packaged into an installer such as NSIS?