-
as seen on Server Fault
- Search for 'Server Fault'
I am trying to install SQL Server on Windows 2012. I was able to finally get the wizard up and running after making some changes on the server, but now it fails no matter what I do with the following error:
TITLE: SQL Server Setup failure.
SQL Server Setup has encountered the following error:
…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am trying to install SSIS on our production SQL 2005 SP2 box. Each time I try, the install/setup screen results in failure, starting with the native client, and moving on down. Screen shots below show what I see:
Here is the result of clicking on the status link to the right of the native…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm having a problem though with the Windows caching of the installer. I'm trying to do an upgrade and each time the Windows installer is launching the installer of the older version. And when I do the upgrade it is complaining about problems with reading the older version's msi file (because its…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I trying to deploy the latest Java RE version via GP, Java 7 update 9. I want to update computers that are currently running an older version of Java, a mixture of 7.6 and 7.7, some computers are running versions as old as 6.31. Some are running a mixture of both. I would also like this GP to install…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
Hopefully nothing. But if you have to do more than simple XCopy deployment and you need to support updates, upgrades and perhaps side by side scenarios there is no way around MSI. You can create Msi files with a Visual Studio Setup project which is severely limited or you can use the Windows Installer…
>>> More
-
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