azure - Service Bus 1.1 installation getting failed on windows 2008 R2 SP1 core -


i trying install windows azure pack: service bus 1.1 on windows server 2008 r2 sp1 core os through windows platform installer 5.0 (offline installation) . using below link installation http://blogs.msdn.com/b/biztalknotes/archive/2013/12/17/how-to-do-offline-install-of-service-bus.aspx ,but facing following issue:

error message:

starting installation

started downloading products...

started downloading: 'windows azure pack: service bus 1.1'

downloaded: 'windows azure pack: service bus 1.1'

install completed (failure): 'windows azure pack: service bus 1.1' service bus_1_1 : failed.

downloaded file failed signature verification , may have been tampered verifying successful installation...

windows azure pack: service bus 1.1 false

install of products: failure

please , thank in advance.

check installation log, if log record looks this, 1639 error:

msi (s) (20:5c) [14:22:31:139]: product: windows fabric -- installation failed. msi (s) (20:5c) [14:22:31:139]: windows installer installed product. product name: windows fabric. product version: 1.0.960.0. product language: 1033. manufacturer: microsoft corporation. installation success or error status: 1639. msi (s) (20:5c) [14:22:31:141]: mainenginethread returning 1639 

in case was: - system account contained 2 words -- name , surname, "vasya pupkin", web platform installer saw first "vasya", need rename system user "vasyapupkin" without space symbol, or install under different account. - i've noticed error in powershell env path, check system variables psmodulepath, , remove unnecessary - symbol (") (sql server path contains error, \powershell\modules")

c:\windows\system32\windowspowershell\v1.0\modules\;c:\program files (x86)\microsoft sql server\110\tools\powershell\modules";c:\program files\service bus\1.0\

should be

c:\windows\system32\windowspowershell\v1.0\modules\;c:\program files (x86)\microsoft sql server\110\tools\powershell\modules;c:\program files\service bus\1.0\


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -