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.
-
0 VotesProblems previewing documents in Windows Form Application.
I'm trying to create a WPF which can preview documents(word,pdf,png,jpg) located on my HDD. I've tried using printPreviewControl but I cant get it ...Unanswered | 1 Replies | 24 Views | Created by Niels Schutte - 2 hours 35 minutes ago | Last reply by Stanly_F - 1 hour 18 minutes ago -
0 Votestimer and comboBox
I am using a timer to update a graph with paint on a panel. The seems to interfer with other actions like selecting a Item from comboBox. Any ideas will be ...Unanswered | 5 Replies | 86 Views | Created by Jordanhal - Thursday, October 05, 2017 8:27 PM | Last reply by Stanly_F - 2 hours 53 minutes ago -
3 VotesApplication crash 'ucrtbase.dll'
ucrtbase.dll!abort() Unknown ucrtbase.dll!_purecall() Unknown ucrtbase.dll!__crt_state_management::wrapped_invoke<int (*)(void),int>(int ...Unanswered | 13 Replies | 773 Views | Created by Oleg Levitsky - Monday, September 04, 2017 1:11 PM | Last reply by Charles He21 - 3 hours 6 minutes ago -
0 VotesWinform toolbar has gaps with "overflow" set to to "true"
We have a Winform application with a toolbar which has many toolbar buttons. Since it is overflowing, we had set overflow to true for all icons. With this, ...Unanswered | 3 Replies | 91 Views | Created by DDora - Friday, October 06, 2017 6:13 AM | Last reply by Stanly_F - 3 hours 11 minutes ago -
0 VotesWinForms ReportViewer not showing full screen?
I have a question about using the ReportViewer tool. I have created a very simple report. It has three columns (date, address, speed) to output the results from a database query. I have created the ...Unanswered | 3 Replies | 91 Views | Created by Noob_Coder - Wednesday, October 04, 2017 4:34 PM | Last reply by Stanly_F - 3 hours 41 minutes ago -
0 Votesc# start process python.exe scriptedsandbox64.exe has stopped
after correct path , got scriptedsandbox64.exe has stopped using System; using System.Collections.Generic; using System.ComponentModel; using ...Unanswered | 1 Replies | 22 Views | Created by Map to new space - 11 hours 4 minutes ago | Last reply by Stanly_F - 4 hours 9 minutes ago -
0 VotesHow to add a file in setup project (2015)?
Hi all, I learn how to create Setup for my C# (2015) project. It seems to be ok ...I mean ... setup of that project/ program is ok but ... I added a database file ... database.db to ...Unanswered | 1 Replies | 51 Views | Created by TakeshiKitano - 20 hours 35 minutes ago | Last reply by Stanly_F - 5 hours 7 minutes ago -
0 VotesC# access control in another form and pass reference of It
Hi, I have a static void where I need to pass a reference of control that is on another form. Here is what I did - control is on Form2, and I need to pass reference to ...Unanswered | 14 Replies | 217 Views | Created by LuckyLuke82 - Tuesday, October 03, 2017 9:04 AM | Last reply by LuckyLuke82 - 6 hours 4 minutes ago -
0 VotesHOWTO Force Graphics.DrawRectangle to draw in pixels.
Please help, I have simple C#/Graphics logic that is drawing in some unit of measure other than pixels. I've tried many thing, but when the Graphics.DrawRectangle ...Unanswered | 3 Replies | 144 Views | Created by J-S-B - Tuesday, September 26, 2017 9:07 PM | Last reply by Stanly_F - 7 hours 36 minutes ago -
0 VotesFailed to parse method 'InitializeComponent'
I recently added some changes to my code of a c# winform project: - Serialized the Data class - Removed some pictures from Resource folder that are currently ...Unanswered | 1 Replies | 34 Views | Created by snowynguyen - 18 hours 25 minutes ago | Last reply by Stanly_F - 7 hours 45 minutes ago -
0 VotesHow can I highlight a specific date using MonthCalendar?
When the user select an item on ComboBox (selectedIndexchanged) the MonthCalendar will highlight (green background) the avaliable dates of database. I was searching and I ...Unanswered | 2 Replies | 69 Views | Created by Leonardo R. S. Lima - Thursday, October 05, 2017 5:07 PM | Last reply by Stanly_F - 8 hours 8 minutes ago -
0 VotesAnchor property in Group box not working when navigating screens
Hello there, In my product I have 100s of winforms. There are few search screens few data entry screens. When opening one of my data entry screen, the group box in another search ...Unanswered | 1 Replies | 45 Views | Created by Dhana Guruswamy - 13 hours 37 minutes ago | Last reply by neil hu - 9 hours 1 minutes ago -
0 VotesWinform Search dataGrid
I am trying to search a Datagrid and get this error "Additional information: Syntax error: Missing operand after ''**'' operator." The code i am ...Proposed | 6 Replies | 76 Views | Created by Booney440 - Sunday, October 08, 2017 6:36 PM | Last reply by neil hu - 9 hours 37 minutes ago -
1 VotesHow to set installer to use just native images (WPF)?
Hi there, how to set up installer so the program installation would be using just native images created in install post action? (So the non-native files could be ...Unanswered | 3 Replies | 36 Views | Created by Uzivatel 919 - Sunday, October 08, 2017 2:35 PM | Last reply by Stanly_F - 9 hours 57 minutes ago -
0 VotesA different drag and drop issue: From Two DataGridView Controls onto a TreeView Control
Hi Everyone, This is my first attempt at using the Drag and Drop functionality of Visual Basic and I am having trouble. What I am attempting to do is create a ...Unanswered | 2 Replies | 46 Views | Created by MRM256 - Sunday, October 08, 2017 8:04 PM | Last reply by MRM256 - 11 hours 19 minutes ago -
1 VotesProper event for updating row
Hi, I want my datagridview to update but i want to be like when a user edited a cell and come out of cell , update apply to that row. i've found an event " ...Answered | 2 Replies | 66 Views | Created by Armin.Programmer - Sunday, October 08, 2017 6:58 PM | Last reply by Armin.Programmer - 14 hours 36 minutes ago -
0 Voteswhy does my dim statement not working? becomes AutoscaleDimensions
I want to declare variables but my dim statements are not recognized or it doesn't pop. When I type Dim it becomes AutoscaleDimensions. Help me please! :(Answered | 4 Replies | 243 Views | Created by Adez88 - Friday, March 03, 2017 1:43 PM | Last reply by musa1000 - 19 hours 45 minutes ago -
0 VotesHow to avoid flickering of graphic object when drawn on picture box in C#?
Hi, everyone, I am not good at graphic plotting in C#. I am trying to do an animated plotting of a rectangular point on an Image in PictureBox. However, I am facing some ...Unanswered | 6 Replies | 76 Views | Created by SaiNave - Sunday, October 08, 2017 8:50 AM | Last reply by Castorix31 - 22 hours 57 minutes ago -
0 VotesHow to switch form layout from rtl to ltr (and vice versa) base on user selected language?
Hi Is there any way to accomplish this task? thanks in advnace http://www.codeproject.com/KB/codegen/DatabaseHelper.aspxProposed | 1 Replies | 60 Views | Created by Hamed_1983 - Thursday, October 05, 2017 4:39 PM | Last reply by Wendy Zang - Monday, October 09, 2017 8:38 AM -
0 VotesNavigate throws only visible row in a datagridview C#
I want use buttons as navigator to go throw the visible rows of a datagridview,I use this code to hide the rows : private void Form1_Load(object sender, EventArgs ...Unanswered | 1 Replies | 81 Views | Created by taka3088 - Friday, October 06, 2017 8:32 AM | Last reply by Stanly_F - Monday, October 09, 2017 8:36 AM - Items 1 to 20 of 104110 Next ›
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.
