Search found 15 matches

Go to advanced search

by Tosken
Tue Jan 10, 2017 11:35 am
Forum: Building Installers
Topic: Determine exact java version for prerequisite check
Replies: 1
Views: 2635
 
Jump to post

Determine exact java version for prerequisite check

Hi,

our application needs to check for the installed java (jre) version and if the minimum version is lower than 1.8.0_100 the jre will be downloaded from our server.
Until now i am using a registry check on the key "HKLM\SOFTWARE\JavaSoft\Java Runtime Environment" and check if it is at least 1.8.0 ...
by Tosken
Tue Jun 07, 2016 2:20 pm
Forum: Common Problems
Topic: Use Auto Updater with installer stored on usb drive?
Replies: 4
Views: 4126
 
Jump to post

Re: Use Auto Updater with installer stored on usb drive?

Okay you are right that in the documentation there is only written that it is possible to use a local file for the url in the ini file.
So the url where the installer will be downloaded
(http://www.advancedinstaller.com/user-guide/update-properties.html)

But it works also for the updater.exe to ...
by Tosken
Tue Jun 07, 2016 11:56 am
Forum: Common Problems
Topic: Use Auto Updater with installer stored on usb drive?
Replies: 4
Views: 4126
 
Jump to post

Re: Use Auto Updater with installer stored on usb drive?

Hi Dan,

i have just tested this this morgnung and it works.
The url can also be in the form file://C:\updates.ini

It is also explained in the documentation.
So it works ;)
by Tosken
Mon Jun 06, 2016 8:43 am
Forum: Common Problems
Topic: Use Auto Updater with installer stored on usb drive?
Replies: 4
Views: 4126
 
Jump to post

Use Auto Updater with installer stored on usb drive?

Hi,

i wanted to know if it is possible to use the Auto Updater executable to use a update configuration file stored on a usb drive to check for newer version and also use a installer on the usb drive to install then this version.
The use case is that we have some offline machines which should be ...
by Tosken
Thu Jun 02, 2016 3:25 pm
Forum: Building Installers
Topic: Check for Microsoft security fix as prerequisite
Replies: 17
Views: 14889
 
Jump to post

Re: Check for Microsoft security fix as prerequisite

I already found a solution with the following command it is possible to check for a fix.
wmic qfe where hotfixid="KB3033929"

I wrote a simple application which performs the check and use the application as install condition in the advanced installer.
by Tosken
Wed Jun 01, 2016 2:07 pm
Forum: Building Installers
Topic: Check for Microsoft security fix as prerequisite
Replies: 17
Views: 14889
 
Jump to post

Check for Microsoft security fix as prerequisite

Hi all,

our installer needs to make sure that a specific microsoft security fix is installed on the system (KS3033929).
Typically this gets installed with the automatic windows update. But we have to make sure that it is installed and otherwise download / install the patch.

I can add the *.msu ...
by Tosken
Thu Mar 31, 2016 8:11 am
Forum: Building Installers
Topic: Install hotfix msu as prerequisites does not work
Replies: 1
Views: 2286
 
Jump to post

Install hotfix msu as prerequisites does not work

Hi all,

i want to install a microsoft hotfix (*.msu package) as a prerequisite of my software.
I tried do add it as a package prerequisite in the "prerequisites" tab but the file type *.msu was not supported?
How can i do this?

Thanks
Sebastian
by Tosken
Tue Jan 20, 2015 11:11 am
Forum: Common Problems
Topic: Set static ip adress
Replies: 1
Views: 2086
 
Jump to post

Set static ip adress

Hi all,

how can i assign a custom static ip adress and gateway to a network adapter during installation?
Thanks and best regards
Sebastian
by Tosken
Tue Jun 17, 2014 2:53 pm
Forum: Common Problems
Topic: Possible bug when setting minimal screen resolution
Replies: 10
Views: 10863
 
Jump to post

Re: Possible bug when setting minimal screen resolution

Thank you Eusebiu,

this solved my problem.

Best regards
Sebastian
by Tosken
Tue Jun 17, 2014 2:09 pm
Forum: Common Problems
Topic: Possible bug when setting minimal screen resolution
Replies: 10
Views: 10863
 
Jump to post

Possible bug when setting minimal screen resolution

Hi,

i want to check for a minimal screen resolution before installing our software.
I defined a resolution of 1920x1080 as minimum in the launch conditions.
The problem is that the installation always fails because of to low resolution even on machines with or above the desired resolution.

The ...
by Tosken
Mon Jun 16, 2014 1:45 pm
Forum: Common Problems
Topic: Uninstall dialog when using a multilanguage Installer
Replies: 3
Views: 3828
 
Jump to post

Re: Uninstall dialog when using a multilanguage Installer

Hi Dan,

thank you very much.
Setting the same product code for each language solved my problem.

Thanks and regards
Sebastian
by Tosken
Mon Jun 16, 2014 11:47 am
Forum: Common Problems
Topic: Uninstall dialog when using a multilanguage Installer
Replies: 3
Views: 3828
 
Jump to post

Uninstall dialog when using a multilanguage Installer

Hi all,

i have created a multilanguage installer package and used the option the display a language selection dialog for language selection.
Furthermore i have checked the checkbox "Automatically use previous version's language if installed" in the Translations tab.

Everythink works fine and the ...
by Tosken
Wed Mar 26, 2014 12:22 pm
Forum: Common Problems
Topic: Java Native wrapper does not forward touch events
Replies: 1
Views: 2548
 
Jump to post

Java Native wrapper does not forward touch events

Hi,

we have developed a java application which uses OpenGL to render 3D content in fullscreen mode.
We use swing JFrame which contains a opengl panel for drawing.
Additional we use Gestureworks http://gestureworks.com/ to receive multitouch events and gestures.
Gestureworks needs to know the window ...
by Tosken
Tue Oct 29, 2013 3:06 pm
Forum: Common Problems
Topic: Passing Arguments with Java product exe wrapper
Replies: 3
Views: 5167
 
Jump to post

Re: Passing Arguments with Java product exe wrapper

Sorry for my late reply.
Thank you Dan your solution works fine.

Best regards
Sebastian
by Tosken
Wed Oct 09, 2013 11:59 am
Forum: Common Problems
Topic: Passing Arguments with Java product exe wrapper
Replies: 3
Views: 5167
 
Jump to post

Passing Arguments with Java product exe wrapper

Hi,

we use advanced installer to deploy our java program (jar).
When starting the jar file the program expects a command line parameter (like --imagepath=test.png).
As i figured out, the generated exe wrapper passes given arguments automatically to the jvm when starting the jar.
A call to wrapper ...

Go to advanced search