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

Windows update profile in-place #4

Closed
eyedeekay opened this issue Nov 2, 2018 · 3 comments
Closed

Windows update profile in-place #4

eyedeekay opened this issue Nov 2, 2018 · 3 comments

Comments

@eyedeekay
Copy link
Owner

eyedeekay commented Nov 2, 2018

I want the windows installer to be able to download an updated profile if a new version has become available, and unpack it to the correct directory. Just do it at the top of the static bat's for Windows zip, and I'm sure something as scriptable as NSIS can handle this.

@zlatinb
Copy link

zlatinb commented Nov 2, 2018

That would be really cool, then we don't need to ship the full profile with the I2P distribution. NSIS has at least two plugins for downloading files.

@eyedeekay
Copy link
Owner Author

In general I'd like to have the same features across all platforms, and the Linux script can already do this, so I'm going to try and do it tonight when I do the menus for the Windows installer.

@eyedeekay
Copy link
Owner Author

Tentatively done. If and only if an existing profile is detected, It moves the old profile to a backup folder, downloads an update profile zip and unpacks it. It doesn't check the signature yet.

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