The java program need to be display for it to work, so may not use sw_hide or any hide command, how do I offset the position of开发者_如何转开发 the console out of the screen? Is NSIS is able to do th
I have an installer (Visual Studio setup project) whic开发者_如何学JAVAh uses DIFxApp and an Orca transform to install drivers. The problem is that there are two DIFxApp merge modules - one for x86 an
I\'m using NSIS to create the installer (with the \"Modern\" UI) for a Java application that only has one installable component. It seems silly to show the user the \"components\" page in this scenari
In NSI, how can I make one section depend on another? Our installer has four visible sections (componen开发者_开发百科ts):
hi im getting a weird error on few machines in my nsis installer while installing. Its is giving \"Invalid win32 file handle\" while installing fonts using fontreg.nsh
I\'m wondering, how do I get the output of an execwait command in NSIS. For example, if I run tree, how would I get the output, which would be the actual tre开发者_C百科e?You can\'t do that with ExecW
Why does this script try to install the jre when it doesn\'t need to? I verified that C:\\Windows\\System32\\java.exe does in fact exist, but this script doesn\'t see it. The script is targeting XP, V
During the installation of my application I install a library used to expor开发者_如何学Ct various functions to $INSTDIR. During uninstallation I want to call a function in this library to perform a t
is there any possibility to show some descriptive text on NSIS installer custom page, but only on mouse hover?
Is it possible to import nsis code and run it from within a compiled nsis executable? Suppose I have a nsis script fubar.nsi and compile it to fubar.exe. For strange reasons*, I also have some additi