Hey!
I want to execute a .jar with arguments in the installation process with a NSIS Installer.
The command I want to execute in CMD or...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
41 results in 0.0067 seconds.
Keywords
Members
Tags
-
How execute .jar with arguments?
-
Java Download BundleID Failed: Access Denied
Hello,
I'm using NSIS to download and install Java. Since 24 Sep 2016, The link to Java seams to be broken.
http://javadl.sun.com/webapps/download/AutoDL?BundleId=98428...
-
EnumRegKey skipping over certain Keys - Help
I have a requirement where I need to detect all the installed versions of Java. I am writing a simple script to iterate over all the registry keys to...
-
How to use winamp plugin in java?
I used JNA to map the plugin functions and variables.
This is my plugin class:
...code:
public interface dsp_stereo extends Library{
-
How to install in silent mode if the file is zip format?
-
Back button is not working as expected?
I have create user defined custom page between license page and start menu page.
If i click back button from start menu page it goes to...
-
Cancel button is not working in while loop?
I have created user defined custom page and called this page from another function which have while loop.
!define MUI_ABORTWARNING
Function...
-
How to create Label repeatly inside the looping condition?
I have created user defined custom page..I have auto increment variable for count.
Based on this count value i want create label.
...
-
How to create user defined directory page?
!insertmacro MUI_PAGE_DIRECTORY
In the code can be used to display the built-in directory page.
Is possible to create user...
-
How to create conditional Directory page?
I have installed my app in this path,
$PROGRAMFILES\myapp.
After that i want to check the free space for this drive.In my...
-
How to select installation Directory based on OS?
By default installation directory I gave this
InstallDir "$PROGRAMFILES\myapplication"
When am i install...
-
Jar is not running inside the JRE folder?
I have installed JRE in this path C:\program files\java\jre.
I have took jre path using registry.I have placed my jar in <jre_Home>\lib\security...
-
How to get JRE version dynamically?
Function java
SetOutPath '$TEMP'
SetOverwrite on
File lib\jre-6u24-x64.exe
ExecWait '$TEMP\jre-6u24-x64.exe'
FunctionEnd...