Search found 33 matches

Go to advanced search

by Joshr
Mon May 09, 2016 5:51 pm
Forum: Common Problems
Topic: A row with this key already registered in the table
Replies: 4
Views: 4059
 
Jump to post

Re: A row with this key already registered in the table

For some reason, Advanced Installer duplicated one of the published events on one of my dialogs. After removing the duplicate, the project now builds. Can your error messages be made more specific about what exactly is the problem and where the problem is occurring so that these errors can be fixed ...
by Joshr
Mon May 09, 2016 5:46 pm
Forum: Common Problems
Topic: A row with this key already registered in the table
Replies: 4
Views: 4059
 
Jump to post

Re: A row with this key already registered in the table

Closing Advaned Installer and re-opening the project results in a different build error, now: Checking builds status Build required. [ Application ] Building package (en): D:\Projects\Application\Install-NewInstall\Application-SetupFiles\Application.exe Preparing files Creating CAB file(s) Creating ...
by Joshr
Mon May 09, 2016 5:39 pm
Forum: Common Problems
Topic: A row with this key already registered in the table
Replies: 4
Views: 4059
 
Jump to post

Re: A row with this key already registered in the table

Unfortunately, now even removing the search does not get rid of this error.

I can no longer build my project.
by Joshr
Mon May 09, 2016 5:34 pm
Forum: Common Problems
Topic: A row with this key already registered in the table
Replies: 4
Views: 4059
 
Jump to post

A row with this key already registered in the table

I added an XML search to retrieve the value of an XML node out of one of our configuration files. After doing so, I now get the following error: A row with this key [1] was already registered in the table. Since the error isn't telling me exactly what it's trying to add, or where, how can I fix this...
by Joshr
Mon Apr 25, 2016 8:07 pm
Forum: Common Problems
Topic: AI not sequencing "refresh" dialog events correctly
Replies: 8
Views: 6203
 
Jump to post

Re: AI not sequencing "refresh" dialog events correctly

Hello, Dan.

Don't mean to be a pain, but if I'm understanding this issue correctly, it breaks any installer trying to use Refresh Dialog. That seems pretty severe.

Is there any fix for this issue, yet?
by Joshr
Mon Apr 25, 2016 8:06 pm
Forum: Common Problems
Topic: Need to move Built-in AI Custom Actions in Sequence
Replies: 4
Views: 3464
 
Jump to post

Re: Need to move Built-in AI Custom Actions in Sequence

Any update on this?
by Joshr
Mon Apr 25, 2016 8:06 pm
Forum: Common Problems
Topic: Enhanced UI Breaks Multi-line Text Input
Replies: 5
Views: 3943
 
Jump to post

Re: Enhanced UI Breaks Multi-line Text Input

Any update on this?
by Joshr
Mon Mar 21, 2016 3:49 pm
Forum: Common Problems
Topic: Enhanced UI Breaks Multi-line Text Input
Replies: 5
Views: 3943
 
Jump to post

Re: Enhanced UI Breaks Multi-line Text Input

Hi Dan, Your tutorial is for generating an installation log during the installation process. I'm trying to generate a summary of what changes will be made based on the options the user has selected in the wizard. This allows them to verify their choices and to go back and make any changes if necessa...
by Joshr
Mon Mar 21, 2016 3:26 pm
Forum: Common Problems
Topic: Need to move Built-in AI Custom Actions in Sequence
Replies: 4
Views: 3464
 
Jump to post

Re: Need to move Built-in AI Custom Actions in Sequence

My original post indicates that I'm aware of the table editors. I'm suggesting a feature enhancement for the ability to move Advanced Installer's custom actions from within the custom action page. Presently your UI hides them, only showing my custom actions and standard installer actions. It would b...
by Joshr
Thu Mar 17, 2016 6:30 pm
Forum: Common Problems
Topic: Enhanced UI Breaks Multi-line Text Input
Replies: 5
Views: 3943
 
Jump to post

Enhanced UI Breaks Multi-line Text Input

I'm using a multi-line text input to display a summary of the installation options before the user commits to the installation (On the VerifyInstallDlg). I have a custom action that builds the string containing the information in a format similar to the following: Software will be upgraded. Database...
by Joshr
Thu Mar 17, 2016 6:23 pm
Forum: Common Problems
Topic: Need to move Built-in AI Custom Actions in Sequence
Replies: 4
Views: 3464
 
Jump to post

Need to move Built-in AI Custom Actions in Sequence

During my uninstall process, I need to be able to stop a software service utilizing a database and then drop that database. At present, I cannot do this without changing the CustomAction table directly (which I'm hesitant to do for fear of breaking something Advanced Installer is doing). This is due...
by Joshr
Thu Mar 17, 2016 6:14 pm
Forum: Common Problems
Topic: Enhanced UI breaks SQL Script Replacements
Replies: 2
Views: 2543
 
Jump to post

Re: Enhanced UI breaks SQL Script Replacements

I was able to work around this by declaring all of the properties my custom actions could set in the "Install Parameters" section of the installer. On a related note, I find it strange that Advanced Installer will not let me add a property with an empty value, even though I can manually ad...
by Joshr
Thu Mar 17, 2016 5:59 pm
Forum: Common Problems
Topic: Enhanced UI breaks SQL Script Replacements
Replies: 2
Views: 2543
 
Jump to post

Enhanced UI breaks SQL Script Replacements

Whenever I enable "Enhanced User Interface" in the Theme settings, my installations fail with SQL Errors during the InstallExecute sequence. If I disable Enhanced UI, the SQL Scripts execute as expected. I've tracked this down to the errors always being around where text replacements are s...
by Joshr
Fri Feb 26, 2016 7:20 pm
Forum: Common Problems
Topic: AI not sequencing "refresh" dialog events correctly
Replies: 8
Views: 6203
 
Jump to post

Re: AI not sequencing "refresh" dialog events correctly

Hi Dan, I didn't see anything about this bug in the change log for the past few versions, but I may be missing it. Has this issue been fixed? I've been avoiding the issue by disabling any functionality that refreshes the dialog. This disables some UI enhancements, but it's an acceptable work-around ...
by Joshr
Wed Dec 16, 2015 3:26 pm
Forum: Common Problems
Topic: AI not sequencing "refresh" dialog events correctly
Replies: 8
Views: 6203
 
Jump to post

Re: AI not sequencing "refresh" dialog events correctly

Thanks, Dan. Any idea on when the new version may be available or do you have any work-around? This is holding up my development for our installer. I did use your pre-made SqlConnectionDialog, but Advanced Installer only lets me add one of them. I need to connect to two different databases, so I had...

Go to advanced search