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

XDelta (Windows) is not distributed with required MS C 8.0 Runtime #26

Closed
GoogleCodeExporter opened this issue Mar 24, 2015 · 9 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Running xdelta on a clean install of Windows 2003

What is the expected output? What do you see instead?
Program cannot execute due to missing dependencies (msvcr80.dll).

What version of the product are you using? On what operating system?
XDelta 3.0p on Windows 2003.

Please provide any additional information below.
Windows applications are meant to distribute their dependent runtimes
(msvcr80.dll). It would be nice if XDelta at least stated it required a
runtime and where to get it rather than just the binary (readme.txt?).

Original issue reported on code.google.com by grim.b...@gmail.com on 7 Mar 2007 at 4:44

@GoogleCodeExporter
Copy link
Author

Deployment methods: 
http://msdn2.microsoft.com/en-us/library/ms235316(VS.80).aspx
The redistributable: http://go.microsoft.com/fwlink/?linkid=65127

Original comment by grim.b...@gmail.com on 7 Mar 2007 at 4:53

@GoogleCodeExporter
Copy link
Author

Dup of issue 16

Original comment by josh.mac...@gmail.com on 24 Mar 2007 at 1:28

  • Changed state: Duplicate

@GoogleCodeExporter
Copy link
Author

Original comment by josh.mac...@gmail.com on 24 Mar 2007 at 1:30

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Another option (which I prefer) is to statically link to the C-runtime. This 
would 
make the xdelta EXE somewhat bigger but make it independent of the DLL.

Original comment by as...@gmx.net on 25 Mar 2007 at 2:37

@GoogleCodeExporter
Copy link
Author

I found some information on using WIX here:

http://blogs.msdn.com/nikolad/comments/460368.aspx

I am trying to figure out how to statically link the .exe, it has so few 
dependencies
that I think this is ok.

Original comment by josh.mac...@gmail.com on 25 Mar 2007 at 9:10

@GoogleCodeExporter
Copy link
Author

Can you verify this fix?

http://code.google.com/p/xdelta/downloads/detail?name=xdelta30q.msi

Thanks

Original comment by josh.mac...@gmail.com on 25 Mar 2007 at 7:16

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Statically linked:

http://code.google.com/p/xdelta/downloads/detail?name=xdelta3q.1.msi

Original comment by josh.mac...@gmail.com on 25 Mar 2007 at 11:28

@GoogleCodeExporter
Copy link
Author

Thanks, it works now.

Original comment by as...@gmx.net on 26 Mar 2007 at 5:27

@GoogleCodeExporter
Copy link
Author

Original comment by josh.mac...@gmail.com on 26 Mar 2007 at 8:58

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant