hi,
[quoted text, click to view] Morse1 wrote:
> OK, I understand editing the target and data directories' paths, but
> do not know where to find the file to edit or what object to use to
> edit. Could you hold my hand?
>
> The system I am working with is W2K Server, with XPPro workstations
> and Outlook 2003/BCM.
>
you can both "edit" an .Ini file to specify such arbitrary options like
<--your_inifile.ini-->
[Options]
TARGETDIR="D:\MyInstance\Binn\"
DATADIR="D:\MyInstance\Data\"
</--your_inifile.ini-->
and provide the Ini file spec to the setup.exe bootstrap installer
c:\...\>setup.exe /settings your_inifile.ini .... additional parameters...
or provide all parameters (and this is the way I prefer) as command line
parameters to the setup.exe bootstrap installer, like
c:\...\>setup.exe TARGETDIR="D:\MyInstance\Binn\"
DATADIR="D:\MyInstance\Data\" SECURITYMODE=SQL SAPWD=your_pwd etc...
please provide a final
/L*v "c:\MsdeLog.txt"
parameter to enable verbose logging of the installation process, that will
result in an about 2mb text file you can inspect in case of troubles...
--
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtm http://italy.mvps.org DbaMgr2k ver 0.16.0 - DbaMgr ver 0.61.0
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
--------- remove DMO to reply