Search found 5797 matches

Go to advanced search

by Cosmin
Fri Aug 10, 2012 8:58 am
Forum: Feature Requests
Topic: Allow -nofreqcheck on /justcheck and /silent options
Replies: 1
Views: 13210
 
Jump to post

Re: Allow -nofreqcheck on /justcheck and /silent options

Hi,

Please note that /justcheck doesn't use a check frequency, it's immediate. For immediate silent checks you can use /checknow with -minuseractions.

Regards,
Cosmin
by Cosmin
Wed Aug 08, 2012 9:53 am
Forum: Common Problems
Topic: Directory Manager not initialized.
Replies: 2
Views: 23626
 
Jump to post

Re: Directory Manager not initialized.

Hi, MSI Installer showed error that “Directory Manager not initialized.” It looks like one of the merge modules is calling ResolveSource standard action before CostInitialize. I noticed that some custom actions were executed before ResolveSource, so perhaps one of them triggered it: - setUserProfile...
by Cosmin
Tue Aug 07, 2012 8:54 am
Forum: Feature Requests
Topic: Launch Conditions
Replies: 1
Views: 13494
 
Jump to post

Re: Launch Conditions

Hi, Unfortunately this cannot be done for the Windows Installer launch conditions (the ones checked by the MSI). Windows Installer evaluates conditions one at a time and stops immediately if the current one is not met. However, we will consider including these improvements in the EXE bootstrapper. I...
by Cosmin
Tue Aug 07, 2012 8:51 am
Forum: Feature Requests
Topic: Add .aic support to Visual Studio Plugin
Replies: 1
Views: 13034
 
Jump to post

Re: Add .aic support to Visual Studio Plugin

Hi,

This is already supported by Visual Studio through build events. Simply create a build event which executes the commands you need.

Regards,
Cosmin
by Cosmin
Thu Aug 02, 2012 9:55 am
Forum: Feature Requests
Topic: Change And Customize The License Dialog (Trial.DLL)
Replies: 19
Views: 50341
 
Jump to post

Re: Change And Customize The License Dialog (Trial.DLL)

Hi,

Fragment files cannot be opened directly in Advanced Installer. But they are simple XML files, just like .AIP project files. So you can open them with a text editor and modify them (text editing).

Regards,
Cosmin
by Cosmin
Thu Aug 02, 2012 9:51 am
Forum: Feature Requests
Topic: Do not show empty prequiste window
Replies: 9
Views: 48576
 
Jump to post

Re: Do not show empty prequiste window

Hi,

We added this improvement on our TODO list and it will be available in a future version. Thank you for your suggestion.

Regards,
Cosmin
by Cosmin
Fri Jul 20, 2012 1:36 pm
Forum: Feature Requests
Topic: Comment tab for dialogs
Replies: 2
Views: 14124
 
Jump to post

Re: Comment tab for dialogs

Hi, This is already supported. You can show the notes pane by using Notes button in View ribbon tab, or by using the View -> Info Panes -> Notes Pane application menu on older Windows version. Notes cannot be added for individual control events, but you can add them for each dialog. Regards, Cosmin
by Cosmin
Fri Jul 06, 2012 3:21 pm
Forum: Feature Requests
Topic: Suggestions for predefined prerequisites
Replies: 79
Views: 4796282
 
Jump to post

Re: Suggestions for predefined prerequisites

Hi Kambizt,

Do you have a link? We couldn't find them.

Regards,
Cosmin
by Cosmin
Fri Jul 06, 2012 3:18 pm
Forum: Feature Requests
Topic: common progress bar for chained installs
Replies: 3
Views: 20254
 
Jump to post

Re: common progress bar for chained installs

Hi Gary,

I'm afraid that this is not supported by Windows Installer.

Regards,
Cosmin
by Cosmin
Thu Jul 05, 2012 3:28 pm
Forum: Feature Requests
Topic: Suggestions for predefined prerequisites
Replies: 79
Views: 4796282
 
Jump to post

Re: Suggestions for predefined prerequisites

Hi Kambizt,

Are they available online? If not, how can we get them?

Regards,
Cosmin
by Cosmin
Thu Jul 05, 2012 3:25 pm
Forum: Feature Requests
Topic: Some of the updates failed to install properly
Replies: 4
Views: 19088
 
Jump to post

Re: Some of the updates failed to install properly

Hi Moritz, After hours of investigation we found out that the "FileVersion" detection just didn't work. That's strange. Can you please give me more details? Did you use a file installed by the update package? Why can't the Updater.exe show more expressive error messages like "Error: T...
by Cosmin
Thu Jul 05, 2012 3:23 pm
Forum: Feature Requests
Topic: common progress bar for chained installs
Replies: 3
Views: 20254
 
Jump to post

Re: common progress bar for chained installs

Hi Gary, For chained installations the main progress bar is controlled by Windows Installer. So there's not much we can do about it. However, a solution would be to add your packages as feature-based prerequisites instead of chained packages. This way the progress will be more accurate. Regards, Cos...
by Cosmin
Thu Jul 05, 2012 3:21 pm
Forum: Feature Requests
Topic: App-V 5.0 Support
Replies: 1
Views: 13003
 
Jump to post

Re: App-V 5.0 Support

Hi,

Yes, we are planning to support App-V 5.0. I can't offer an ETA for now, but it will be included in a future version.

Regards,
Cosmin
by Cosmin
Thu Jul 05, 2012 3:20 pm
Forum: Feature Requests
Topic: Automating builds with different file contents
Replies: 1
Views: 12972
 
Jump to post

Re: Automating builds with different file contents

Hi,

During the build process Advanced Installer uses whatever content the files have on disk. So you can simply include the files in your project, modify them on disk and then build. So your script can simply modify the source files on disk and trigger a build.

Regards,
Cosmin
by Cosmin
Thu Jul 05, 2012 3:17 pm
Forum: Common Problems
Topic: how to attach sql2008 to a vs application project
Replies: 1
Views: 13276
 
Jump to post

Re: how to attach sql2008 to a vs application project

Hi Binyam, If you are using a database file, you can simply add it in Files and Folders page. If you are using a script to create the database, you can configure it in SQL Scripts page. You can also add an SQL Server prerequisite in Prerequisites page to make sure that SQL Server is installed. Regar...

Go to advanced search