ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » MQ7 silent install of Eclipse problem

Post new topic  Reply to topic
 MQ7 silent install of Eclipse problem « View previous topic :: View next topic » 
Author Message
ivanachukapawn
PostPosted: Wed May 11, 2011 6:06 am    Post subject: MQ7 silent install of Eclipse problem Reply with quote

Knight

Joined: 27 Oct 2003
Posts: 561

Code:
msiexec.exe /f /i "c:\MQ7base\Prereqs\IES\MSI\IBM WebSphere Eclipse Platform V3.3.msi" ADDLOCAL="Base" AGREETOLICENSE="yes" TRANSFORMS="1033.mst" /l*v d:\MQ7base\EclipseInstall.log


This script results in a display of msiexec help window. I specified /f because I wanted to find out why the scripts does not install Eclipse. No EclipseInstall.log file is created on d:\MQ7base

If I run c:\MQ7base\Prereqs\IES\MSI\IBM WebSphere Eclipse Platform V3.3.msi" from the command line it does install.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Wed May 11, 2011 6:50 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Does it work if you use a short path for the msi instead of the long path in quotes?

Does it work if you use a different set of options (even if that doesn't produce the install you want it to... )?
Back to top
View user's profile Send private message
ivanachukapawn
PostPosted: Wed May 11, 2011 7:10 am    Post subject: Reply with quote

Knight

Joined: 27 Oct 2003
Posts: 561

Not sure what you mean by the short path.

I tried this:

set ECLIPSEMSIPATH=d:\MQ7base\Prereqs\IES\MSI\IBM WebSphere Eclipse Platform V3.3.msi

echo %ECLIPSEMSIPATH%

msiexec.exe /f /i %ECLIPSEMSIPATH% ADDLOCAL="Base" AGREETOLICENSE="yes" TRANSFORMS="1033.mst" /l*v d:\MQ7base\EclipseInstall.log

got this result:

step 1.0 - get rid of WebSphere MQ dir
The system cannot find the path specified.
STEP1.1: set paths
11:06:15.79 :START: silent install of Eclipse, the MQ7 prerequisite
C:\Windows\system32
run msiexec to install Eclipse
d:\MQ7base\Prereqs\IES\MSI\IBM WebSphere Eclipse Platform V3.3.msi
11:06:18.39 : END: silent install of Eclipse, the MQ6 prerequisite

and ECLIPSE was not installed. It display the END immediately.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Wed May 11, 2011 7:20 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

I mean something like
d:\MQ7base\Prereqs\IES\MSI\IBMWEB~1.msi

or whatever the dir /x output shows for that file.

You need the quotes when using the path that contains spaces in it (otherwise msiexec will see "IBM" "WebSphere" "Eclipse" "Platform" "V3.3.mqsi" as separate arguments rather than one), and the msiexec might somehow not like having quotes there.

So you use the short form of the file name instead, so that it doesn't see the quotes and sees the file name as a single string without spaces.
Back to top
View user's profile Send private message
ivanachukapawn
PostPosted: Wed May 11, 2011 7:45 am    Post subject: Reply with quote

Knight

Joined: 27 Oct 2003
Posts: 561

That did it! Thanks so much MQJeff.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » MQ7 silent install of Eclipse problem
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.