Search found 14 matches

Go to advanced search

by jdshkolnik
Tue Jul 11, 2017 3:29 am
Forum: Common Problems
Topic: Multiple PropertyGroup entries for DefaultBuild
Replies: 15
Views: 13075
 
Jump to post

Re: Multiple PropertyGroup entries for DefaultBuild

Hi John, <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">All</Configuration> The "All" word that appears in the above block does not refer to any configuration, it is just an internal notation that we use in case no build is specified when the project is bu...
by jdshkolnik
Thu Jul 06, 2017 2:30 am
Forum: Common Problems
Topic: Multiple PropertyGroup entries for DefaultBuild
Replies: 15
Views: 13075
 
Jump to post

Re: Multiple PropertyGroup entries for DefaultBuild

Dan wrote:Hello,

The entries duplication issue was fixed in version 14.1 of Advanced Installer released on June 30th, 2017.

Best regards,
Dan
What about the discrepancy I mentioned above?
by jdshkolnik
Fri Jun 30, 2017 12:12 am
Forum: Common Problems
Topic: Multiple PropertyGroup entries for DefaultBuild
Replies: 15
Views: 13075
 
Jump to post

Re: Multiple PropertyGroup entries for DefaultBuild

Hi John, <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">All</Configuration> This block is setting the "Configuration" property of the project to "All" if no configuration is specified ( '$(Configuration)' == '' " ). This is not a project con...
by jdshkolnik
Wed Jun 28, 2017 3:18 pm
Forum: Common Problems
Topic: Multiple PropertyGroup entries for DefaultBuild
Replies: 15
Views: 13075
 
Jump to post

Re: Multiple PropertyGroup entries for DefaultBuild

Hi John, This is the normal behavior in case of existing only one configuration, the "All" configuration is automatically turned to "DefaultBuild" in this case. Best regards, Eusebiu Then why doesn't it rename the default configuration as well? It ends up like this: <?xml versio...
by jdshkolnik
Tue Jun 27, 2017 10:24 pm
Forum: Common Problems
Topic: Multiple PropertyGroup entries for DefaultBuild
Replies: 15
Views: 13075
 
Jump to post

Re: Multiple PropertyGroup entries for DefaultBuild

I just updated to new version and it keeps forcing my "All" configuration to become "DefaultBuild".
by jdshkolnik
Thu Jan 26, 2017 9:51 pm
Forum: Common Problems
Topic: Clear text box if value changes in another text box
Replies: 7
Views: 7043
 
Jump to post

Re: Clear text box if value changes in another text box

Is there a reason text boxes can't raise events? Are you planning to add support for it?
by jdshkolnik
Wed Nov 30, 2016 11:05 pm
Forum: Common Problems
Topic: Error messages title headings
Replies: 7
Views: 5874
 
Jump to post

Re: Error messages title headings

Hi John, Many of the modal dialogs are available in the "Dialogs" page where you can customize their titles (i.e. CancelDlg, ErrorDlg, etc.). If they are not the dialogs that you want to edit, please send me a screenshot with one of those that you need. Best regards, Eusebiu Eusebiu, I'm ...
by jdshkolnik
Tue Nov 29, 2016 4:34 pm
Forum: Common Problems
Topic: Error messages title headings
Replies: 7
Views: 5874
 
Jump to post

Re: Error messages title headings

Eusebiu wrote:Hi,

I'm not sure which messages' titles you want to change. Can you please give me more details (maybe a screenshot with one of the message boxes)?

Best regards,
Eusebiu
I think the question boils down to...can we set a modal popup dialog's title based on a parameter or variable at run time?
by jdshkolnik
Tue Sep 06, 2016 8:39 pm
Forum: Feature Requests
Topic: Clear recent project list
Replies: 2
Views: 6506
 
Jump to post

Clear recent project list

It'd be nice to clear the list of recent projects from history.
by jdshkolnik
Sat Aug 06, 2016 11:43 pm
Forum: Feature Requests
Topic: Support for special characters in Product and Company names
Replies: 1
Views: 5398
 
Jump to post

Support for special characters in Product and Company names

If "Product name" or "Company name" have special characters, like "Brand|Model" or "Deloitte & Touche", everything using that by default, like folder paths, will bomb. I know we can work around it but my feature request is to automatically parse out specia...
by jdshkolnik
Mon Jun 27, 2016 2:40 pm
Forum: Common Problems
Topic: Multiple PropertyGroup entries for DefaultBuild
Replies: 15
Views: 13075
 
Jump to post

Multiple PropertyGroup entries for DefaultBuild

My test project .aiproj file has 4 duplicate entries like this: <PropertyGroup Condition=" '$(Configuration)' == 'DefaultBuild' " /> <PropertyGroup Condition=" '$(Configuration)' == 'DefaultBuild' " /> <PropertyGroup Condition=" '$(Configuration)' == 'DefaultBuild' " />...
by jdshkolnik
Tue May 24, 2016 4:17 am
Forum: Building Installers
Topic: Custom action to EXE file fails during installation
Replies: 13
Views: 16553
 
Jump to post

Re: Custom action to EXE file fails during installation

I figured it out. For future reference, the file path field isn't relative to the working directory. I got it to work by setting the value to "[Installer_Dir]nant-0.92\bin\nant.exe"
by jdshkolnik
Tue May 24, 2016 3:50 am
Forum: Building Installers
Topic: Custom action to EXE file fails during installation
Replies: 13
Views: 16553
 
Jump to post

Re: Custom action to EXE file fails during installation

Hi, I'm getting a similar error. I just began playing with our AI Enterprise license. All I have is a single custom action which results in the following error: Error 1721. There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Conta...
by jdshkolnik
Tue Mar 22, 2016 3:54 pm
Forum: Building Installers
Topic: Anyone looking for contract work?
Replies: 0
Views: 143942
 
Jump to post

Anyone looking for contract work?

I apologize if this is a misuse of the forum. I'm looking for someone skilled and experienced with Advanced Installer to contract to my group to help us get started using best practices. It's not enough to make it work, it has to be done in a way that maximizes the potential for re-use between the v...

Go to advanced search