-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've just started investigating the Microsoft Ajax Minifer 4.0 for use with a Visual Studio 2008 Web Application I work on. It's proven easy enough to hook it into the .csproj file so it produced .min.js files for all scripts, however I'm stumped as to how to integrate this with the Web Setup project…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
In the Setup Project I have 2 web.config files: web.config - used during the development and web_dist.config - the one that should be included into Setup Project.
I must be sure the the Setup project will NOT include the web.config and will always include web_dist.config.
In the File System…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a Visual Studio setup project that installs an application into the task scheduler and also installs a GUI application to manage some configuration parameters in the registry. This being the case, the setup project installs two different primary outputs (.exe's) as part of the process.
I…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
i've created a web setup project and i wanted it to create a desktop shortcut to the web application (ex: http://localhost/xx/yy.aspx). up to this point it was pretty easy: i created a shortcut (doesnt matter where), gave it the url i wanted, added this to the User's Desktop special folder of my web…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I build Visual Studio 2008 setup Project with MSI build it depends on .NET 3.5. I added Prerequisites like: .NET 3.5, Microsoft office interoperability, VS tools for office System 3.0 Run time, .etc. After that Selected "Download Prerequisite from Same location as my application" in Specify install…
>>> More