Search found 47 matches

Go to advanced search

by timmangan
Thu Aug 29, 2019 3:35 pm
Forum: Common Problems
Topic: MSIX Build failure
Replies: 5
Views: 9022
 
Jump to post

Re: MSIX Build failure

I'll first try to troubleshoot, now that I know how you are checking. It sounds like an issue in finding signtool. I'll recheck configurations. I do notice that some of the files it complains about are part of the package but are not in the list of files to be signed in the aip configuration, so per...
by timmangan
Wed Aug 28, 2019 10:08 pm
Forum: Common Problems
Topic: MSIX Build failure
Replies: 5
Views: 9022
 
Jump to post

MSIX Build failure

Have app that builds to MSIX. Upgraded Visual Studio to 2019, Advanced Installer to 16.2, VS Extension Advanced Installer for VS 2019 added. Perform clean and rebuild on project and the setupproject fails to build. For every file reference (including dependencies not touched during rebuild) the Adva...
by timmangan
Thu Aug 01, 2019 10:57 pm
Forum: Feature Requests
Topic: VS 2019 Integration
Replies: 1
Views: 13776
 
Jump to post

VS 2019 Integration

VS 2019 is now up to version 16.2.

So maybe the Advanced Installer Extension for Visual Studio 2017 might be updated to support VS2019?
by timmangan
Sun Jun 23, 2019 4:54 pm
Forum: Building Installers
Topic: License Server and User_Agent in http header
Replies: 2
Views: 2526
 
Jump to post

Re: License Server and User_Agent in http header

OK to ignore this. I got the hosting provider to turn off the filtering for User_Agent which solves the problem.
by timmangan
Wed Jun 19, 2019 10:37 pm
Forum: Building Installers
Topic: License Server and User_Agent in http header
Replies: 2
Views: 2526
 
Jump to post

License Server and User_Agent in http header

I am using the licensing component. It's been working great, however our hosting provider just added an application firewall which is incompatible with the license activation. The problem is that the application firewall insists on parsing the User_Agent field in the http header. When registration i...
by timmangan
Fri May 17, 2019 6:04 pm
Forum: Building Installers
Topic: Building MSIX package: Bad PE
Replies: 1
Views: 2017
 
Jump to post

Building MSIX package: Bad PE

I can create an MSIX package that includes my AppPersonalization.exe file using version 15.8. In version 15.9 the build fails claiming that the file is not a valid PE file. The error appears in both Repackager and the Advanced Installer AIP projects. I think you already have the exe from me in the p...
by timmangan
Wed Mar 27, 2019 1:07 pm
Forum: Common Problems
Topic: Error signing appx file
Replies: 18
Views: 15146
 
Jump to post

Re: Error signing appx file

I had the same problem - and it is a missing signtool. The VM was on insider's build and has now been upgraded to pre-19H1 build, which removed the installed Windows 10 SDK, and thus signtool was missing. Reinstall for signtool solved it. This post helped.
by timmangan
Sun Nov 18, 2018 3:51 pm
Forum: Common Problems
Topic: 15.4.1 Trial.dll failing
Replies: 4
Views: 3492
 
Jump to post

Re: 15.4.1 Trial.dll failing

I ran a clean on the VS solution and after rebuilding the issue went away. I don't know what was wrong in the end, but this did resolve it.
by timmangan
Fri Nov 16, 2018 6:06 pm
Forum: Common Problems
Topic: 15.4.1 Trial.dll failing
Replies: 4
Views: 3492
 
Jump to post

Re: 15.4.1 Trial.dll failing

This is an existing product that was working fine with the trial licensing. A few changes were made to the product software (code which isn't reached), but the AdvancedInstaller was upgraded to 15.4.1. At runtime, there are no error messages, the app starts and then shuts down silently without showi...
by timmangan
Fri Nov 16, 2018 12:32 am
Forum: Common Problems
Topic: 15.4.1 Trial.dll failing
Replies: 4
Views: 3492
 
Jump to post

15.4.1 Trial.dll failing

Upgraded from 15.3 to 15.4.1
Rebuilt the project and app fails to start, apparently due to the licensing module. Replaced trial.dll with the copy from 15.3 and everything works.

Any ideas?
by timmangan
Fri Aug 31, 2018 9:38 pm
Forum: Common Problems
Topic: InitTrialReturn
Replies: 3
Views: 2979
 
Jump to post

Re: InitTrialReturn

I do have a backup copy of the AIP file, although it is an older one and many installer changes have been done since then. I can copy the LibraryID from the old one but past is not allowed in that field. Would it be possible to do something similar to the XML directly? <ROW TrialwareName="Trial...
by timmangan
Fri Aug 31, 2018 9:28 pm
Forum: Common Problems
Topic: InitTrialReturn
Replies: 3
Views: 2979
 
Jump to post

Re: InitTrialReturn

Well now the license key is trashed again. See attachment.
by timmangan
Fri Aug 31, 2018 8:54 pm
Forum: Common Problems
Topic: InitTrialReturn
Replies: 3
Views: 2979
 
Jump to post

InitTrialReturn

I upgraded to 15.2, and also upgraded Visual Studio to 15.8.1, and the licensing module seems to no longer be working. The call to InitTrialReturn() does not return, terminating the application. Are you aware of any issues, and do you have advice on how to troubleshoot since I can't run the debugger...
by timmangan
Thu Jun 28, 2018 10:27 pm
Forum: Common Problems
Topic: License kill in InitTrial/InitTrialReturn (Solved)
Replies: 1
Views: 1902
 
Jump to post

License kill in InitTrial/InitTrialReturn (Solved)

I had a nasty issue after rebuilding a .Net app using the licensing, which was previously working. The changes were to edit a custom action on the installer. The AI was version 14.9. The symptoms were that the call to either InitTrial or InitTrialReturn would kill the process. This kill (probably no...
by timmangan
Fri Apr 06, 2018 6:31 pm
Forum: Common Problems
Topic: Setting up trial license
Replies: 3
Views: 3161
 
Jump to post

Re: Setting up trial license

Followup: Have sent sample code to reproduce to the support email.

Go to advanced search