Windows Service Pack 2 issue

  • Thread starter Thread starter jayderk
  • Start date Start date
J

jayderk

a customer was trying to install some of our software after they installed
the windows XP service pack 2 and he is getting a message that says
something about it not being compatable with windows XP?

we have our software on thousands of XP boxes and have not had a problem up
to this point. Any Clues/suggestions on what it could be?

Regards,
Jay
 
Jay,

It's a little hard to determine, based on the information you have
given. What is it that your application does? Is it a .NET app? Are you
using something that perhaps checks the version?

Here are some resources that might help (watch for line wrap):

Windows XP Service Pack 2 Resources for IT Professionals

http://www.microsoft.com/technet/prodtechnol/winxppro/maintain/winxpsp2.mspx

Windows XP Service Pack 2 - Security Information for Developers

http://msdn.microsoft.com/security/productinfo/xpsp2/default.aspx

Windows XP Service Pack 2 (SP2) Support Center

http://support.microsoft.com/default.aspx?pr=windowsxpsp2

Hope this helps.
 
I think it may have something to do with the web-install it is a cab file
that automatically starts downloading as soon as we go to the 'begin
download' page.

based on what I have read about Service Pack 2 this could very well be the
case as or install process uses activeX controls, I am pretty sure. what do
you think about my assumption?

regards,
Jay




Nicholas Paldino said:
Jay,

It's a little hard to determine, based on the information you have
given. What is it that your application does? Is it a .NET app? Are you
using something that perhaps checks the version?

Here are some resources that might help (watch for line wrap):

Windows XP Service Pack 2 Resources for IT Professionals

http://www.microsoft.com/technet/prodtechnol/winxppro/maintain/winxpsp2.mspx

Windows XP Service Pack 2 - Security Information for Developers

http://msdn.microsoft.com/security/productinfo/xpsp2/default.aspx

Windows XP Service Pack 2 (SP2) Support Center

http://support.microsoft.com/default.aspx?pr=windowsxpsp2

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

jayderk said:
a customer was trying to install some of our software after they installed
the windows XP service pack 2 and he is getting a message that says
something about it not being compatable with windows XP?

we have our software on thousands of XP boxes and have not had a problem
up
to this point. Any Clues/suggestions on what it could be?

Regards,
Jay
 
Jay,

Oh, absolutely. SP2 kills this kind of behavior. ActiveX controls in a
web page are the tool of the devil.

You should be moving to smart clients in this case, ActiveX controls
embedded in a web page are two steps away from that anyways.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

jayderk said:
I think it may have something to do with the web-install it is a cab file
that automatically starts downloading as soon as we go to the 'begin
download' page.

based on what I have read about Service Pack 2 this could very well be the
case as or install process uses activeX controls, I am pretty sure. what
do
you think about my assumption?

regards,
Jay




in
message news:#[email protected]...
Jay,

It's a little hard to determine, based on the information you have
given. What is it that your application does? Is it a .NET app? Are
you
using something that perhaps checks the version?

Here are some resources that might help (watch for line wrap):

Windows XP Service Pack 2 Resources for IT Professionals

http://www.microsoft.com/technet/prodtechnol/winxppro/maintain/winxpsp2.mspx

Windows XP Service Pack 2 - Security Information for Developers

http://msdn.microsoft.com/security/productinfo/xpsp2/default.aspx

Windows XP Service Pack 2 (SP2) Support Center

http://support.microsoft.com/default.aspx?pr=windowsxpsp2

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

jayderk said:
a customer was trying to install some of our software after they installed
the windows XP service pack 2 and he is getting a message that says
something about it not being compatable with windows XP?

we have our software on thousands of XP boxes and have not had a
problem
up
to this point. Any Clues/suggestions on what it could be?

Regards,
Jay
 
How and where do I get an intro to this technology?
What does this do to my web install? I use wise which creates a exe install
and a cab install? are we going to have to find another install process?

regards,
Jay



Nicholas Paldino said:
Jay,

Oh, absolutely. SP2 kills this kind of behavior. ActiveX controls in a
web page are the tool of the devil.

