nsis
Retrieving and displaying the Disk Volume Serial number in NSIS
I am using NS开发者_JAVA百科IS(HM NISedit 2.0.3 for editor) for building setup(s) of my application.[详细]
2023-04-12 19:00 分类:问答Validate text box input before continuing
I have a custom dialog page that contains a text box.When the user hits the \"Next\" button, I want to make sure that there is text in the text box before allowing the installation to continue.[详细]
2023-04-11 11:09 分类:问答Not able to register my 64bit dll through nsis script ?
I have a 64bit dll which i\'m able to register from command prompt with regsvr32. But the problem is when i try 开发者_如何学Goto register my dll through nsis script its not registered. I used RegDLL[详细]
2023-04-10 12:03 分类:问答Clearing the State of Fields in InstallOptions pages
I\'m working on an NSIS installer.One of the requirements is to allow the user to input some information multiple times for multiple different entries (essentially, it allows them to enter server info[详细]
2023-04-09 16:49 分类:问答Use maven's "version" property in java and nsis code
we require the software version number of a maven project both in the java code and in the NSIS installer script. Following the DRY principle, the version number should be stored in the maven pom only[详细]
2023-04-08 10:18 分类:问答Based on my requirements, should I use NSIS or jprofiler/install4j
We have a web application that w开发者_如何转开发e need to make easier to deploy for our clients.[详细]
2023-04-07 15:51 分类:问答How to ping a database from NSIS?
Putting together a NSIS installer. (first time) Currently, a manual step in our install is to make a URL connection to a database, and save a basic connection properties file to a folder under Tomcat[详细]
2023-04-07 01:36 分类:问答NSIS - Desktop Shortcut For All Users
How can I create desktop sho开发者_开发技巧rtcuts for all user while installing a package?NSIS supports several of the common/shared special folders:[详细]
2023-04-06 05:28 分类:问答Installing dependencies for an XNA game: Where is the XNA Framework registry path?
How do I make an NSIS installer check if the user has the XNA and .NET framew开发者_如何学Goorks installed, and install them if they aren\'t? (I\'d rather not have it add extra prompt boxes appear, on[详细]
2023-04-05 15:13 分类:问答How to replace the default logo in NSIS installer?
I would like to replace the default logo in my NSIS installer (see image below), but I cannot find anything a开发者_开发百科bout this on the internet. Can it be done?[详细]
2023-04-05 06:05 分类:问答