Search found 9 matches

Go to advanced search

by svkirans
Thu Aug 27, 2020 5:50 pm
Forum: Common Problems
Topic: Service not launching on shutdown and start
Replies: 1
Views: 1284
 
Jump to post

Service not launching on shutdown and start

I built a java app and wrapped it as a service using an advanced installer. After installation, the service is launching and the app is working as expected. And it is working as expected if I restart the machine. However, if I shut down the machine and start it again, or log off the user and login b...
by svkirans
Thu Jun 04, 2020 2:11 pm
Forum: Common Problems
Topic: Updater not launching when application is a service
Replies: 3
Views: 4321
 
Jump to post

Re: Updater not launching when application is a service

I added the parameters as suggested by you, but it didn't help. public void doUpdates(){ Thread thread = new Thread() { public void run() { Runtime rt = Runtime.getRuntime(); String updater = System.getProperty("user.dir") + File.separator+"MyUpdater.exe"; File f = new File(updat...
by svkirans
Tue Jun 02, 2020 7:00 am
Forum: Common Problems
Topic: Updater not launching when application is a service
Replies: 3
Views: 4321
 
Jump to post

Updater not launching when application is a service

I am calling the updater from java code and the java application is running as a service. The java code for calling the updater is : public void CheckForUpdates() { boolean isUpdate = false; Thread thread = new Thread() { public void run() { Runtime rt = Runtime.getRuntime(); String updater = System...
by svkirans
Sat May 16, 2020 8:21 pm
Forum: Feature Requests
Topic: Extra security for uninstallation
Replies: 5
Views: 8796
 
Jump to post

Re: Extra security for uninstallation

Ok, Thanks for the information. I will let you know if we need it.
by svkirans
Sat May 16, 2020 8:10 pm
Forum: Common Problems
Topic: Updater not working on Windows 7
Replies: 1
Views: 1462
 
Jump to post

Updater not working on Windows 7

I am using Advanced Installer for Installation and for the updates. For the installation, I am creating an MSI file and then creating an exe for the updates. This process is working fine on Windows 10 and Windows 8 machines. But on Windows 7, the updater is not launching even if I click it manually....
by svkirans
Sat May 09, 2020 12:27 pm
Forum: Feature Requests
Topic: Extra security for uninstallation
Replies: 5
Views: 8796
 
Jump to post

Re: Extra security for uninstallation

Is the maintenance mode available in the Professional version?
by svkirans
Fri May 08, 2020 1:25 pm
Forum: Feature Requests
Topic: Extra security for uninstallation
Replies: 5
Views: 8796
 
Jump to post

Extra security for uninstallation

Hi, I am running our java application as a service. However, we want the users not to stop or uninstall it themselves without contacting the IT team. Some anti-virus applications require an extra password to disable them or uninstall them. Is there anything similar that we can do with the installer ...
by svkirans
Fri May 08, 2020 11:02 am
Forum: Common Problems
Topic: Update java service
Replies: 1
Views: 1373
 
Jump to post

Update java service

We are using Advanced Installer to Install Java Application as a service. How ever I couldn't update the installation later. The same is working if I run as a console application, but it is converted into service, the update is not working any longer. It is downloading the aiu file to the updates fo...
by svkirans
Sat Jan 25, 2020 7:57 am
Forum: Common Problems
Topic: Java swing app as a service
Replies: 1
Views: 1633
 
Jump to post

Java swing app as a service

I have a swing app that should launch on the windows startup. It will normally be minimized on the tray and will show some swing UI only when it requires some user authentication like entering user credentials etc. I am able to create an installer by selecting the app type and console and it is work...

Go to advanced search