|
|
|
Change By:
|
Iain Coulter
(06/Feb/15 11:40 AM)
|
Description:
|
Currently the code has the following
// At the moment, windows MSI installer are not handled ! //} else if (platform == NodeJSInstaller.Platform.WINDOWS){
I
A
possible solution to automate installation is to use msiexec with following options:
msiexec TARGETDIR=
E:\temp
<install location>
/a node-
v0.10.36
<version>
-x86.msi /qn /l* log.txt
this removes any UAC issues and just unpacks the files to TARGETDIR. also adds logging out to log.txt
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit
https://groups.google.com/d/optout.