all groups > sql server msde > february 2005 >
You're in the

sql server msde

group:

Problem With MSDE200 ON WINDOWS XP OS


Problem With MSDE200 ON WINDOWS XP OS GMK
2/24/2005 3:42:45 PM
sql server msde:
i have an appilcation that needs MSDE2000 to be intalled as prerequisit.
while building the setup project of my application Using InstallSheild X
i've integrated a prerequisit rule which consists about oif MSDE2000 is not
installed on the system to stop the intallation ad display an error message.
the problem is since we intalled the application on windows 2003 server or
Windows 2000 professional the rule worked as it should be But while
installing the application on windows XP pro the error message apears even
if MSDE2000 is intalled does anybody faced such a problem ?
can i heve help to know how to solve it?
thank you.

Re: Problem With MSDE200 ON WINDOWS XP OS Andrea Montanari
2/24/2005 3:52:20 PM
hi,
[quoted text, click to view]

unfortunately this is a little bit hard to answer, without knowing the
method you adopted to check for MSDE presence...
--
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtm http://italy.mvps.org
DbaMgr2k ver 0.10.0 - DbaMgr ver 0.56.0
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
--------- remove DMO to reply

Re: Problem With MSDE200 ON WINDOWS XP OS GMK
2/25/2005 10:06:53 AM
Well the issue is that in install sheild i can create my own condition the
condition was that if the "sqlmangr.exe" exist on the drive where i'm
installing the application to let the setup proceed otherwise to stop the
setup.
well it is stopping it even the "sqlmangr.exe" exixts.
[quoted text, click to view]

Re: Problem With MSDE200 ON WINDOWS XP OS Andrea Montanari
2/25/2005 12:01:05 PM
hi,
[quoted text, click to view]

well, I'm not an IS tech... perhaps you have to ask their people...

personally I'd not test for the "presence" of the file on the destination
HD, but I'd try instanciating a COM object like SQL-DMO SQLDMOSqlServer for
version 7.0 or SQLDMOSqlServer2 for SQL Server 2000
just my ? 0.02
--
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtm http://italy.mvps.org
DbaMgr2k ver 0.10.0 - DbaMgr ver 0.56.0
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
--------- remove DMO to reply

AddThis Social Bookmark Button