ClickOnce and Setup & Deployment Projects announcement
-
Link
Hi,
I've posted a new blog entry about ClickOnce and Windows 8 and the Smart Screen filter. I collaborated with someone at Microsoft to create this; I hope it's helpful.
http://robindotnet.wordpress.com/2013/02/24/windows-8-and-clickonce-the-definitive-answer-2/
-
Link
In Visual Studio 2010, we have partnered with Flexera, makers of InstallShield, to create InstallShield Limited Edition 2010 just for Visual Studio 2010 customers. The InstallShield Limited Edition 2010 offers comparable functionality to the Visual Studio Installer projects. In addition, you can build your deployment projects using Team Foundation Server and MSBuild. For more information, see http://blogs.msdn.com/b/deployment_technologies/archive/2010/04/20/installshield-limited-edition-is-available-for-download-in-visual-studio-2010.aspx.
With InstallShield available, the Visual Studio Installer project types will not be available in future versions of Visual Studio. To preserve existing customer investments in Visual Studio Installer projects, Microsoft will continue to support the Visual Studio Installer projects feature that shipped with Visual Studio 2010 and below as per our product life-cycle strategy. For more information, see Expanded Microsoft Support Lifecycle Policy for Business & Development Products.
-
Link
The InstallShield 2010 Limited Edition is a free version of InstallShield for Visual Studio developers that replaces the functionality provided by the Visual Studio setup and deployment projects.
Here are some highlights of the product:
• Use Visual Studio to create installation projects for applications built with Visual Studio.
• Build your installation projects with MSBuild
• Jumpstart projects with a simple design environment and Project Assistant.
• Take advantage of Installation Prerequisites and Custom Actions.
• Digitally sign your installers.
Need a feature that is not supported in the Visual Studio deployment projects? Try the InstallShield Limited Edition. You can easily migrate your existing Visual Studio deployment projects into InstallShield Limited Edition installation projects with a few clicks. The installation projects created with the InstallShield Limited Edition are compatible with other versions of InstallShield products. This enables you to upgrade to higher version of InstallShield with a more advanced feature set.
To obtain the InstallShield 2010 Limited Edition, complete the following steps:
1. On the File menu, point to New, and then click Project.
2. Expand the Other Project Types node.
3. Expand the Setup and Deployment node.
4. Click InstallShield LE.
5. Click Enable InstallShield Limited Edition, and then click OK.
6. Click Go to InstallShield.
Note: You must register by using your email address before downloading the product.
-
Sticky5VotesUser Voice request to bring back Setup projects in VS2012
If you miss Setup & Deployment projects in VS2012 and want them to bring them back, you can go here and vote up that request. They actually do respond to feedback, so the more people vote it up, ... -
Sticky1VotesClickOnce, Windows 8, and the Smart Screen filter
Hi, With the help of someone at Microsoft, I've written a blog entry to cover installing ClickOnce applications on Windows ... -
Sticky0VotesAnnouncement: Does ClickOnce support working through a proxy server with user name and password?
This is an announcement thread. Please remember to mark the replies as answers if they help and unmark them if they provide no help. Welcome to the All-In-One Code ... -
Sticky0VotesDeployment FAQ
This material should not be considered as a complete coverage of the frequently asked questions, but it tries to capture the high-level features with some depth in the Deployment ...
-
Answered0VotesSigning a Solution with Verisign
Build Events -> Post-build event command line, I have add something similar to: c:\Verisign\signtool.exe sign /f "c:\Verisign\Certificate.pfx" /p password ... -
Unanswered0VotesGetting error while applying Microsoft Transform to MSI using C#.net
Hi All, While applying Microsoft Transforms to MSI am getting the following error "Apply Transform,Transform File,Error Conditions"? Kindly find my code ... -
Unanswered0VotesMsiDetermineApplicablePatches or MsiDeterminePatchSequence
I am trying to find more information from patches. I followed the information in this page: http://msdn.microsoft.com/en-us/library/windows/desktop/aa368573%28v=vs.85%29.aspx. The ... -
Unanswered0Votesmix and deploy C# and VB.NET projects as one single program
So I have one solution with two C# projects and one VB.NET project, as the VB project is like the main part of the program and in it I use functions from the other two C# projects. But as I ... -
Unanswered0VotesPrevent overwriting existing files
Hello, I'm facing some problems with the behavior of my setup project. Some background information: our costumers currently use an application written in VB6, ... -
Unanswered0VotesClickOnce deployment as a local administrator
Hi everyone, I have an application that i need to deploy (hopefully usinf ClickOnce) however the organisation that I work for has a requirement that any application needs to be ... -
Unanswered0VotesInstallation project for Win8x64 from .Net 3.5 32bit
Hi, I am wondering how do I make an installation project for Windows 8 (64bit) from my .net framework 32 bit. Thanks for ... -
Answered0VotesSetup Project in VS2010 - To unpack/extract the cab files to the installation path
I have created Setup Project in VS2010 and have added all the files. Every time to run the Setup Project it takes more than an hours, because i have to packages some of the database files which is ... -
Answered0VotesInstallation Location
When a user installs my clickonce application, is there a way for me to specify where on the hard drive the clickonce application is installed? -
Unanswered0VotesPublishing a VB 2010 Express Project
Properties->Publish->Prerequisites the option "Download prerequisites from the component vendor's web set" is selected as the default option. I've published many programs using this ... -
Unanswered0VotesPrevent error from displaying if initial install can't find the .vsto file to download
I have a MS Word Template project that we deploy using ClickOnce. Our Web server is behind the corporate firewall. My issue is that when we send a .docx file that was created from our Template ... -
Answered0VotesClickOnce failed with error writing to hard disk
I have been using Visual C# Express 2008 for a couple of years and been deploying my application using ClickOnce for 18 months or so. This evening I received an error dialog when attempting to ... -
Unanswered0VotesApplication Packaging
Hello everyone, i have been using the publishing wizard provided by visual studio to publish my vb.net apps. I have now created an app which connects to a MSSQL database, but i do ... -
Answered1VotesDeployment question, VS 2010 and Crystal Reports For VS2010
Please note that this question has been referred to the Microsoft forums after being addressed by the SAP CR forums, as detailed below. I have a ... -
Unanswered0VotesWindows 8 and ClickOnce error
I have a ClickOnce application which is being done in Visual Studio 2012 and targeting .NET 4.0 FULL. The program has been used without any issues on Windows XP, Windows VISTA and Windows 7. The only ... -
Discussion0Votesstart clickonce (serverbased) application without focus on internet explorer
hi there... is there any possibility to start a serverbased clickonce application without getting a short focus on the ie ? thx hermann -
Unanswered0Votessigning and deployment
? second is how to customise a signing under deployment? i click on create test signing, but i cant change the attributes. how do i do ... -
Unanswered0VotesRegarding dll file setup
Dear Sir I am create a dll file for our Tally developer (TDL) and that dll file is execute successfully in tally but first it required registration in windows. This ... -
Answered1VotesHow can I create a trusted certificate for my msi file
I created an msi installator file but it cannot be installed in other computers because it gives an error. It says that is because the file has not trusted certificate so is unsafe to install it. I am ... -
Answered1VotesIs it possible to publish without building?
Hello, I am developing an Excel Workbook project and I want to change the assmebly dll with the protected one after bubilding, before publishing. If publishing is done without ... - Items 1 to 20 of 13803 Next ›



