Search found 4 matches

Go to advanced search

by vs2010junkie
Thu Dec 22, 2011 9:54 pm
Forum: Common Problems
Topic: Updating multiple instances of an installed application
Replies: 4
Views: 3774
 
Jump to post

Re: Updating multiple instances of an installed application

Another possibility to solve this issue would be to support changing the UpgradeCode as well as the ProductCode for multi-instances. In this manner, each instance would be uniquely identifiable on the system and the update/upgrade process should process each installed instance individually as if ...
by vs2010junkie
Wed Dec 21, 2011 7:22 pm
Forum: Common Problems
Topic: Exec command output using GetProperty Command Line
Replies: 3
Views: 5744
 
Jump to post

Exec command output using GetProperty Command Line

I am currently using MSBuild to capture the value of a property in Advanced Installer via the Exec command.

I am using the following syntax for MSBuild:


<Exec Command="$(BaseEditCommand) /GetProperty ProductName">
<Output TaskParameter="Outputs" PropertyName="PackageName" />
</Exec>


When I ...
by vs2010junkie
Thu Nov 10, 2011 3:48 pm
Forum: Common Problems
Topic: Updating multiple instances of an installed application
Replies: 4
Views: 3774
 
Jump to post

Re: Updating multiple instances of an installed application

We would like to host multiple instances of our installed product on a single server. We are currently deploying an ASP.Net 3.5 Web Application, therefore, each instance of our product has its own separate virtual directory and application pool as well as its own isolated application pool and ...
by vs2010junkie
Thu Nov 10, 2011 1:26 am
Forum: Common Problems
Topic: Updating multiple instances of an installed application
Replies: 4
Views: 3774
 
Jump to post

Updating multiple instances of an installed application

I am currently planning on creating a multi-instance installation using Advanced Installer so that I can support a multi-tenant environment. Therefore, I will end up installing 10 or more instances of my installation package on the same host machine.

However, I would also like to leverage the ...

Go to advanced search