For my project i need to do next: Install Silverlight Install XAP file Run XAP开发者_Python百科 file
does anyone knows how can I make my nsis installer update visual studio include path with my开发者_如何学JAVA sdk paths?In next text I assume you use Visual Studio 2008.
I\'m having a problem wherein when I pin a taskbar icon in Windows 7 for my application, clicking the icon opens up a separate (duplicate) icon for the program instead of keeping it grouped with the s
I would like to know how to use a YESNOCANCEL MessageBox in conjunction with IF logic from LogicLib.nsh in NSIS installer scrip开发者_如何学Pythonting to avoid having to use labels and gotos.
I\'m looking for开发者_StackOverflow社区 away to include into the installation the merge modules of VC2008 (mscrt90 and atl90)
I have a rather common task for my NSIS installer - to find out if Firefox is running before the install, and ask the user to close it. But I haven\'t yet found a plugin that works for Windows 7 x64.
Apparently, I can\'t find any help on this. I have a scenario where I want to check if the user has a certain version of the .NET Framework installed on his or her machine. If not, I want to display a
I\'m having trouble with a Nullsoft Installer sc开发者_Python百科ript. I\'m using the MUI2 interface with the latest (2.46) version of NSIS.
I got an NSIS script which starts a silent 开发者_开发问答installer. In this silent installer, I create shortcuts using CreateShortcut. Unfortunately those shortcuts are not showing up in the Start Me
Currently I am participating in development of a NSIS installer. This installer uses the UAC plugin for elevation to be able to install to a directory inside Program Files. Now, the installer elevates