Search found 40 matches

Go to advanced search

by visualsi
Mon May 10, 2021 2:52 pm
Forum: Common Problems
Topic: Error calling MSI API: 1627 Method: MsiDatabaseImport Table: ControlEvent. Extended Error: 1: 2216
Replies: 9
Views: 6582
 
Jump to post

Re: Error calling MSI API: 1627 Method: MsiDatabaseImport Table: ControlEvent. Extended Error: 1: 2216

Hi, It seems this is a often-occurring event. We are having it now as well. Might it be possible for you to explain how to find the duplicate and fix it instead of taking our file and fixing it yourself? I am willing to do the work, but could use guidance. I submitted a help desk request more than a...
by visualsi
Mon Apr 10, 2017 9:40 pm
Forum: Building Installers
Topic: Encrypted passwords
Replies: 8
Views: 9099
 
Jump to post

Re: Encrypted passwords

Hi, Is there any way to get this to move to a faster moving "to do list"? Back in 2012, someone named Cosmin said " I added this feature on our TODO list and it will be available in a future version ". So, this has been on the "to do list" for five years now. Adding cod...
by visualsi
Fri Apr 07, 2017 8:52 pm
Forum: Building Installers
Topic: Encrypted passwords
Replies: 8
Views: 9099
 
Jump to post

Encrypted passwords

We have a need to store encrypted passwords in config files. The product must have anticipated this need because it provided us with the ability to create a text box with the "Password" property set to "True". The problem is that when the value stored in it is used (in connect st...
by visualsi
Fri Mar 27, 2015 9:33 pm
Forum: Building Installers
Topic: Listing AlwaysOn Availability Groups with SQL Servers
Replies: 1
Views: 2104
 
Jump to post

Listing AlwaysOn Availability Groups with SQL Servers

Hi, Is there a way to get AlwaysOn Availability Group listener names to show up in the list of SQL Servers along with the SQL Servers? When users take advantage of that technology, they no longer provide server names and when they create the AA group, they assign the port number to go with it. So, w...
by visualsi
Thu Mar 26, 2015 1:19 pm
Forum: Building Installers
Topic: Conditions in XML Files
Replies: 2
Views: 2333
 
Jump to post

Conditions in XML Files

It appears that there isn't a facility to set up XML files differently depending on choices that users have made while answering questions in dialog boxes - or at least there doesn't seem to be an easy way to do it. For example, something as simple as connection strings for SQL Server databases... T...
by visualsi
Thu Jan 22, 2015 3:13 pm
Forum: Building Installers
Topic: Copy/Paste in XML Editor
Replies: 5
Views: 4498
 
Jump to post

Re: Copy/Paste in XML Editor

Hi, We originally did an XML import of an app.config file - it was very large because we use the Enterprise Library and have several logging sources defined and other connections. We also use it to hold many tunable parameters of our own. On installation, the installer asks the user many questions i...
by visualsi
Thu Jan 22, 2015 2:35 pm
Forum: Building Installers
Topic: Copy/Paste in XML Editor
Replies: 5
Views: 4498
 
Jump to post

Re: Copy/Paste in XML Editor

Hi, In the existing XML file, there are several substitutions (probably 150-200) - I assume that these would be lost if I did a replace? Now, "append" sounds interesting - perhaps I could isolate the new sections of the raw XML that I need to add, append them to the existing good AI file, ...
by visualsi
Thu Jan 22, 2015 1:39 pm
Forum: Building Installers
Topic: Copy/Paste in XML Editor
Replies: 5
Views: 4498
 
Jump to post

Copy/Paste in XML Editor

Hi, I need to add an XML Element to an existing XML file that is almost the same as one in there - a complex element with about 30 attributes, many AI variable substitutions, and other XML elements inside it. It loosk like there is no way to copy and paste one that is almost identical and change wha...
by visualsi
Tue Jan 20, 2015 5:48 pm
Forum: Building Installers
Topic: Requiring Windows Updates
Replies: 3
Views: 3575
 
Jump to post

Re: Requiring Windows Updates

Hi, Thanks, I think that's the way we'll need to go. It looks like we can use these registry settings: • Last checked: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\Results\Detect • Last attempted: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\...
by visualsi
Mon Jan 19, 2015 8:52 pm
Forum: Building Installers
Topic: Requiring Windows Updates
Replies: 3
Views: 3575
 
Jump to post

Requiring Windows Updates

Hi, We would like to make sure that servers that use our software are kept reasonably current with Windows Updates, at least those updates related to the technologies we use. It would be nice if somehow when the app was being installed if we could check to see if the current system was up to date. W...
by visualsi
Thu Oct 02, 2014 5:03 pm
Forum: Common Problems
Topic: Error calling MSI API: 161 MsiRecordSetString Table: Icon
Replies: 2
Views: 3679
 
Jump to post

Error calling MSI API: 161 MsiRecordSetString Table: Icon

Hi, I just downloaded and installed your 11.5 installer. I have a project where I didn't rebuild 3 or the 4 builds in the 11.4 edition, but now I am trying to build them. When I do, I am getting: --- Error calling MSI API: 161 Method: MsiRecordSetString Table: Icon. Build finished because an error w...
by visualsi
Wed Sep 17, 2014 5:26 pm
Forum: Building Installers
Topic: Creating Documentation
Replies: 2
Views: 3719
 
Jump to post

Re: Creating Documentation

Hi, I know about that, but all that does is attach notes to the same screen that the particular item is located on. I need something that helps me to avoid the need to go back and forth between screens about every 10 seconds because a particular item (such as a property) is defined on one screen, se...
by visualsi
Thu Sep 11, 2014 12:51 pm
Forum: Building Installers
Topic: I am unable to run 2 or more sql scripts
Replies: 4
Views: 4349
 
Jump to post

Re: I am unable to run 2 or more sql scripts

Hi, We had the same problem. I found that when we changed the installer and made the scripts no larger than about 1MB each, they began to work. I don't think it is a problem with AE; it is more a problem with the MSI foundation it is built on. Ours eventually got so large (we had a total of about 64...
by visualsi
Wed Sep 10, 2014 5:08 pm
Forum: Building Installers
Topic: Custom IIS port
Replies: 9
Views: 9157
 
Jump to post

Re: Custom IIS port

Hi, We do this in our installers. We actually needed the users to give us several different ports when they initially installed the system for different types of traffic (one for outside access, another for access inside the firewall, another for administrative access, etc.) We created Properties on...
by visualsi
Wed Sep 10, 2014 1:59 pm
Forum: Building Installers
Topic: I am unable to run 2 or more sql scripts
Replies: 4
Views: 4349
 
Jump to post

Re: I am unable to run 2 or more sql scripts

Hi, How large are your scripts? We have found that when a script gets over a certain size, it will not work. I ask because, I see from your log that you have a table called "post code lookup" or something like that and, in the UK, if you are filling that up in your script, my guess is that...

Go to advanced search