Search found 81 matches

by JohnGaver
Fri Feb 23, 2024 11:54 am
Forum: Technical Support
Topic: SHA256 Signing Only?
Replies: 6
Views: 5463

Re: SHA256 Signing Only?

Terrific to hear that, Peter!
by JohnGaver
Fri Feb 23, 2024 11:53 am
Forum: Technical Support
Topic: X15 Native Setup Script Component not registered
Replies: 1
Views: 91655

Re: X15 Native Setup Script Component not registered

How did you do it with your other vendor - did it extract self-registration information from the components and directly record them to the registry? Not sure how else the proper sequencing could be transcended. You could of course take the same approach with Install Aware using the Files designer, ...
by JohnGaver
Fri Feb 23, 2024 11:51 am
Forum: Technical Support
Topic: ASLR / DEP in Installer
Replies: 18
Views: 23269

Re: ASLR / DEP in Installer

Thankfully, the newly created setups are DEP and ASLR enabled, InstallAware and most of its "sub"-programs still are not. InstallAware PESecurity Checks.png Also, neither the wrong version number of the main program nor the missing DPI-awareness of it and the created setups are solved. mi...
by JohnGaver
Fri Feb 23, 2024 11:46 am
Forum: Technical Support
Topic: Have to rebuild Visual C++ Runtime with an update to authenticode or they fail
Replies: 5
Views: 4183

Re: Have to rebuild Visual C++ Runtime with an update to authenticode or they fail

Web Media Blocks can't know how to resolve your files consistently across versions, unless you are using the same paths for the source files in your projects.

You may always use subst'ed folders to ensure path consistency across devices.
by JohnGaver
Fri Feb 23, 2024 11:44 am
Forum: Technical Support
Topic: myah0.cpl in C:\Windows\System32
Replies: 4
Views: 3996

Re: myah0.cpl in C:\Windows\System32

The proper resolution here is to contact your A/V vendor so they may handle their buggy way of handling this false positive which is apparently breaking their software.
by JohnGaver
Fri Feb 23, 2024 11:43 am
Forum: Technical Support
Topic: Can't create shortcut in start menu
Replies: 7
Views: 8475

Re: Can't create shortcut in start menu

Sorry to hear of your troubles, but this sounds more like a Start Menu bug at Microsoft's end than an InstallAware issue.

For the record, no other product can pin apps to the Start Menu at all, including the one you referenced above.
by JohnGaver
Fri Feb 23, 2024 11:41 am
Forum: Technical Support
Topic: Find existing shortcut file for all user desktops
Replies: 1
Views: 91604

Re: Find existing shortcut file for all user desktops

This topic applies to Install Aware Multi Platform as well. How about this script? ~InstallAware Clipboard Data~ ~Comment~ ~{00189BEC-3F7A-4792-BC4C-CBA830B15540}~ ~~ ~MessageBox~ ~{934F300E-411B-4751-89CD-734BC4380855}~ ~DIRS~ ~$DIRS$~ ~0~ ~1~ ~~ ~Next~ ~{F4AF7F74-C08A-435A-9EC0-907AD76F1E84}~ ~End...
by JohnGaver
Fri Feb 23, 2024 11:26 am
Forum: Technical Support
Topic: Installer disappears for a minute after the second progressbar
Replies: 11
Views: 9277

Re: Installer disappears for a minute after the second progressbar

Your patch is compiled from your very same source script(s), where the #BUILDMODE# pre-defined Compiler Variable (see their full list at http://www.installaware.com/mh52/desktop/predefinedcompilervariables.htm) is set to PATCH . You may therefore normally log and debug it as with any other part of y...
by JohnGaver
Fri Feb 23, 2024 11:19 am
Forum: Technical Support
Topic: Can not find archive File
Replies: 7
Views: 20285

Re: Can not find archive File

This topic applies to InstallAware Multi Platform as well.

You may use the:

Code: Select all

 /l=<logfile>

command line parameter to log your setups.

Please be advised that the issue referred to in this post was resolved more than a decade ago.
by JohnGaver
Fri Feb 23, 2024 11:13 am
Forum: Technical Support
Topic: Parallels VM - Windows In 64Bit Mode command not working
Replies: 3
Views: 11938

Re: Parallels VM - Windows In 64Bit Mode command not working

Is your MacOS running on an ARM based processor? I found that that I first had to do a check to see if the system was 64 bit. On a Mac running Parallels on an ARM based processor this check would come back as false even though the ARM processor is 64 bit. In this false case, I then did a check for ...
by JohnGaver
Fri Feb 23, 2024 11:09 am
Forum: Technical Support
Topic: General issue with remaining registry entries after uninstall
Replies: 4
Views: 8056

Re: General issue with remaining registry entries after uninstall

Are you sure those values are written by your InstallAware setup and not a third party setup you may be shelling to?

The InstallAware setup engine does not employ the notation you have quoted when creating uninstallation keys.
by JohnGaver
Fri Feb 23, 2024 11:05 am
Forum: Technical Support
Topic: InstallAware X15 32.41 miabuild hang
Replies: 2
Views: 7500

Re: InstallAware X15 32.41 miabuild hang

That is correct.

For multiple simultaneous command line builds, you do need additional full licenses.
by JohnGaver
Fri Feb 23, 2024 8:39 am
Forum: Technical Support
Topic: InstallAware Multi Platfrom /Linux - unwanted console output
Replies: 15
Views: 2452

Re: InstallAware Multi Platfrom /Linux - unwanted console output

Great news, freshly released InstallAware Multi Platform 1.2 has resolved this issue for all platforms, including Linux and Windows (the latter of which apparently had more problems in this regard, actually).

Just use the built-in update tool and upgrade to the latest version at your convenience.
by JohnGaver
Thu Feb 22, 2024 10:09 am
Forum: Technical Support
Topic: InstallAware Multi Platfrom /Linux - unwanted console output
Replies: 15
Views: 2452

Re: InstallAware Multi Platfrom /Linux - unwanted console output

Great to hear from you again!

You would be pleased to know this cosmetic issue is under investigation and already scheduled for a fix in an upcoming release.

I'll be sure to ping the team again and let you know what I find.
by JohnGaver
Mon Feb 19, 2024 6:15 am
Forum: Technical Support
Topic: Automated installer build using docker
Replies: 16
Views: 2143

Re: Automated installer build using docker

There's still a couple things we can try out first. 1. A flag to disable hard link generation, in case that is choking Docker. Just add this to your command line: NATIVE_HARDLINK=FALSE And try again. Please ensure to share the resulting setup log from Install Aware 's own installation itself. 2. If ...

Go to advanced search