Skip to main content

Posts

Showing posts with the label installer

Installing the .Net Framework 3.0 SP1 on Windows 2003 Server

I'm building an [automated] build server requiring the .Net 2.0 and 3.0 runtime. Unfortunately, at my client, they leverage a proxy server. The standard .Net 3.0 SP1 framework redist is really just a bootstrapper. Logged in as a local admin on the box, I didn't have the opportunity to authenticate the installation EXE with my domain credentials. So, the install kept timing out. Finally, I found this helpful post from Aaron Ruckman on how to download the very elusive, full framework package. It's here , BTW (x86). I finally get the full installation EXE downloaded to a fileshare, re-run the install and wham--" XPSEPSC: XPS must be installed..." Excuse you? This isn't an XPS ...it's a VM. I found a few MSDN posts here and here outlining the problem. I'm still not clear on what XPSEPSC does (Google yielded little) but you can download it here (x86) . After installing XPSEPSC, the framework installed without issue. Update : Somewhat related, there is no...

Windows Installer XML (WiX)

I've used a lot of installer tools over the years and...now I'm adding another! I'm embarking on the WiX journey. WiX is the Windows Installer XML open source project. Getting started: Project SourceForge Introducing WiX (old but Mike Gunderloy is one of the best in installer technologies) Google Group WiX v3 Roadmap Draft I downloaded WiX v3.0 and got the integration working with VS.Net 2005. Instructions: Automate Releases With MSBuild And Windows Installer XML System Folder Properties