Musings on Information Technology - A view from the trenches

Tuesday, 30 September 2014

TIL - Format Guids to string in C#

›
Too long to explain, oh yes, it was SharePoint related, but I learnt today about various options for formatting Guids available in the frame...
Friday, 26 September 2014

TIL - Set EventId when Logging to the Event Log with Log4net

›
I used to be a fan of the Enterprise Library, but lately I've found myself using Log4net instead, which is not bad. We wanted to log f...
Tuesday, 23 September 2014

TIL - Create Scheduled Tasks with parameters using schtasks

›
Today I had to create a couple of schedule task to run this application I wrote, the problem was that when I did this: schtasks /create /...
Monday, 22 September 2014

Remove Users from group in SharePoint 2013 from Client Object model.

›
This is the method that we use to remove users from groups in Sharepoint 2013 It's a bit more convoluted than it needs to be as for so...
Monday, 1 September 2014

Product Versions in MSI installers created with WIX - part 2

›
In a previous post I described how to change the version of MSI installers created with WiX. This post discusses a way of linking the vers...
12 comments:
Friday, 29 August 2014

TIL - Copy References in GAC to output folder

›
A while back I had this problem , looks like there is a simple solution: <Reference Include="DocumentFormat.OpenXml, Version=2.5....
Thursday, 21 August 2014

TIL - DeploymentItem files not copied in MSTest

›
I have a set of unit tests that need an xml file to work  and I despite me using the DeploymentItem attribute the test was not working. Tu...
Monday, 18 August 2014

Product Versions in MSI installers created with WIX - part 1

›
I must confess that in the past I used to do this manually or not at all (loud gasps) as I've never had a fully functioning CI environm...
Monday, 11 August 2014

Uninstall MSI from command line

›
From a command prompt, run with elevated permissions: msiexec /x {ba5eba11-deaf-beef-ce11-ca5e1337c0de} /qn where  {ba5eba11-deaf-beef-c...
1 comment:
Wednesday, 6 August 2014

TIL - Send CTRL + ALT + DEL to Remote Destop Connection

›
I needed to change my password on the test domain today but I only log on to the test domain through a remote desktop connection, so in ord...
‹
›
Home
View web version
Powered by Blogger.