How do I c开发者_开发知识库oncatenate 2 strings inNSIS?StrCpy $1 \"one string\" StrCpy $2 \" second string\"
I created installer via NSIS. \"c:\\program files\\myapp\" is default folder for my application.Included script to run myapp on startUp.I\'m having windows 7 But it always fail to start on start-up of
I´m using NSIS editor to 开发者_开发知识库make a setup for my application, but I don´t want the user to have the option for Autorun the application.
I am new to NSIS, and I need to know that in the uninstaller, how I can check if the application (which is 开发者_运维技巧in C++) is running and close it before uninstalling.Here is a slightly more fr
I\'m developing my first java application using Eclipse. I\'ve recently needed to adjust the amount of memory allocated by passing -Xmx256M to the JVM. The application is currently package up as a run
I\'m bundling an application for distribution and SQL Server is a prequisite 开发者_开发问答so we\'re including SQL Server Express. What\'s the easiest way to include SQL server in a point and click i
I want to add support for x64 OSes to my NSIS installer. One of the installer\'s task is drivers installation. I\'ve written a special NSIS plugin for this task. This plugin usesDriver Install Framewo
I want to deploy an ear file which will automatically run the ear file with all the configuration in my Web Sphere applicat开发者_运维问答ion server.Oh ok.That makes more sense.Well, what you really w
I\'m writing an NSIS installer and the setup prog开发者_运维技巧ram elevates \"as administrator\" as needed on Windows 7 / vista.
I developed an installer using NSIS. Every time I re-install the application, I want to create a backup of the existing database files.