Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - End of statement error

Reply
 
Old 02-11-2009   #1 (permalink)
Terry


 
 

End of statement error

I get an end of statement error can someone tell me what this means?

Rem igateway
msiexec -i "\\srv50281\Technical\source
Files\Common\Bin\Win32\ClientiGateway_42_win32.msi" CMDLINE=ITM
ADDLOCAL=iGateway,Spin INSTALLDIR="C:\Program
Files\CA\SharedComponents\iTechnology" /qn


Rem client install
msiexec /i "\\srv50281\Technical\source
Files\ITM-8.1\Common\Bin\Win32\Client\eTrust ITM.msi" PRODUCT=ITM /qn


My System SpecsSystem Spec
Old 02-11-2009   #2 (permalink)
Todd Vargo


 
 

Re: End of statement error

Terry wrote:
Quote:

> I get an end of statement error can someone tell me what this means?
>
> Rem igateway
> msiexec -i "\\srv50281\Technical\source
> Files\Common\Bin\Win32\ClientiGateway_42_win32.msi" CMDLINE=ITM
> ADDLOCAL=iGateway,Spin INSTALLDIR="C:\Program
> Files\CA\SharedComponents\iTechnology" /qn
>
>
> Rem client install
> msiexec /i "\\srv50281\Technical\source
> Files\ITM-8.1\Common\Bin\Win32\Client\eTrust ITM.msi" PRODUCT=ITM /qn
Either you have too many arguments or inappropriate arguments.
Type msiexec/? to verify all arguments are valid options.

http://technet.microsoft.com/en-us/l.../cc759262.aspx

--
Todd Vargo
(Post questions to group only. Remove "z" to email personal messages)
My System SpecsSystem Spec
Old 02-13-2009   #3 (permalink)
Al Dunbar


 
 

Re: End of statement error


"Todd Vargo" <tlvargo@xxxxxx> wrote in message
news:e27NZ9LjJHA.4860@xxxxxx
Quote:

> Terry wrote:
Quote:

>> I get an end of statement error can someone tell me what this means?
>>
>> Rem igateway
>> msiexec -i "\\srv50281\Technical\source
>> Files\Common\Bin\Win32\ClientiGateway_42_win32.msi" CMDLINE=ITM
>> ADDLOCAL=iGateway,Spin INSTALLDIR="C:\Program
>> Files\CA\SharedComponents\iTechnology" /qn
>>
>>
>> Rem client install
>> msiexec /i "\\srv50281\Technical\source
>> Files\ITM-8.1\Common\Bin\Win32\Client\eTrust ITM.msi" PRODUCT=ITM /qn
>
> Either you have too many arguments or inappropriate arguments.
> Type msiexec/? to verify all arguments are valid options.
>
> http://technet.microsoft.com/en-us/l.../cc759262.aspx
But isn't "end of statement" a vbscript error? I think the problem is that
the OP is trying to run a batch command as if it were a vbscript.

/Al


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
How to get more information about the error from trap statement PowerShell
Help with SQL statement VB Script
just a statement Vista General
Error 291, Statement 6130 Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46