This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Install-NeededFor { | |
param( | |
[string] $packageName = '' | |
,[bool] $defaultAnswer = $true | |
) | |
if ($packageName -eq '') {return $false} | |
$yes = '6' | |
$no = '7' | |
$msgBoxTimeout='-1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019-01-17 08:14:31,040 INFO 1 OutlookGoogleCalendarSync.Program [0] - Program started: v2.7.0.0 | |
2019-01-17 08:14:31,052 INFO 1 OutlookGoogleCalendarSync.Program [0] - Started automatically. | |
2019-01-17 08:14:31,052 INFO 1 OutlookGoogleCalendarSync.Program [0] - Storing user files in application directory: C:\Users\Dave\AppData\Local\OutlookGoogleCalendarSync\app-2.7.0-beta | |
2019-01-17 08:14:31,052 INFO 1 OutlookGoogleCalendarSync.Program [0] - No settings.xml file found in C:\Users\Dave\AppData\Local\OutlookGoogleCalendarSync\app-2.7.0-beta | |
2019-01-17 08:14:31,056 INFO 1 OutlookGoogleCalendarSync.Settings [0] - Saving settings. | |
2019-01-17 08:14:31,111 INFO 1 OutlookGoogleCalendarSync.Program [0] - New blank template created. | |
2019-01-17 08:14:31,115 INFO 1 OutlookGoogleCalendarSync.Updater [0] - This is a Squirrel install. | |
2019-01-17 08:14:31,115 INFO 1 OutlookGoogleCalendarSync.Program [0] - Running from C:\Users\Dave\AppData\Local\OutlookGoogleCalendarSync\app-2.7.0-beta\OutlookGoogleCalendarS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="row"> | |
<h1 id="heading" contenteditable="true">Hello world</h1> | |
<h4 id="strapline" contenteditable="true">Welcome to my new website</h4> | |
<span><a class="button" href="https://daviddarnes.github.io/splashed" target="_blank">full demo</a></span> | |
</div> |