Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed MSI Installation #7

Closed
Chill3d opened this issue Apr 12, 2017 · 2 comments
Closed

Failed MSI Installation #7

Chill3d opened this issue Apr 12, 2017 · 2 comments

Comments

@Chill3d
Copy link

Chill3d commented Apr 12, 2017

Hi,
When I execute install.bat, there are some errors (specifically in installation of msi files):

PS C:\Users\user\Desktop\clangbuilder> ./install.bat
C:\Users\user\Desktop\clangbuilder\tools\RestoreUtilitytools.ps1 : Not Found any support visual studio
At C:\Users\user\Desktop\clangbuilder\bin\Installer.ps1:20 char:1
+ . "$ClangbuilderRoot/tools/RestoreUtilitytools.ps1"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,RestoreUtilitytools.ps1

1
MinGit is up to date !
CMake is up to date !
Initializing Python
Downloading Python ...
Expand-Msi : Invoke msiexec expend package: Python.msi failed !
At C:\Users\user\Desktop\clangbuilder\bin\PkgInitialize.ps1:135 char:13
+             Expand-Msi -Path $File -DestinationPath $Name
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Expand-Msi

False
Initializing Subversion
Downloading Subversion ...
Expand-Msi : Invoke msiexec expend package: Subversion.msi failed !
At C:\Users\user\Desktop\clangbuilder\bin\PkgInitialize.ps1:135 char:13
+             Expand-Msi -Path $File -DestinationPath $Name
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Expand-Msi

False
NSIS is up to date !
GNUWin is up to date !
Ninja is up to date !
swigwin is up to date !
vswhere is up to date !

I run the script as administrator of my machine. I've not yet installed Microsoft Visual Studio.
I tried to install them manually (by requesting URL contained in config/packages.json) in pkgs folder but it seems that the script don't recognize them. Any idea to fix this ?

P.S: URL of Tortoise Subversion isn't working. This URL is working for version 1.9.4 : https://sourceforge.net/projects/tortoisesvn/files/1.9.4/Application/TortoiseSVN-1.9.4.27285-x64-svn-1.9.4.msi/download

@fcharlie
Copy link
Contributor

RestoreUtilitytools scripts will automatically check Visual Studio installation and compile ClangbuilderUI. so your should install visual studio 2013 or 2015 or 2017. suggest 2015/2017

Your can modify config/package.json after run bin/PkgInitialize.ps1
Many times you need a good network。

@fcharlie
Copy link
Contributor

msiexec default behavior has changed , require fullpath

fcharlie added a commit that referenced this issue Aug 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants