Search found 16 matches

Go to advanced search

by zappbrannigan
Fri Feb 24, 2023 8:23 pm
Forum: Common Problems
Topic: Issue requiring users add permission to Windows programdata folder
Replies: 1
Views: 2686
 
Jump to post

Issue requiring users add permission to Windows programdata folder

My application has several *.config files under the C:\ProgramData\Comanyname\product\producid\ folder. The same project in Advanced installer 18 never had any issues. No changes were done in AI on this folder but we upgraded to AI 21.x (latest) and now after installation (no errors, no mentions in ...
by zappbrannigan
Wed Jan 12, 2022 7:36 pm
Forum: Common Problems
Topic: Prerequisites - Registry value contains version not accepting value
Replies: 1
Views: 1553
 
Jump to post

Prerequisites - Registry value contains version not accepting value

I'm trying to detect if .net 4.8 is installed and the top way MS says to detect is looking at registry value HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full Subkey Release Value = greater than 528040 Advanced installer wont let me enter the 528040 number though I can enter all ...
by zappbrannigan
Fri Feb 12, 2021 2:57 pm
Forum: Feature Requests
Topic: Editing text file
Replies: 9
Views: 45608
 
Jump to post

Re: Editing text file

Is there any updated recommended method to solve this? Lots of new versions since this post.
I have a config file where I'd like to pass in a path value users will enter/select in the installer, and replace that specific setting in the text file.
Just looking for best practice and method.
by zappbrannigan
Tue Aug 04, 2020 6:45 pm
Forum: Common Problems
Topic: make iis setup and optional feature
Replies: 3
Views: 2543
 
Jump to post

Re: make iis setup and optional feature

Hi Caitlin, Thanks for the ideas here. I should have been more specific I think. I have setup IIS default website and app pool in AI latest version. I don't see how in your method to make the default web and associated app pool checkboxed windows features. Unless I'm missing something your suggestio...
by zappbrannigan
Fri Jul 03, 2020 9:13 pm
Forum: Building Installers
Topic: APPDIR
Replies: 3
Views: 3244
 
Jump to post

Re: APPDIR

I have looked at that page previously but didn't think it was exactly what I was looking for maybe the description is misleading (have user select a second folder in addition to the appdir). I want the user to select the only folder where the files go, and to have the default I prefer show up in the...
by zappbrannigan
Thu Jul 02, 2020 8:02 pm
Forum: Building Installers
Topic: APPDIR
Replies: 3
Views: 3244
 
Jump to post

APPDIR

Hi helpers, I'm new at AI install building so sorry if its too simple a question. Just wondering the best practice for how to manage the add folder browse opption for my applications destination. I dragged folders from APPDIR to the location I want the install to go to And the main folder is PagesNe...
by zappbrannigan
Thu Jun 11, 2020 8:58 pm
Forum: Common Problems
Topic: Drop down for certificate store is now empty
Replies: 6
Views: 4692
 
Jump to post

Re: Drop down for certificate store is now empty

Our cert is currently located in the local computer certificate store. The public certificate is linked to a HSM which holds the private key. We launch AI as an admin and user building is an admin. I built a new test project exe and it comes with below error: The digital signing of the external cabi...
by zappbrannigan
Tue Jun 09, 2020 6:45 pm
Forum: Common Problems
Topic: Digital Cert build error - Trust cert
Replies: 1
Views: 1805
 
Jump to post

Digital Cert build error - Trust cert

I get a build error. As above the cert On the same server outside of AI 7.1.1.we see signtool.exe works for same cert Ideas? Using an Enterprise Trust cert. dragged it from personal cert as those don't show up in AI. The digital signing of the external cabinets failed. Error message: 'Done Adding Ad...
by zappbrannigan
Mon Jun 08, 2020 4:00 pm
Forum: Common Problems
Topic: Drop down for certificate store is now empty
Replies: 6
Views: 4692
 
Jump to post

Re: Drop down for certificate store is now empty

Thanks that really helped. I do see it in drop down list now. However I get a build error. As above the cert works outside of AI 7.1.1. Ideas? Using an Enterprise Trust cert. Moved from personal cert as those didn't show up in AI. The digital signing of the external cabinets failed. Error message: '...
by zappbrannigan
Mon Jun 01, 2020 3:20 pm
Forum: Common Problems
Topic: Drop down for certificate store is now empty
Replies: 6
Views: 4692
 
Jump to post

Drop down for certificate store is now empty

Drop down for certificate store is now empty I noticed this issue after 7.0 upgrade. I updated today to 7.1.1 Still the certificate store is empty in this drop down. in 6.9 the drop down showed the many certs that appear in windows as well as my own cert. I read through the thread on the windows kb ...
by zappbrannigan
Tue Mar 03, 2020 5:40 pm
Forum: Common Problems
Topic: make iis setup and optional feature
Replies: 3
Views: 2543
 
Jump to post

make iis setup and optional feature

Hi I'm having a hard time finding out how to make some of the AI modules to be an optional feature for the end user. I can make a dialog and add a checkbox but I don't think this gets me what I am after. I have an IIS Website and app pool setup but I only want it to be attempted to be installed if t...
by zappbrannigan
Thu Feb 06, 2020 5:30 pm
Forum: Building Installers
Topic: dll Registration options missing
Replies: 3
Views: 2945
 
Jump to post

Re: dll Registration options missing

To make registration and unregistration easier and to be able to use the /tlb /codebase flags my app requires using the 64bit .NET framework registration commands eg. %WINDIR%\Microsoft.NET\Framework64\v4.0.30319\Regasm XL1.dll /tlb /codebase I decided to do a custom action that calls the .bat file ...
by zappbrannigan
Tue Jan 28, 2020 5:45 pm
Forum: Building Installers
Topic: dll Registration options missing
Replies: 3
Views: 2945
 
Jump to post

dll Registration options missing

Hi there, 1. I have the below cmd scripts that register my code files proplerly however I can't see how to add the /clb /codebase parameters to the file and folder properties register window. using latest AI version. %WINDIR%\Microsoft.NET\Framework64\v4.0.30319\Regasm XL1.dll /tlb /codebase 2. I al...
by zappbrannigan
Tue Jan 28, 2020 4:22 pm
Forum: Common Problems
Topic: SignTool fails
Replies: 5
Views: 4511
 
Jump to post

Re: SignTool fails

It turned out to be 2 issues: 1. My work blocks the timestamp gather url that AI defaults to causing an error (could be better message). I found another timestamp URL that wasn't blocked and it started working. 2. Through a VPN my IP address looks different, this caused the personal digital Cert to ...
by zappbrannigan
Thu Jan 23, 2020 2:56 pm
Forum: Common Problems
Topic: SignTool fails
Replies: 5
Views: 4511
 
Jump to post

Re: SignTool fails

The 32bit signtool fails in cmd
The 64bit works in manual cmd.

How do I force Advanced Installer to user the 64bit signtool? Or is it by default?

Go to advanced search