I\'m an NSIS novice. I\'m using the NSIS editor, and the built-in 开发者_C百科wizard to create a basic installer. I\'ve figured out how to add a second page to ask the user for an alternate folder (i
I wanna run a java application through NSIS. My java program is called PropertiesReader.java which reads a property from a .config 开发者_高级运维file.How can I do this? Also the output of java progra
Need to create a Installation Package that would need to a) install a Database, b) create database and tables,
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.e
When I read a file using FileRead and display the contents in a listbox I get some garbage character开发者_如何学Gos after the line.
What is a registry in NSIS? How do you write to 开发者_运维技巧and read from a registry?You mean the Windows Registry, which you are able to modify with NSIS?
Currently I am in my installing directory say c:\\Program File\\My installer.I have to execute a demo.bat file that is stored at some other location say c:\\Program Files\\Temp\\example.bat,which I ha
Is there any way to compile the Nullsoft In开发者_JAVA百科staller Script (NSI) setup as a MSI package instead of an EXE?Unfortunately, No.
I\'m porting a windows program from 32 -> 64 bit.It has a 32 bit installer which is written using NSIS.Can I launch one of my new 64 bit exes using the 32 bit NSIS installer?I don\'t think there is a开
I need to install a piece of software with a lot of files. Our experience showed, that 开发者_如何学Pythonon highly fragmented hard drives that leads to very poor performance. So I want to include aut