Go Back   PackageDeploy Application Packaging Forums > Package Development > Application Packaging > Platformsdk MSI

Reply
 
LinkBack Thread Tools Display Modes
Old 08-18-2010, 05:01 PM   #1 (permalink)
bullseye
Guest
 
Posts: n/a
Default MSIExec TARGETSITE property usage

We have 2 websites on our IIS webserver and both have different
FQDNs(fullyqualifieddomains). Each website have the same application
with 2 different virtual directories mapped in different physical
location(s). But these virtual directory names are same, say myApp.

website virtual directory physical location
--------------------------------------------------------------------------------------------------
web1 myApp c:/inetpub/wwwroot/
web2 myApp c:/myApp/


my question is when I deploy in silent mode, like the following
msiexec /i myApp.msi /qr

what are the options I can use in msiexec in order to send it to
particular website. I read about TARGETSITE but one of my virtual
directory is NOT mapped to IIS root directory, so what should I use
value for the TARGETSITE property?

Thanks in advance,

bullseye
  Reply With Quote
Old 08-19-2010, 01:01 AM   #2 (permalink)
Kenneth A. Larsen
Guest
 
Posts: n/a
Default Re: MSIExec TARGETSITE property usage


"bullseye" <123bulls@gmail.com> wrote in message
news:eacd9139-89fd-47d2-8a53-6001c722ab21@j18g2000yqd.googlegroups.com...
> We have 2 websites on our IIS webserver and both have different
> FQDNs(fullyqualifieddomains). Each website have the same application
> with 2 different virtual directories mapped in different physical
> location(s). But these virtual directory names are same, say myApp.
>
> website virtual directory physical location
> --------------------------------------------------------------------------------------------------
> web1 myApp c:/inetpub/wwwroot/
> web2 myApp c:/myApp/
>
>
> my question is when I deploy in silent mode, like the following
> msiexec /i myApp.msi /qr
>
> what are the options I can use in msiexec in order to send it to
> particular website. I read about TARGETSITE but one of my virtual
> directory is NOT mapped to IIS root directory, so what should I use
> value for the TARGETSITE property?
>
> Thanks in advance,
>
> bullseye






I await your command.


  Reply With Quote
Old 08-19-2010, 04:01 PM   #3 (permalink)
Kenneth A. Larsen
Guest
 
Posts: n/a
Default Re: MSIExec TARGETSITE property usage

On 8/18/2010 7:05 PM, Kenneth A. Larsen wrote:
> "bullseye"<123bulls@gmail.com> wrote in message
> news:eacd9139-89fd-47d2-8a53-6001c722ab21@j18g2000yqd.googlegroups.com...
>> We have 2 websites on our IIS webserver and both have different
>> FQDNs(fullyqualifieddomains). Each website have the same application
>> with 2 different virtual directories mapped in different physical
>> location(s). But these virtual directory names are same, say myApp.
>>
>> website virtual directory physical location
>> --------------------------------------------------------------------------------------------------
>> web1 myApp c:/inetpub/wwwroot/
>> web2 myApp c:/myApp/
>>
>>
>> my question is when I deploy in silent mode, like the following
>> msiexec /i myApp.msi /qr
>>
>> what are the options I can use in msiexec in order to send it to
>> particular website. I read about TARGETSITE but one of my virtual
>> directory is NOT mapped to IIS root directory, so what should I use
>> value for the TARGETSITE property?
>>
>> Thanks in advance,
>>
>> bullseye

>
>
>
>
> I await your command.
>
>


  Reply With Quote
Old 08-19-2010, 08:01 PM   #4 (permalink)
bullseye
Guest
 
Posts: n/a
Default Re: MSIExec TARGETSITE property usage


After searching I found this useful article,
http://tim-stanley.com/post/How-To-I...ific-Port.aspx


msiexec /i myapp.msi /qr TARGETSITE=/LM/W3SVC/'website identifier
number'

this is working, select websites under IIS web server and you can see
'identifer number' on the right hand pane.
  Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 02:08 AM.


vBulletin, Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
2007 - 2012 PackageDeploy.com