-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add support for Nsis version 3.08. #16
Add support for Nsis version 3.08. #16
Conversation
Plan for Commit ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please review ? Not planning any additional changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All looks fine, the zip contains the correct version, in the same structure as orginal :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not shure this will work, just tryed deployinf the zip to our production env.
and seems like the path needs to be changed for the nsis-3.08 to work
Not shure but think it is in the ps1 file
We will look into it this week. This will most likely be in a |
Super cool, if u need help testing i am glad to lend a hand :) |
The intent of making of having a version 3 is to ensure we don't break existing pipelines still using version nsis-3.03 on version 2
@JacobIpsen, @mboulom I've merged and released the new version 3.0.0 of the task (ps: don't forget to change version 3 on your yaml pipeline) . I don't have the path issue you mentioned regarding finding the makensis.exe... but I do have something that doesn't seem to work well.
$workingDir = Split-Path -Path $scriptFile;
Invoke-VstsTool -WorkingDirectory $workingDir -FileName $nsis3Exe -Arguments $arguments -RequireExitCodeZero
I'll investigate further tomorrow. In the meantime give it a spin and let me know what you think. |
Ok the arguments are passed ok now ( This is related to the issue #18 ) |
Don't really know what I am doing.
Need Nsis version 3.08 for added support for !uninstfinalize
Please help.