Search found 28 matches

Go to advanced search

by mhubel
Fri Mar 06, 2026 9:38 pm
Forum: Building Installers
Topic: arguments for prerequisite installer
Replies: 3
Views: 25784
 
Jump to post

Re: arguments for prerequisite installer

Thanks for the suggestion. That did allow the install to complete but it only seemed to work with one argument. When I tried two, it still failed. So that was the good news. Then the LibreOffice does not seem to reliably honor the argument anyway so all this is a bit academic at the moment.
by mhubel
Mon Feb 23, 2026 10:59 pm
Forum: Building Installers
Topic: arguments for prerequisite installer
Replies: 3
Views: 25784
 
Jump to post

arguments for prerequisite installer

We are trying to install LibreOffice as a prerequisite. If only a URL is specified, it works. If in addition I try to specify the command line such as:

msiexec /i LibreOffice_25.2.7.2_Win_x86-64.msi

on the Command line (Full UI) line, the msiexec installer just shows it's allowed call arguments ...
by mhubel
Thu Mar 19, 2020 10:51 pm
Forum: Building Installers
Topic: certificate breaks the program
Replies: 1
Views: 2111
 
Jump to post

certificate breaks the program

We have a situation where the unsigned .exe file works properly but after being signed with a certificate by the installer and then installed on a system, the program fails in moderately strange ways. As this program seems very well behaved prior to being put in an install package, it is not at all ...
by mhubel
Mon Oct 08, 2018 3:40 am
Forum: Common Problems
Topic: values always updated in ini file
Replies: 1
Views: 2446
 
Jump to post

values always updated in ini file

We are generating a ini file and the intention is to only generate values for items that were not present but leave existing items alone. We are using the option "Create only if it does not exist" as seen in the attachemet "capture.PNG". In practice. all program updates completely replace all ...
by mhubel
Tue May 22, 2018 1:15 pm
Forum: Building Installers
Topic: license and readme not showing in other languages
Replies: 3
Views: 3526
 
Jump to post

Re: license and readme not showing in other languages

I can try copying the file with multiple names but the point is that for this file, there is no translation and we want the English version to show in all languages.
by mhubel
Fri May 18, 2018 11:27 pm
Forum: Building Installers
Topic: license and readme not showing in other languages
Replies: 3
Views: 3526
 
Jump to post

license and readme not showing in other languages

We are trying to get the readme and license agreement show in all languages. At the present time only English shows. In other languages, it looks like it is saying that the file is missing.

We created a dictionary according to the instructions and even tried to include the full name of the ID for ...
by mhubel
Wed Jul 19, 2017 3:42 am
Forum: Building Installers
Topic: multiple optional installs
Replies: 3
Views: 3568
 
Jump to post

Re: multiple optional installs

Thanks, I think I have the idea. Will try it tomorrow.
by mhubel
Mon Jul 17, 2017 10:01 pm
Forum: Building Installers
Topic: multiple optional installs
Replies: 3
Views: 3568
 
Jump to post

multiple optional installs

We have a program which normally installs from the files included in the installer .exe. The desire is to allow the "Custom" setup to additionally install another package which is available online at:

https://www.mathworks.com/supportfiles/downloads/R2016b/deployment_files/R2016b/installers/win64 ...
by mhubel
Tue Dec 13, 2016 7:20 pm
Forum: Common Problems
Topic: import from visual studio community 2015 fails
Replies: 1
Views: 2262
 
Jump to post

import from visual studio community 2015 fails

We have a visual studio project built in the 2015 community addition using c++. It runs as a windows application on the machine it was built on. Trying to make an installer with version 12.6.1 we used new->installer=>visual studio application. Then after giving it the path to the solution file it ...
by mhubel
Tue May 31, 2016 2:42 pm
Forum: Common Problems
Topic: installed program requests permission
Replies: 2
Views: 3083
 
Jump to post

Re: installed program requests permission

It seems that I did not get a notification of your post.
These does not appear to be any check box "Sign the package using". I have attached the digital signature page for this project. Is this in some other form which I have missed?

The interesting part is that on other projects which don't even ...
by mhubel
Tue May 24, 2016 2:55 pm
Forum: Common Problems
Topic: installed program requests permission
Replies: 2
Views: 3083
 
Jump to post

installed program requests permission

We are using version 12.6.1 to generate an installation. The installed program generates a "User Account Control" message on some computers (especially windows 7)". The message is attached. We have a digital signature from COMODO. What else is required?
by mhubel
Mon Nov 30, 2015 8:28 pm
Forum: Building Installers
Topic: keyless value in .ini file
Replies: 1
Views: 2331
 
Jump to post

keyless value in .ini file

Is it possible to have the installer generate an entry in a .ini file with no key, only a value? We want the resulting .ini file to effectively look like:

[Directories]
c:\nm\archive


where c:\nm\ would be replaced in the properties with [APPDIR]
by mhubel
Wed Mar 11, 2015 7:31 pm
Forum: Common Problems
Topic: not detecting installed prerequisite
Replies: 2
Views: 3083
 
Jump to post

Re: not detecting installed prerequisite

That did seem to fix it. I would have thought the check box:

"Use 64-bit locations when evaluating conditions on a 64-bit machine"

would do exactly the opposite and only use the Wow6432Node node when checked.
by mhubel
Wed Mar 11, 2015 2:41 am
Forum: Common Problems
Topic: not detecting installed prerequisite
Replies: 2
Views: 3083
 
Jump to post

not detecting installed prerequisite

With an installation with multiple prerequisites, the test is version number and a registry entry. One of the prerequisites works properly and does not attempt to re-install, the other works on some machines but not others. In all cases a manual look with regedit shows the required entry but the ...
by mhubel
Thu Mar 06, 2014 4:29 am
Forum: Common Problems
Topic: install does not detect 64 bit java
Replies: 1
Views: 2634
 
Jump to post

install does not detect 64 bit java

We have a 32 bit application which requires a Java install. The application works properly with either a 32 or 64 bit Java installation. In the prerequisites Java is checked as required. This works properly if the target has a 32 bit Java installed. If there is a 64 bit Java installed, the installer ...

Go to advanced search