Like we can connect to SQL Server using MSSQL_OLEDB plugin, how can开发者_开发技巧 we connect to Oracle server in NSIS? Also what if Oracle server is on some remote machine?Oracle have OLEDB provider,
Does NSIS support Linux and Solaris? I read somewhere that we can compile nsis script on Linux but开发者_开发知识库 cant execute the .exe generated on any other platforms but Windows. Can somebody put
Can I start a service on remote machine using NSIS script. I know we can use: sc \\\\machine start servicename
I\'m currently in the process of writing a Mac PackageMaker-based installer for an application that I had previously distributed for Windows using an NSIS installer.
How to read a .inf file in nsis script? To be precice: I wanna read ${PRODUCT_VERSION} f开发者_JAVA技巧rom a .inf file which is suppose like this: Version = 1.0.0, so I have to read it in .onInit func
Is there any way to tell NSIS not to overwrite my start men开发者_JS百科u shortcut. The reason I don\'t want it to overwrite is so the user\'s command line options aren\'t cleared when they upgrade to
Using an NSIS built package, when it gets to the point of writing the files and doing the actual install procedure, the \'Cancel\' button is 开发者_开发技巧grayed out and can\'t be used. How can I rea
In an NSIS MUI script it is possible to make a section compulsory by adding \"SectionIn RO\" to the section. I would like to specify that the entire SectionGroup is compulsory. I know I can make each
I have written an installer and uninstaller in NSIS which creates and dr开发者_如何转开发ops an sql database, which is working fine. I have written some .bat and .sql files to create and drop the data
How can I call a query from a .bat file? (say my query is: select version from system). Can my .ba开发者_开发百科t file save the output that this query returns? I wanna use this output in my NSIS scr