Search found 138 matches

Go to advanced search

by Collins
Fri Nov 12, 2021 5:17 pm
Forum: Common Problems
Topic: XML File Runtime Element Placed Incorrectly
Replies: 15
Views: 22753
 
Jump to post

Re: XML File Runtime Element Placed Incorrectly

Hi Catalin, That only works if the dependentAssembly doesn't exist. On every upgrade thereafter once it exists, it creates a new one. New Install: <runtime> <generatePublisherEvidence enabled="false" /> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly...
by Collins
Wed Nov 10, 2021 5:35 pm
Forum: Common Problems
Topic: XML File Runtime Element Placed Incorrectly
Replies: 15
Views: 22753
 
Jump to post

Re: XML File Runtime Element Placed Incorrectly

Hi Catalin,

I have attached simple projects and files for your testing.
by Collins
Mon Nov 08, 2021 3:27 pm
Forum: Common Problems
Topic: XML File Runtime Element Placed Incorrectly
Replies: 15
Views: 22753
 
Jump to post

XML File Runtime Element Placed Incorrectly

Hello, I have a project that uses XML File and when a new element is added under the runtime section, on upgrade it is placed under another element instead of its own, even with "Is Identifier attribute" set. The elements before the upgrade: <runtime> <generatePublisherEvidence enabled=&qu...
by Collins
Thu May 20, 2021 2:28 pm
Forum: Feature Requests
Topic: Server-side Serial Number Validation With SQL
Replies: 11
Views: 48940
 
Jump to post

Re: Server-side Serial Number Validation With SQL

Hello, Even though this took a little bit more than I expected (a lot of research and testing had to be done), here is the promised article: Server-side serial number validation with MSSQL and PHP I really hope you and (hopefully) other users facing a similar scenario will find this useful! :) Best...
by Collins
Tue Mar 30, 2021 6:15 pm
Forum: Feature Requests
Topic: Server-side Serial Number Validation With SQL
Replies: 11
Views: 48940
 
Jump to post

Re: Server-side Serial Number Validation With SQL

Hello, Unfortunately, this has not yet been developed (the article/sample). I will try to have a look over this the next week myself, hopefully I will be able to put up an article about this topic (this is currently assigned to a developer). Writing such an article requires a lot of research, thoug...
by Collins
Wed Mar 24, 2021 5:38 pm
Forum: Common Problems
Topic: Build Failures After Upgrade To 18.1
Replies: 3
Views: 3309
 
Jump to post

Build Failures After Upgrade To 18.1

Hello, I am seeing several build failures after upgrading to the 18.1 version. First Failure: The digital signing of the C:\Program Files (x86)\Caphyon\Advanced Installer 18.1\custact\x86\aipackagechainer.exe file failed. Error message: 'Done Adding Additional Store Number of errors: 1 SignTool Erro...
by Collins
Wed Mar 17, 2021 8:17 pm
Forum: Feature Requests
Topic: Server-side Serial Number Validation With SQL
Replies: 11
Views: 48940
 
Jump to post

Re: Server-side Serial Number Validation With SQL

Any updates on this? It would be very useful if this functionality didn't rely on PHP.
by Collins
Wed Mar 17, 2021 8:13 pm
Forum: Feature Requests
Topic: Support For PowerShell v7
Replies: 4
Views: 24279
 
Jump to post

Re: Support For PowerShell v7

Great, thank you Catalin.
by Collins
Wed Jun 10, 2020 9:44 pm
Forum: Feature Requests
Topic: Server-side Serial Number Validation With SQL
Replies: 11
Views: 48940
 
Jump to post

Re: Server-side Serial Number Validation With SQL

Hi,

Any updates on this? Also, were the php scripts updated to support version 7 yet?
by Collins
Thu Jun 04, 2020 6:49 pm
Forum: Common Problems
Topic: PowerShell Custom Action Fails Install After Upgrade To 17.1.1
Replies: 4
Views: 3962
 
Jump to post

Re: PowerShell Custom Action Fails Install After Upgrade To 17.1.1

Upon further testing, I have noticed that this can be avoided if you simply initialize the variable to an empty string. For instance, instead of: AI_SetMsiProperty MY_VAR $var we could have something like this: $var = "" # your logic here AI_SetMsiProperty MY_VAR $var We basically initial...
by Collins
Fri May 29, 2020 2:27 pm
Forum: Common Problems
Topic: PowerShell Custom Action Fails Install After Upgrade To 17.1.1
Replies: 4
Views: 3962
 
Jump to post

PowerShell Custom Action Fails Install After Upgrade To 17.1.1

Hello, I have a PowerShell Inline custom action that I was using with version 16.9 and after I upgraded to 17.1.1, the install fails when it runs the custom action. $PATHS = @("HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall", "HKLM:\SOFTWARE\Microsoft\Windows\Cu...
by Collins
Mon May 04, 2020 6:53 pm
Forum: Feature Requests
Topic: Change Output Directory For Temporary PowerShell Files
Replies: 7
Views: 32381
 
Jump to post

Re: Change Output Directory For Temporary PowerShell Files

Thank you, I will give that a try.
by Collins
Mon Apr 27, 2020 6:58 pm
Forum: Feature Requests
Topic: Change Output Directory For Temporary PowerShell Files
Replies: 7
Views: 32381
 
Jump to post

Re: Change Output Directory For Temporary PowerShell Files

Hello Collins, What you want to achieve can be done by taking the file and simply moving it to another directory. For instance, you can select your file, cut it (CTRL + X) and then copy it to another folder. If you copy it to "Application Data" folder, the fille will be extracted in the %...
by Collins
Thu Apr 23, 2020 3:37 pm
Forum: Feature Requests
Topic: Change Output Directory For Temporary PowerShell Files
Replies: 7
Views: 32381
 
Jump to post

Change Output Directory For Temporary PowerShell Files

Hi, We have customers that block any powershell files that are placed under the C:\Windows\Temp directory. It would be helpful if there was an option to choose the directory that the temporary files are extracted to. For example, when using the InstallCertificate custom action, it places the PSS fil...
by Collins
Tue Mar 31, 2020 1:28 pm
Forum: Feature Requests
Topic: Global XML Element Setting For Uninstall
Replies: 12
Views: 13289
 
Jump to post

Re: Global XML Element Setting For Uninstall

Catalin,

Email was sent with the sample project.

Go to advanced search