Search found 137 matches

Go to advanced search

by ipollock
Wed May 10, 2017 1:04 pm
Forum: Building Installers
Topic: IIS Application Pool - Idle Time-out Action (Suspend/terminate)
Replies: 1
Views: 4946
 
Jump to post

IIS Application Pool - Idle Time-out Action (Suspend/terminate)

I currently have a number of Application Pools. I'm looking to incorporate some new settings we are taking advantage of into the installer package. One of these is the Application Pool - Idle Time-out Action (Suspend/terminate) you can find under 'Process Model' in the advanced settings of the appli...
by ipollock
Thu Apr 06, 2017 4:10 pm
Forum: Common Problems
Topic: After Advanced Installer upgrade the AIP no longer loading- [SEH_AV_READ_BADPTR] ACCESS_VIOLATION (0xc0000005) at addres
Replies: 7
Views: 6424
 
Jump to post

Re: After Advanced Installer upgrade the AIP no longer loading- [SEH_AV_READ_BADPTR] ACCESS_VIOLATION (0xc0000005) at ad

Daniel, It seems i may have exposed a few errors that may also reach other long term customers. On a fresh install, as long as you have never used AI before and don't have any old projects then you may get away with no errors. Customers who install the latest version - ie latest update and who also ...
by ipollock
Thu Apr 06, 2017 3:46 pm
Forum: Common Problems
Topic: After Advanced Installer upgrade the AIP no longer loading- [SEH_AV_READ_BADPTR] ACCESS_VIOLATION (0xc0000005) at addres
Replies: 7
Views: 6424
 
Jump to post

Re: After Advanced Installer upgrade the AIP no longer loading- [SEH_AV_READ_BADPTR] ACCESS_VIOLATION (0xc0000005) at ad

Ok, i have been able to replicate this on another fresh install. I installed version 13.7 fresh on Windows 8.1, 64-bit. The same test was performed on Windows server 2012 R2 with the same result. The first error I was able to clear up by creating the sub folders in the Advance Installer Path and the...
by ipollock
Thu Apr 06, 2017 2:52 pm
Forum: Common Problems
Topic: After Advanced Installer upgrade the AIP no longer loading- [SEH_AV_READ_BADPTR] ACCESS_VIOLATION (0xc0000005) at addres
Replies: 7
Views: 6424
 
Jump to post

Re: After Advanced Installer upgrade the AIP no longer loading- [SEH_AV_READ_BADPTR] ACCESS_VIOLATION (0xc0000005) at ad

Hi Daniel, Thanks very much for your reply. So I have two machines, a test machine where I am finding this problem and a production machine that is currently running version 12.7.2 (this is where the real work is done and is unaffected). On my test machine I upgraded last month from 12.7.2 to 13.7 a...
by ipollock
Wed Apr 05, 2017 4:36 pm
Forum: Common Problems
Topic: After Advanced Installer upgrade the AIP no longer loading- [SEH_AV_READ_BADPTR] ACCESS_VIOLATION (0xc0000005) at addres
Replies: 7
Views: 6424
 
Jump to post

After Advanced Installer upgrade the AIP no longer loading- [SEH_AV_READ_BADPTR] ACCESS_VIOLATION (0xc0000005) at addres

I have an AIP that has been used over the last few years and further developed over time. Today I updated the AI version through the inbuilt help page and that AIP no longer loads. Other simpler install AIP's load normally and have no issues. I have uninstalled the AI and reinstalled an older versio...
by ipollock
Wed Mar 08, 2017 2:56 pm
Forum: Building Installers
Topic: Custom Action - determine if a text box contains specific string (vbs)
Replies: 2
Views: 2661
 
Jump to post

Re: Custom Action - determine if a text box contains specific string (vbs)

OK, after much reading and this was mainly VBS, i had a flaw in the code. It ended up you don't need the wild card in there to identify the underscore between other characters. Here is the final model vbs logic for the Custom Action: svr_name = Session.Property("SVR_NAME") if inStr(svr_nam...
by ipollock
Wed Mar 08, 2017 11:38 am
Forum: Building Installers
Topic: Custom Action - determine if a text box contains specific string (vbs)
Replies: 2
Views: 2661
 
