Multiple Release WebSetup

Multiple Release WebSetup

am 15.04.2008 09:33:31 von Dixus.NET

Hello dear ng,

i am using a web setup project to install an asp.net project on a
target machine. No I want to install also a test verstion in another
virtual directory of the same project. That means there will be an
INETPUB/wwwroot/ProjectRelease and a INETPUB/wwwroot/ProjectTest
installation.

I am not a fan of redundance.. so do I have to create two setup
projects or is there a way to use one project?
Because its the same content, only the Virtual Path and the web.config
will be different.

Using the same setup project, it does not different between the two
installations... Is there any support for my needs?

Thanks a lot,

Holger

Re: Multiple Release WebSetup

am 15.04.2008 10:19:43 von Eliyahu Goldin

This may help you:
http://msmvps.com/blogs/egoldin/archive/2008/03/16/customizi ng-web-config-for-different-environments.aspx

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net


wrote in message
news:0f326845-5d14-4108-b594-e8406e1e5f9a@m71g2000hse.google groups.com...
> Hello dear ng,
>
> i am using a web setup project to install an asp.net project on a
> target machine. No I want to install also a test verstion in another
> virtual directory of the same project. That means there will be an
> INETPUB/wwwroot/ProjectRelease and a INETPUB/wwwroot/ProjectTest
> installation.
>
> I am not a fan of redundance.. so do I have to create two setup
> projects or is there a way to use one project?
> Because its the same content, only the Virtual Path and the web.config
> will be different.
>
> Using the same setup project, it does not different between the two
> installations... Is there any support for my needs?
>
> Thanks a lot,
>
> Holger
>

Re: Multiple Release WebSetup

am 15.04.2008 10:32:10 von Holger Kreissl

> This may help you:
> http://msmvps.com/blogs/egoldin/archive/2008/03/16/customizi ng-web-config-for-different-environments.aspx

Not really. I already use a custom install project where I can enter all
needed strings. It updates the web.config automatically.

My problem is, that you cannot use the same MSI file for more than one
installation... If you install to Project1 you are not able to install a
Project 2 without get asked for deinstalling Project1...

I hope i could make my point clear.. Sorry for my english :)

Holger

--
Holger Kreissl
..NET Software Developer
http://kreissl.blogspot.com/


>> i am using a web setup project to install an asp.net project on a
>> target machine. No I want to install also a test verstion in another
>> virtual directory of the same project. That means there will be an
>> INETPUB/wwwroot/ProjectRelease and a INETPUB/wwwroot/ProjectTest
>> installation.
>>
>> I am not a fan of redundance.. so do I have to create two setup
>> projects or is there a way to use one project?
>> Because its the same content, only the Virtual Path and the web.config
>> will be different.
>>
>> Using the same setup project, it does not different between the two
>> installations... Is there any support for my needs?
>>
>> Thanks a lot,
>>
>> Holger
>>
>
>