all groups > visual studio .net setup > july 2005 >
You're in the

visual studio .net setup

group:

WebSetup Fix/Enhancement for VS.Net


WebSetup Fix/Enhancement for VS.Net Chuck L
7/15/2005 10:24:18 AM
visual studio .net setup: I've found references on the web about a thread in this newsgroup from early
2004. Apparently there is a patch to allow the WebSetup package created by
VS.NET to install to a different target directory.

The thread mentioned that the only way to get the patch is through PSS. With
my MSDN subscription I don't have access to PSS, and can't seem to locate
the patch on MSDN.

Does anyone know where I can get this patch?

Here are some references to the old thread:

http://www.dotnetmonster.com/Uwe/Forum.aspx/vs-net-setup/718/WebSetup-Fix-Enhancement-for-VS-Net

http://groups-beta.google.com/group/microsoft.public.vsnet.setup/browse_thread/thread/c749220349e12857/b49e30bb37e9ca1b#b49e30bb37e9ca1b

Thanks for any help!

RE: WebSetup Fix/Enhancement for VS.Net v-garych NO[at]SPAM online.microsoft.com (
7/16/2005 8:48:05 AM
Hi Chuck,

[quoted text, click to view]

yes, currently this patch is not available in the MSDN website, so this may
need you submit a support incident in Microsoft PSS (Product Support
Service)to request that patch. As a MSDN subscriber, you have two free
support incidents.

And if the problem is confirmed by Microsoft PSS as a product issue, PSS
won't charge money. Every MSDN subscriber has two free support incidents.
You could use one of them to contact Microsoft PSS. So you don't need to
pay money yet. Surely if the issue is a product issue, you still have two
free support incidents.

For your reference, I attached steps to contact Microsoft PSS here: You can
contact Microsoft Product Support directly to discuss additional support
options you may have available, by contacting us at 1-(800)936-5800 or by
choosing one of the options listed at
http://support.microsoft.com/d-efault.aspx?scid=fh;EN-US;Offe-rProPhone

By the way, when you contact PSS for this patch, you may need to tell us
the related KB article number about it, since we don't have a related KB
article on this issue, you may tell them a corresponding resolved
supporting case information:

Case Number: SRZ041011001095
Title: Obtain Visual Studio.NET websetup fix/enhancement ()


Thanks!

Best regards,

Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn

This posting is provided "AS IS" with no warranties, and confers no rights.
RE: WebSetup Fix/Enhancement for VS.Net v-garych NO[at]SPAM online.microsoft.com (
7/19/2005 6:40:55 AM
Hi Chuck,

Another note, you will not be charged if you just want to obtain a hotfix
from the PSS, it is free.

By the way, if you have any other problem on obtaining this hotfix, please
let me know. It's my pleasure to be of assistance.


Thanks!

Best regards,

Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn

This posting is provided "AS IS" with no warranties, and confers no rights.
Re: WebSetup Fix/Enhancement for VS.Net Chuck L
7/20/2005 3:21:53 PM

[quoted text, click to view]

Gary,
I called the number you listed, and they cannot locate a case with that
number. Is there another case ID to look for?

Also, I'm curious why this hotfix isn't available via MSDN--It sure would
save a lot of trouble. Do you know why?

Thanks,

Chuck

Re: WebSetup Fix/Enhancement for VS.Net v-garych NO[at]SPAM online.microsoft.com (
7/21/2005 12:00:00 AM
Hi Chuck,

[quoted text, click to view]

In this scenario, you may try to download this fix package from somewhere
else:
http://www.greenmartian.net/files/websetupfix.zip

And please refer to the following steps to patch it:

1. Extract the Websetupfix.zip file
2. Copy the DPCA.DLL file over the existing DPCA.DLL at
<vsinstall>\Common7\Tools\Deployment\DPCA.DLL
3. Open Visual Studio .Net
4. Build the Visual Studio Setup & Deployment Package
5.Place EnableHostHeaders.js script in the same directory with the
Microsoft Windows Installer 2.0 Package (MSI)
6. Run the EnableHostHeaders.js script with one command-line argument
Note: EnableHostHeaders <filename of the msi>
7. Rebuild the Microsoft Visual Studio .Net Setup & Deployment Web
Application
8. You will notice a drop down list that will allow you to select where you
would like to install.


[quoted text, click to view]

Except some urgent Windows's system's hotfix, our products' hotfix is only
available from the PSS, the general convention is to contact PSS to request
a specific hotfix. And in this case, since the Websetupfix.zip hotfix
hasn't been released publicly yet, so we don't have a related KB about it...


Hope this helps!

Best regards,

Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn

This posting is provided "AS IS" with no warranties, and confers no rights.
Re: WebSetup Fix/Enhancement for VS.Net yhhuang NO[at]SPAM online.microsoft.com
7/22/2005 6:18:46 AM
Hi Chunk,

For question 2:
The answer is that we are trying to do the right thing. If you have any
specific concerns regarding calling PSS for a fix versus downloading them
from a web site I would be happy to pass them on.

As far as when these fixes will be widely distributed, every QFE that we
ship is considered for the next available service pack. Some QFEs can't be
included in a service pack They may contain breaking changes that only make
sense for the customer that originally requested the QFE for example. So
every hotfix request needs to go through PSS now. We will keep monitoring
the usage of them to better improve the product.

Thanks very much for your understanding.

Best regards,
Yanhong Huang
Microsoft Community Support

Get Secure! ¨C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
-http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.as
p&SD=msdn

This posting is provided "AS IS" with no warranties, and confers no rights.
Re: WebSetup Fix/Enhancement for VS.Net Chuck L
9/6/2005 8:54:51 AM
Finally got around to trying the solution. Thanks for the link to the file.
Only one correction: step 7 is unnecessary. (Actually, step 7 breaks the
setup unless you re-perform steps 5&6)

Perhaps I read the original threads incorrectly, but I thought the
modification would allow the user to choose the physical directory for the
install, instead it only allows a choice of the web site. Is there a similar
change (or script that could be used) to allow install into a specific path?

Thanks again,
Chuck


[quoted text, click to view]

Re: WebSetup Fix/Enhancement for VS.Net Chuck L
9/6/2005 8:56:45 AM
The biggest specific concern is that as an MSDN subscriber, I can't call PSS
to get the fix. I can download from the web site if it's available.

Thanks for the info.
Chuck

[quoted text, click to view]

Re: WebSetup Fix/Enhancement for VS.Net v-garych NO[at]SPAM online.microsoft.com (
9/7/2005 12:00:00 AM
Hi Chuck,

Thanks for getting back to us:)

[quoted text, click to view]

Just as the patch's name implied("Allow websetups to deploy to the
non-default website"), it could not be used to install into a physical
directory instead, and currently we don't have another hotfix to acheive
this...


Thanks for your understanding!

Best regards,

Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn

This posting is provided "AS IS" with no warranties, and confers no rights.
Re: WebSetup Fix/Enhancement for VS.Net v-garych NO[at]SPAM online.microsoft.com (
9/9/2005 12:00:00 AM
Hi Chuck,

[quoted text, click to view]

We do understand your concern on this point, it is because the hotfix you
wanted is not a published hotfix, it is generated for one of our customers
who had submitted an support incident on this problem, and currrently we
don't have a related KB article about this problem yet, so our PSS could
not help you to get this hotfix neither.


Thanks for your understanding!

Best regards,

Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn

This posting is provided "AS IS" with no warranties, and confers no rights.
Re: WebSetup Fix/Enhancement for VS.Net yhhuang NO[at]SPAM online.microsoft.com
9/13/2005 12:00:00 AM
Hello Chunk,

I totally understand your concern here. If it is a public hotfix already,
you can call us to get hotfix directly. However, for this hotfix, it is
somewhat specific since it is not public yet. That is why Gary provided you
service request number in his reply. In this way, you can give support
engineer more info when you contact them. So they can find the proper fix
for you.

Thanks again for your understanding.

Best regards,
Yanhong Huang
Microsoft Community Support

Get Secure! ¨C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
-http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.as
p&SD=msdn

This posting is provided "AS IS" with no warranties, and confers no rights.
AddThis Social Bookmark Button