Re: 1.9.1 bug in svnversion?
From: Olivier Mascia <om_at_tipgroup.com>
Date: Mon, 14 Sep 2015 22:09:27 +0200
> Le 14 sept. 2015 à 21:35, Stefan Küng <tortoisesvn_at_gmail.com> a écrit :
Including the (countless) universal CRT DLLs, in case they wouldn't be installed on the target machine?
Another path would be to include the vc_redist.exe itself within the installer and run it during installation or download it dynamically.
In some project, I wrote a tiny executable (crtprobe.exe), doing nothing, but built to be smallest (4KB) and linked with MSVC runtimes. My installer embeds it, extract it to temp folder, tries to run it. If it fails, it downloads the vc_redist and install it. If crtprobe.exe succeeds then I have no runtime DLL to care about, they're available.
You are probably aware of these issues, just wrote to make sure you are, hoping that helps.
-- Meilleures salutations, Met vriendelijke groeten, Best Regards. Olivier Mascia, integral.be/om ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3137624 To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].Received on 2015-09-14 22:09:51 CEST |
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.