You should be moving to smart clients in this case, ActiveX controls
embedded in a web page are two steps away from that anyways.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

jayderk said:
I think it may have something to do with the web-install it is a cab file
that automatically starts downloading as soon as we go to the 'begin
download' page.

based on what I have read about Service Pack 2 this could very well be the
case as or install process uses activeX controls, I am pretty sure. what
do
you think about my assumption?

regards,
Jay




in
message news:#[email protected]...
Jay,

It's a little hard to determine, based on the information you have
given. What is it that your application does? Is it a .NET app? Are
you
using something that perhaps checks the version?

Here are some resources that might help (watch for line wrap):

Windows XP Service Pack 2 Resources for IT Professionals
http://www.microsoft.com/technet/prodtechnol/winxppro/maintain/winxpsp2.mspx
Windows XP Service Pack 2 - Security Information for Developers

http://msdn.microsoft.com/security/productinfo/xpsp2/default.aspx

Windows XP Service Pack 2 (SP2) Support Center

http://support.microsoft.com/default.aspx?pr=windowsxpsp2

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

a customer was trying to install some of our software after they installed
the windows XP service pack 2 and he is getting a message that says
something about it not being compatable with windows XP?

we have our software on thousands of XP boxes and have not had a
problem
up
to this point. Any Clues/suggestions on what it could be?

Regards,
Jay
 
Jay,

Actually, it won't even get that far. As far as SP2 is concerned, it
denies this kind of install by default. It doesn't matter what kind of
installation technology you use. The security settings by default are
bumped up very high. I'm not sure if signed cabs will help, but it might be
worth a shot.

If the browser does little more than act as a container for your Active
X control, you might want to consider just creating an executable that runs
on the client.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)


jayderk said:
How and where do I get an intro to this technology?
What does this do to my web install? I use wise which creates a exe
install
and a cab install? are we going to have to find another install process?

regards,
Jay



in
message news:[email protected]...
Jay,

Oh, absolutely. SP2 kills this kind of behavior. ActiveX controls
in a
web page are the tool of the devil.

You should be moving to smart clients in this case, ActiveX controls
embedded in a web page are two steps away from that anyways.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

jayderk said:
I think it may have something to do with the web-install it is a cab
file
that automatically starts downloading as soon as we go to the 'begin
download' page.

based on what I have read about Service Pack 2 this could very well be the
case as or install process uses activeX controls, I am pretty sure.
what
do
you think about my assumption?

regards,
Jay




"Nicholas Paldino [.NET/C# MVP]" <[email protected]>
wrote
in
message Jay,

It's a little hard to determine, based on the information you have
given. What is it that your application does? Is it a .NET app? Are
you
using something that perhaps checks the version?

Here are some resources that might help (watch for line wrap):

Windows XP Service Pack 2 Resources for IT Professionals


http://www.microsoft.com/technet/prodtechnol/winxppro/maintain/winxpsp2.mspx

Windows XP Service Pack 2 - Security Information for Developers

http://msdn.microsoft.com/security/productinfo/xpsp2/default.aspx

Windows XP Service Pack 2 (SP2) Support Center

http://support.microsoft.com/default.aspx?pr=windowsxpsp2

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

a customer was trying to install some of our software after they
installed
the windows XP service pack 2 and he is getting a message that says
something about it not being compatable with windows XP?

we have our software on thousands of XP boxes and have not had a
problem
up
to this point. Any Clues/suggestions on what it could be?

Regards,
Jay
 
: Oh, absolutely. SP2 kills this kind of behavior. ActiveX controls in
a
: web page are the tool of the devil.

<g> You gotta love how MS changes their direction every few years. "I
remember a time..." when MS actively touted the use of ActiveX controls on
web pages as development nirvana. So now we kill activex controls, and
allow web services. In 2008 we kill web services, and move to <enter next
catchy name here>. And so on...

--

Randy Birch
MVP Visual Basic
http://vbnet.mvps.org/
Please respond only to the newsgroups so all can benefit.


message : Jay,
:
: Oh, absolutely. SP2 kills this kind of behavior. ActiveX controls in
a
: web page are the tool of the devil.
:
: You should be moving to smart clients in this case, ActiveX controls
: embedded in a web page are two steps away from that anyways.
:
: --
: - Nicholas Paldino [.NET/C# MVP]
: - (e-mail address removed)
:
: : >I think it may have something to do with the web-install it is a cab file
: > that automatically starts downloading as soon as we go to the 'begin
: > download' page.
: >
: > based on what I have read about Service Pack 2 this could very well be
the
: > case as or install process uses activeX controls, I am pretty sure. what
: > do
: > you think about my assumption?
: >
: > regards,
: > Jay
: >
: >
: >
: >
: > in
: > message : >> Jay,
: >>
: >> It's a little hard to determine, based on the information you have
: >> given. What is it that your application does? Is it a .NET app? Are
: >> you
: >> using something that perhaps checks the version?
: >>
: >> Here are some resources that might help (watch for line wrap):
: >>
: >> Windows XP Service Pack 2 Resources for IT Professionals
: >>
: >>
: >
http://www.microsoft.com/technet/prodtechnol/winxppro/maintain/winxpsp2.mspx
: >>
: >> Windows XP Service Pack 2 - Security Information for Developers
: >>
: >> http://msdn.microsoft.com/security/productinfo/xpsp2/default.aspx
: >>
: >> Windows XP Service Pack 2 (SP2) Support Center
: >>
: >> http://support.microsoft.com/default.aspx?pr=windowsxpsp2
: >>
: >> Hope this helps.
: >>
: >>
: >> --
: >> - Nicholas Paldino [.NET/C# MVP]
: >> - (e-mail address removed)
: >>
: >> : >> >a customer was trying to install some of our software after they
: > installed
: >> > the windows XP service pack 2 and he is getting a message that says
: >> > something about it not being compatable with windows XP?
: >> >
: >> > we have our software on thousands of XP boxes and have not had a
: >> > problem
: >> > up
: >> > to this point. Any Clues/suggestions on what it could be?
: >> >
: >> > Regards,
: >> > Jay
: >> >
: >> >
: >>
: >>
: >
: >
:
:
 
Randy said:
<g> You gotta love how MS changes their direction every few years. "I
remember a time..." when MS actively touted the use of ActiveX controls on
web pages as development nirvana. So now we kill activex controls, and
allow web services. In 2008 we kill web services, and move to <enter next
catchy name here>. And so on...

Wondering how long it'll be before .Net's the next "don't ever use it"
technology.
 
Jayderk,
I think it may have something to do with the web-install it is a cab file
that automatically starts downloading as soon as we go to the 'begin
download' page.

based on what I have read about Service Pack 2 this could very well be the
case as or install process uses activeX controls, I am pretty sure. what
do
you think about my assumption?

You still haven't given very many details. Do you know what the error
message says? Can you reproduce the problem? You said "you think it might
have something to do with the web-install" - does this mean that the
customer gets the error message when he loads the webpage, runs the
installer, what?

-Ray Mercer
 
Hi,

That's called progress :)

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

Randy Birch said:
: Oh, absolutely. SP2 kills this kind of behavior. ActiveX controls in
a
: web page are the tool of the devil.

<g> You gotta love how MS changes their direction every few years. "I
remember a time..." when MS actively touted the use of ActiveX controls on
web pages as development nirvana. So now we kill activex controls, and
allow web services. In 2008 we kill web services, and move to <enter next
catchy name here>. And so on...

--

Randy Birch
MVP Visual Basic
http://vbnet.mvps.org/
Please respond only to the newsgroups so all can benefit.


message : Jay,
:
: Oh, absolutely. SP2 kills this kind of behavior. ActiveX controls in
a
: web page are the tool of the devil.
:
: You should be moving to smart clients in this case, ActiveX controls
: embedded in a web page are two steps away from that anyways.
:
: --
: - Nicholas Paldino [.NET/C# MVP]
: - (e-mail address removed)
:
: : >I think it may have something to do with the web-install it is a cab file
: > that automatically starts downloading as soon as we go to the 'begin
: > download' page.
: >
: > based on what I have read about Service Pack 2 this could very well be
the
: > case as or install process uses activeX controls, I am pretty sure. what
: > do
: > you think about my assumption?
: >
: > regards,
: > Jay
: >
: >
: >
: >
: > in
: > message : >> Jay,
: >>
: >> It's a little hard to determine, based on the information you have
: >> given. What is it that your application does? Is it a .NET app? Are
: >> you
: >> using something that perhaps checks the version?
: >>
: >> Here are some resources that might help (watch for line wrap):
: >>
: >> Windows XP Service Pack 2 Resources for IT Professionals
: >>
: >>
: >
http://www.microsoft.com/technet/prodtechnol/winxppro/maintain/winxpsp2.mspx
: >>
: >> Windows XP Service Pack 2 - Security Information for Developers
: >>
: >> http://msdn.microsoft.com/security/productinfo/xpsp2/default.aspx
: >>
: >> Windows XP Service Pack 2 (SP2) Support Center
: >>
: >> http://support.microsoft.com/default.aspx?pr=windowsxpsp2
: >>
: >> Hope this helps.
: >>
: >>
: >> --
: >> - Nicholas Paldino [.NET/C# MVP]
: >> - (e-mail address removed)
: >>
: >> : >> >a customer was trying to install some of our software after they
: > installed
: >> > the windows XP service pack 2 and he is getting a message that says
: >> > something about it not being compatable with windows XP?
: >> >
: >> > we have our software on thousands of XP boxes and have not had a
: >> > problem
: >> > up
: >> > to this point. Any Clues/suggestions on what it could be?
: >> >
: >> > Regards,
: >> > Jay
: >> >
: >> >
: >>
: >>
: >
: >
:
:
 
yes, it is when they are at the installation web page.

they have not gotten back to me as far as the exact messege but he said

"Our company recently upgraded our computer systems to XP Professional
Service Pack 2. We have been unable to download and install the version of
your software listed on your website as compatible with Windows XP. Can you
please assist?"
 
<g> You say tomato, we say ...

--

Randy Birch
MVP Visual Basic
http://vbnet.mvps.org/
Please respond only to the newsgroups so all can benefit.


"Ignacio Machin ( .NET/ C# MVP )" <ignacio.machin AT dot.state.fl.us> wrote
in message : Hi,
:
: That's called progress :)
:
: cheers,
:
: --
: Ignacio Machin,
: ignacio.machin AT dot.state.fl.us
: Florida Department Of Transportation
:
: : > : Oh, absolutely. SP2 kills this kind of behavior. ActiveX controls
: in
: > a
: > : web page are the tool of the devil.
: >
: > <g> You gotta love how MS changes their direction every few years. "I
: > remember a time..." when MS actively touted the use of ActiveX controls
on
: > web pages as development nirvana. So now we kill activex controls, and
: > allow web services. In 2008 we kill web services, and move to <enter
next
: > catchy name here>. And so on...
: >
: > --
: >
: > Randy Birch
: > MVP Visual Basic
: > http://vbnet.mvps.org/
: > Please respond only to the newsgroups so all can benefit.
: >
: >
: in
: > message : > : Jay,
: > :
: > : Oh, absolutely. SP2 kills this kind of behavior. ActiveX controls
: in
: > a
: > : web page are the tool of the devil.
: > :
: > : You should be moving to smart clients in this case, ActiveX
controls
: > : embedded in a web page are two steps away from that anyways.
: > :
: > : --
: > : - Nicholas Paldino [.NET/C# MVP]
: > : - (e-mail address removed)
: > :
: > : : > : >I think it may have something to do with the web-install it is a cab
: file
: > : > that automatically starts downloading as soon as we go to the 'begin
: > : > download' page.
: > : >
: > : > based on what I have read about Service Pack 2 this could very well
be
: > the
: > : > case as or install process uses activeX controls, I am pretty sure.
: what
: > : > do
: > : > you think about my assumption?
: > : >
: > : > regards,
: > : > Jay
: > : >
: > : >
: > : >
: > : >
: > : > "Nicholas Paldino [.NET/C# MVP]" <[email protected]>
: wrote
: > : > in
: > : > message : > : >> Jay,
: > : >>
: > : >> It's a little hard to determine, based on the information you
: have
: > : >> given. What is it that your application does? Is it a .NET app?
: Are
: > : >> you
: > : >> using something that perhaps checks the version?
: > : >>
: > : >> Here are some resources that might help (watch for line wrap):
: > : >>
: > : >> Windows XP Service Pack 2 Resources for IT Professionals
: > : >>
: > : >>
: > : >
: >
:
http://www.microsoft.com/technet/prodtechnol/winxppro/maintain/winxpsp2.mspx
: > : >>
: > : >> Windows XP Service Pack 2 - Security Information for Developers
: > : >>
: > : >> http://msdn.microsoft.com/security/productinfo/xpsp2/default.aspx
: > : >>
: > : >> Windows XP Service Pack 2 (SP2) Support Center
: > : >>
: > : >> http://support.microsoft.com/default.aspx?pr=windowsxpsp2
: > : >>
: > : >> Hope this helps.
: > : >>
: > : >>
: > : >> --
: > : >> - Nicholas Paldino [.NET/C# MVP]
: > : >> - (e-mail address removed)
: > : >>
: > : >> : > : >> >a customer was trying to install some of our software after they
: > : > installed
: > : >> > the windows XP service pack 2 and he is getting a message that
says
: > : >> > something about it not being compatable with windows XP?
: > : >> >
: > : >> > we have our software on thousands of XP boxes and have not had a
: > : >> > problem
: > : >> > up
: > : >> > to this point. Any Clues/suggestions on what it could be?
: > : >> >
: > : >> > Regards,
: > : >> > Jay
: > : >> >
: > : >> >
: > : >>
: > : >>
: > : >
: > : >
: > :
: > :
: >
:
:
 
Nicholas has indicated that the use of activex is now blocked under the
default settings of service pack 2. Your user will have to configure his
machines to allow the installation of activex controls through the
tools>internet options>security tab, under Internet. Note this will enable
activex install for any web site, so setting to prompt may be a better
(though annoying) choice. Or, your user could add your site to his trusted
sites and adjust the activex restrictions under that category.

--

Randy Birch
MVP Visual Basic
http://vbnet.mvps.org/
Please respond only to the newsgroups so all can benefit.


: yes, it is when they are at the installation web page.
:
: they have not gotten back to me as far as the exact messege but he said
:
: "Our company recently upgraded our computer systems to XP Professional
: Service Pack 2. We have been unable to download and install the version of
: your software listed on your website as compatible with Windows XP. Can
you
: please assist?"
:
:
: : > Jayderk,
: > >I think it may have something to do with the web-install it is a cab
file
: > > that automatically starts downloading as soon as we go to the 'begin
: > > download' page.
: > >
: > > based on what I have read about Service Pack 2 this could very well be
: the
: > > case as or install process uses activeX controls, I am pretty sure.
what
: > > do
: > > you think about my assumption?
: >
: > You still haven't given very many details. Do you know what the error
: > message says? Can you reproduce the problem? You said "you think it
: might
: > have something to do with the web-install" - does this mean that the
: > customer gets the error message when he loads the webpage, runs the
: > installer, what?
: >
: > -Ray Mercer
: >
: >
:
:
 
Schmidt said:
"Ignacio Machin ( .NET/ C# MVP )" <ignacio.machin AT dot.state.fl.us>
schrieb im Newsbeitrag


That's how the MS-Marketeers call it - there are others who know it's a
game: called "monopoly" ;-).

did you ever hear of "planned obsolescence?"!
 
did you ever hear of "planned obsolescence?"!

Of course, as a strategy only possible for the "big ones" and another nasty
side-effect of the globalization-trend.
It is delaying progress and innovation and it limits the chances of smaller
firms, because of the short timeframe between the "obsolescence-steps". A
similar topic is: "patent-walls".
Time to redefine the rules of the free market economy - (wich isn't free
anymore for the SMEs) but who will do this?
The policy with all those lobbyists, supporting "economic warfare" for their
"global players"?

Olaf
 
Back
Top