RE: Slient install - Win32 Mysql

2002-03-05 Thread Jan R Andersson

Hi,

I tried it too, got the same result. I looked into the setup.iss file
that setup -r created, and found these lines that looked different from
the others:

[SetupType-0]
Result=301
szDir=

The SdAskDestPath dialogs has:

[SdAskDestPath-0]
szDir=C:\mysql
Result=1

So I thought I'd give it a try and change the SetupType section like
this:

[SetupType-0]
Result=1
szDir=C:\mysql

And now it works! Seems that Result=1 and/or szDir=C:\mysql is the
right thing :-)

Jan R Andersson

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
 Sent: den 4 mars 2002 21:08
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: RE: Slient install - Win32 Mysql
 
 
 I have the same problem (silent install). In details:
 
 I run setup.exe with command line options -r to create 
 response file needed for silent installation in 
 InstallShield. By default it is created in the windows 
 directory with name setup.iss. Then I move this setup.iss to 
 the same folder as setup.exe and try to run setup.exe -s to 
 perform the silent setup, but it fails. The log file contains:
 
 [InstallShield Silent]
 Version=v4.90.000
 File=Log File
 [ResponseResult]
 ResultCode=-3
 
 According to IS documentation:
 -3 Required data not found in the Setup.iss file.
 
 Even if I set verbose this is all I have.
 
 I didn't find the source for the InstallShield project in the 
 source distribution (I searched for *.ipr, *.rul). What a 
 pity! With the IS project source in hand it would be a piece 
 of cake to handle this situation.
 
 BTW this silent setup thing is working with another software 
 (I tryed it with J2RE 1.4.0 - I had to collect the exracted 
 stuff from the temp directory during installation but then it 
 worked all right).
 
 Maybe there's a bug in the InstallShield version used (it is 
 an old 5.x version). Maybe there's a bug in the IS project 
 for MySql. Maybe I'm doing something wrong.
 
 But I guess it makes *no sense* that everyone writes his/her 
 own silent setup for MySql when there is an official one already.
 
 Thanks,
 Attila


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: Slient install - Win32 Mysql

2002-03-04 Thread attila.vangel

I have the same problem (silent install). In details:

I run setup.exe with command line options -r to create response file needed for silent 
installation in InstallShield.
By default it is created in the windows directory with name setup.iss.
Then I move this setup.iss to the same folder as setup.exe and try to run
setup.exe -s
to perform the silent setup, but it fails. The log file contains:

[InstallShield Silent]
Version=v4.90.000
File=Log File
[ResponseResult]
ResultCode=-3

According to IS documentation:
-3 Required data not found in the Setup.iss file.

Even if I set verbose this is all I have.

I didn't find the source for the InstallShield project in the source distribution (I 
searched for *.ipr, *.rul).
What a pity! With the IS project source in hand it would be a piece of cake to handle 
this situation.

BTW this silent setup thing is working with another software (I tryed it with J2RE 
1.4.0 - I had to collect the exracted stuff from the temp directory during 
installation but then it worked all right).

Maybe there's a bug in the InstallShield version used (it is an old 5.x version).
Maybe there's a bug in the IS project for MySql.
Maybe I'm doing something wrong.

But I guess it makes *no sense* that everyone writes his/her own silent setup for 
MySql when there is an official one already.

Thanks,
Attila

 -Original Message-
 From: Gerald R. Jensen [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, July 15, 2001 17:50
 To: Eyal Rif; [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: Re: Slient install - Win32 Mysql
 
 
 MySQL doesn't create any Registry keys. The only registry 
 entry that relates
 directly to MySQL (in addition to the one Monty's 
 InstallShield sets so you
 can uninstall) is the one the Service Control Manager creates when you
 install the service.
 
 If you install MyODBC, you'll need to account for the keys 
 your DSN's need
 (HKEY_LOCAL_MACHINE\Software\ODBC)
 
 Gerald Jensen
 
 - Original Message -
 From: Eyal Rif [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Sunday, July 15, 2001 10:06 AM
 Subject: Slient install - Win32 Mysql
 
 
 Hi,
 
 I am trying to create a Mysql Install packages with other 
 Programs (Such as
 apache).
 
 Does any one know what registry keys need to be updated or 
 how can I perform
 a silent install of win32-mysql ?
 
 
 Thanks,
 
 -
 Please check 
http://www.mysql.com/Manual_chapter/manual_toc.html; before
posting. To request this thread, e-mail [EMAIL PROTECTED]

To unsubscribe, send a message to the address shown in the
List-Unsubscribe header of this message. If you cannot see it,
e-mail [EMAIL PROTECTED] instead.




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Slient install - Win32 Mysql

2001-07-15 Thread Gerald R. Jensen

MySQL doesn't create any Registry keys. The only registry entry that relates
directly to MySQL (in addition to the one Monty's InstallShield sets so you
can uninstall) is the one the Service Control Manager creates when you
install the service.

If you install MyODBC, you'll need to account for the keys your DSN's need
(HKEY_LOCAL_MACHINE\Software\ODBC)

Gerald Jensen

- Original Message -
From: Eyal Rif [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Sunday, July 15, 2001 10:06 AM
Subject: Slient install - Win32 Mysql


Hi,

I am trying to create a Mysql Install packages with other Programs (Such as
apache).

Does any one know what registry keys need to be updated or how can I perform
a silent install of win32-mysql ?


Thanks,

-
Please check http://www.mysql.com/Manual_chapter/manual_toc.html; before
posting. To request this thread, e-mail [EMAIL PROTECTED]

To unsubscribe, send a message to the address shown in the
List-Unsubscribe header of this message. If you cannot see it,
e-mail [EMAIL PROTECTED] instead.




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php