Jump to post

Custom Action - determine if a text box contains specific string (vbs)

I'm creating a model that will allow me to introduce restrictions of what may be place into a text box that populates a variable. The current model uses a text box and then a custom action should look to see what is entered. If the entry contains an underscore then a message will pop up, the process...
by ipollock
Mon Mar 06, 2017 2:50 pm
Forum: Common Problems
Topic: CheckIfUserExists Custom Action ignores DOMAIN_NAME
Replies: 10
Views: 6692
 
Jump to post

Re: CheckIfUserExists Custom Action ignores DOMAIN_NAME

That' good news - then we can conclude that this is working just how it should. :)

Thanks very much for your help.

Ian
by ipollock
Mon Mar 06, 2017 2:36 pm
Forum: Common Problems
Topic: CheckIfUserExists Custom Action ignores DOMAIN_NAME
Replies: 10
Views: 6692
 
Jump to post

Re: CheckIfUserExists Custom Action ignores DOMAIN_NAME

Hi Daniel, I've tested again but get the same issue when testing. 1. If i install and use domain credentials then i put the domain name in, otherwise it fails. ie. I put the domain name in and it installs ok. 2. If i try to authenticate locally using a local server test account, i don't put in a dom...
by ipollock
Fri Mar 03, 2017 5:53 pm
Forum: Common Problems
Topic: CheckIfUserExists Custom Action ignores DOMAIN_NAME
Replies: 10
Views: 6692
 
Jump to post

Re: CheckIfUserExists Custom Action ignores DOMAIN_NAME

Hi Daniel, Ok, so i've tested the model again and I can see that the module is now working correctly. I can verify a domain users account. I can verify a local users account. One thing I will say though is that if verifying a local users account, do not enter a domain name , skip it. Thanks again. Ian
by ipollock
Fri Mar 03, 2017 5:40 pm
Forum: Common Problems
Topic: CheckIfUserExists Custom Action ignores DOMAIN_NAME
Replies: 10
Views: 6692
 
Jump to post

Re: CheckIfUserExists Custom Action ignores DOMAIN_NAME

Actually I've just checked your latest release notes and it is specified in there as an Enhancement.
From the 27th Fen 2017.

I'll update my local copy and test before i get back to you.

Best regards,

Ian
by ipollock
Fri Mar 03, 2017 5:22 pm
Forum: Common Problems
Topic: CheckIfUserExists Custom Action ignores DOMAIN_NAME
Replies: 10
Views: 6692
 
Jump to post

Re: CheckIfUserExists Custom Action ignores DOMAIN_NAME

Hi Daniel, I saw this post and can see that it has been a common issue for a while now. I have thoroughly tested the LogonInformationDlg with CheckIfUserExists and can conclude that there are two ways to make this work. 1. If CheckIfUserExits custom action 'User Properites' Domain: is populated with...
by ipollock
Fri Mar 03, 2017 2:18 pm
Forum: Building Installers
Topic: Best way to update XML keys?
Replies: 3
Views: 2546
 
Jump to post

Re: Best way to update XML keys?

Thanks for your reply Eusebiu, appreciate your advice. I took over a project recently and had taken your advice on this at that time. During the change process i noted that it had been done differently. Since then i have been converting the installer to your correct method and things are looking bet...
by ipollock
Thu Mar 02, 2017 11:03 am
Forum: Building Installers
Topic: Best way to update XML keys?
Replies: 3
Views: 2546
 
Jump to post

Best way to update XML keys?

I'm currently using part of an installer to update XML keys in various locations within the installer/s. The current Scenario is as follows: IIS Server application. 1. During install, the user selects http or https using a combo box and this populates a variable called 'IIS_PROTOCOL'. 2. Depending o...
by ipollock
Thu Mar 02, 2017 10:45 am
Forum: Building Installers
Topic: Installer folder had been blocked by the 1 mask argument
Replies: 3
Views: 7380
 
Jump to post

Re: Installer folder had been blocked by the 1 mask argument

Please can you close this topic as it appears to be a red herring. Thank you.

Go to advanced search