-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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 uses Driver Install Frameworks API (DIFxAPI) to install drivers.
The problem is that this API does not work in WOW64.
Is there…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Heya,
I'm trying to modify an existing NSIS install script to allow for different licence files to be presented to the user depending on whether they are a new or existing user. I have pre-existing code which detects an existing install in the .onInit section.
However I'm running into bumps trying…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I developed customize setup wizard using NSIS Editor. Setup allows an user to Install an application in only
available Drive Letter In Client Machine, shown in combobox . But problem is that removable Drive like PENDRIVE also detects in Setup Wizard if it is connected ,
Is that Possible to not…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using NSIS to deploy a .Net application. The installation/uninstallation process works fine, but I would like to add a final ngen step to improve startup performance.
Unfortunately, Google didn't reveal any relevant material. It's unlikely that noone has ever done this before - maybe someone…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello Friends,
I have developed customized setup Installer using NSIS. But every time when I reinstall an application, I want to take backup of old database files. & backup file should be rename as 'currentdatetime'(ex: 201003101140 means 2010-03-10 at 11:40 AM).
please, Help me soon
I am waiting…
>>> More