Search found 10 matches

Go to advanced search

by profquail
Mon Oct 24, 2011 3:03 pm
Forum: Feature Requests
Topic: Choose signing certificate by thumbprint (hash)
Replies: 4
Views: 12437
 
Jump to post

Re: Choose signing certificate by thumbprint (hash)

Thanks Bogdan! I'm looking forward to it!

Do you have an approximate timeframe as to when this feature will be available? I'm just trying to decide whether I need to implement a temporary solution for signing my installer .msi/.exe or if I should just wait for the next version of Advanced Installer.
by profquail
Tue Oct 18, 2011 3:05 am
Forum: Feature Requests
Topic: Choose signing certificate by thumbprint (hash)
Replies: 4
Views: 12437
 
Jump to post

Choose signing certificate by thumbprint (hash)

When using a code-signing certificate from the system store (via signtool.exe), it'd be nice to be able to choose the certificate to use by it's thumbprint rather than auto-selecting the "best" one. I recently installed the latest Windows Azure SDK and it installed some new certificate in ...
by profquail
Wed Aug 10, 2011 7:19 pm
Forum: Common Problems
Topic: Version number cut off in bootstrapped .exe tooltip text
Replies: 3
Views: 7916
 
Jump to post

Re: Version number cut off in bootstrapped .exe tooltip text

Hi Bogdan, Thanks for the reply. I figured it was probably some issue with Windows Explorer. If it's relatively easy, maybe you guys could have Advanced Installer emit a warning when building the project if the description string is evaluated (i.e., when you replace the variables in the description ...
by profquail
Sun Jul 24, 2011 4:03 pm
Forum: Common Problems
Topic: Version number cut off in bootstrapped .exe tooltip text
Replies: 3
Views: 7916
 
Jump to post

Version number cut off in bootstrapped .exe tooltip text

I've just released version 2.0.12 of our software, and I noticed a tiny bug in the bootstrapped installer .exe built by Advanced Installer. In the installer project I have the product version set to 2.0.12, and the 'Comments' text (under the Product Support Info groupbox on the Product Details scree...
by profquail
Sat Jul 09, 2011 6:17 pm
Forum: Feature Requests
Topic: Insert XML element as sibling before/after existing element
Replies: 3
Views: 10336
 
Jump to post

Re: Insert XML element as sibling before/after existing elem

Also, the application which reads the XML should never rely on a specific element order. It should process the elements in whatever order they are read. I agree. However, MSBuild (prior to the latest version, shipped with .NET 4.0 / Visual Studio 2010) processes project files linearly -- in our cas...
by profquail
Thu Jul 07, 2011 7:16 pm
Forum: Feature Requests
Topic: Insert XML element as sibling before/after existing element
Replies: 3
Views: 10336
 
Jump to post

Insert XML element as sibling before/after existing element

When using the XML file feature of Advanced Installer, we're only given the option to insert a new node/element as a sibling to an existing element -- in which case, our new element is always inserted *after* the existing element. In some cases though, the element I'm inserting needs to come before ...
by profquail
Thu Jul 07, 2011 7:10 pm
Forum: Feature Requests
Topic: Install .Net Windows application on MAC
Replies: 4
Views: 10081
 
Jump to post

Re: Install .Net Windows application on MAC

I'd find this helpful as well, so I could ship a Mono-based application for Mac.
by profquail
Thu Jul 07, 2011 7:08 pm
Forum: Feature Requests
Topic: Suggestions for predefined prerequisites
Replies: 79
Views: 4745879
 
Jump to post

Re: Suggestions for predefined prerequisites

I'm shipping the VS2010 F# Redistributable with my installer now, but as F# becomes more widespread it'll be useful to have that as a predefined prerequisite.
by profquail
Fri May 20, 2011 11:11 pm
Forum: Common Problems
Topic: Function Name for .NET Custom Action?
Replies: 2
Views: 7478
 
Jump to post

Re: Function Name for .NET Custom Action?

Thanks Cosmin, it works now!
by profquail
Fri May 20, 2011 9:06 pm
Forum: Common Problems
Topic: Function Name for .NET Custom Action?
Replies: 2
Views: 7478
 
Jump to post

Function Name for .NET Custom Action?

Hi AI Team, I've created a custom installer action in .NET which derives from the System.Configuration.Install.Installer class and has the System.ComponentModel.RunInstallerAttribute set to true (all of which is stated in the AI User Guide). However, I'm not sure what to put in the "Function Na...

Go to advanced search