Search found 5797 matches

Go to advanced search

by Cosmin
Mon Apr 30, 2012 1:31 pm
Forum: Feature Requests
Topic: AppX / Metro Installations
Replies: 5
Views: 19365
 
Jump to post

Re: AppX / Metro Installations

Hi, The AppX engine is not public like Windows Installer. So there is no point in a custom implementation and additional features are out of the question. Visual Studio 11 offers everything you need to create AppX packages. If you need more than Visual Studio 11 offers, you can't use AppX. Regards, ...
by Cosmin
Mon Apr 30, 2012 12:28 pm
Forum: Common Problems
Topic: Ghost previous version of an installed program
Replies: 7
Views: 24404
 
Jump to post

Re: Ghost previous version of an installed program

Hi Silvio, Your EXE has the same version and size in both installers. This is usually a bad thing because it may lead to unwanted behavior. So an improvement would be to increase the version in your new package. We were able to reproduce the problem, but the installation seems to work correctly. The...
by Cosmin
Tue Apr 24, 2012 1:38 pm
Forum: Common Problems
Topic: Prerequisites "Skip Post-Install Searches" Option
Replies: 8
Views: 12566
 
Jump to post

Re: Prerequisites "Skip Post-Install Searches" Option

Hi, Please note that the "Skip post install searches" option was a minor hack designed to support prerequisites which are always installed. This is why it was transformed into a feature which supports prerequisites that are always installed. A prerequisite with an install condition which i...
by Cosmin
Tue Apr 24, 2012 1:06 pm
Forum: Common Problems
Topic: AI Evaluation questions: Assembly reference path
Replies: 3
Views: 9765
 
Jump to post

Re: AI Evaluation questions: Assembly reference path

Hi, The double backslashes show up in the output path AI imported from my Visual Studio deployment project. This is a bug in the import process and it will be fixed in a future version. Thank you for bringing it to our attention. As for the relationship between the Interop, AxInterop, and other dlls...
by Cosmin
Fri Apr 20, 2012 3:06 pm
Forum: Common Problems
Topic: SelfUnregModules not working
Replies: 6
Views: 14089
 
Jump to post

Re: SelfUnregModules not working

Hi,

Can you please send us the .AIP (project) file you are using to support at advancedinstaller dot com so we can investigate it?

Regards,
Cosmin
by Cosmin
Fri Apr 20, 2012 3:02 pm
Forum: Common Problems
Topic: AI Evaluation questions: Assembly reference path
Replies: 3
Views: 9765
 
Jump to post

Re: AI Evaluation questions: Assembly reference path

Hi, The first problem I noticed was that the Deployment Package Folder path was composed with double backslashes Can you please give me more details about this? What do you mean by "Deployment Package Folder path"? In the Visual Studio IDE, most of my dll references are stored in the folde...
by Cosmin
Fri Apr 20, 2012 2:25 pm
Forum: Common Problems
Topic: Create property-based folder
Replies: 9
Views: 12273
 
Jump to post

Re: Create property-based folder

Hi, Please note that property values in Install Parameters page cannot use other properties. This is why a "Property set with formatted" custom action is required to set your custom property to the formatted path. Regarding the custom action share, we are unable to reproduce this behavior....
by Cosmin
Fri Apr 13, 2012 3:47 pm
Forum: Feature Requests
Topic: Suggestions for predefined prerequisites
Replies: 79
Views: 4743227
 
Jump to post

Re: Suggestions for predefined prerequisites

Hi,
abletech wrote:ASP.NET MVC (ASP.NET MVC 3).
Thanks
I added this on our TODO list and it will be available in a future version. Thank you for your suggestion.

Regards,
Cosmin
by Cosmin
Tue Mar 27, 2012 8:47 am
Forum: Feature Requests
Topic: Standalone builder
Replies: 4
Views: 11539
 
Jump to post

Re: Standalone builder

Hi,

If you are interested in a floating license, you can contact us at support at advancedinstaller dot com. Perhaps we can offer a better price.

Regards,
Cosmin
by Cosmin
Thu Mar 22, 2012 9:03 am
Forum: Feature Requests
Topic: Standalone builder
Replies: 4
Views: 11539
 
Jump to post

Re: Standalone builder

Hi, Advanced Installer already has a command line interface . Please note that instead of getting separate licenses only for build, you can get a floating license . It can be used by any developer on any machine (non-simultaneous use). We found that this type of license is much easier to manage and ...
by Cosmin
Thu Mar 22, 2012 8:56 am
Forum: Feature Requests
Topic: File extensions and prerequisites in Free version
Replies: 2
Views: 7914
 
Jump to post

Re: File extensions and prerequisites in Free version

Hi,

We will consider adding more features to the Free version. Thank you for your suggestion.
In the meantime, send us an email at support at advancedinstaller dot com with more details about your project and a link. Perhaps we can work something out.

Regards,
Cosmin
by Cosmin
Wed Mar 21, 2012 9:33 am
Forum: Common Problems
Topic: Problem with property
Replies: 5
Views: 8076
 
Jump to post

Re: Problem with property

Hi, Try removing the control event which sets [HOST] to itself. It's not necessary and may affect the property value. If the problem persists, please send us a verbose installation log so we can investigate it. Regarding the Windows Installer dialog problem, I'm not sure why it happens. Can you plea...
by Cosmin
Tue Mar 13, 2012 9:52 am
Forum: Feature Requests
Topic: Useful to have option to get Product Version from main .exe
Replies: 37
Views: 954544
 
Jump to post

Re: Useful to have option to get Product Version from main .

Hi Justin,

This improvement is already on our TODO list and will be available in a future version. I increased its priority.

Regards,
Cosmin
by Cosmin
Tue Mar 13, 2012 9:47 am
Forum: Feature Requests
Topic: Detect Service = "started" and stop the uninstalling
Replies: 1
Views: 6961
 
Jump to post

Re: Detect Service = "started" and stop the uninstalling

Hi, This is not recommended because it prevents the user from uninstalling the application. Even if the service is running, the uninstall can still be performed. The only inconvenience is that it would need a reboot to finish. However, if you really want to prevent the uninstall, you can try this ap...
by Cosmin
Mon Mar 12, 2012 4:17 pm
Forum: Common Problems
Topic: Making product uninstallable
Replies: 7
Views: 9664
 
Jump to post

Re: Making product uninstallable

Hi, The uninstall doesn't work because Register product with Windows Installer option is unchecked in Product Details page. Additionally, since it's unchecked, you cannot enable the Disable Modify , Disable Repair , Disable Remove and Do not show in list options as required by the how-to . Please en...

Go to advanced search