<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d33142127\x26blogName\x3dfishyweb\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://fishyweb.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://fishyweb.blogspot.com/\x26vt\x3d4851815010354999608', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Learnings Today #2009.01.25 – Adding a file to the “Content files from…” list in a VS2005 Installer project

Adding files to the "Content Files" an Installer project under VS2005

161-412661eedc7dea01

is a tricky business!

The control for adding the files aren't in the installation project, but in the actual VS2005 project where the file is present.

Under the file properties (F4 on the file name), make sure to set the "Build Action" property value to "content".

161-412661eeddc8a0ce

This action automatically adds the file to the "Content files from..." list in the Installer project.

Think Microsoft for addressing Usability! Whew!

You can leave your response or bookmark this post to del.icio.us by using the links below.
Comment | Bookmark | Go to end