diff --git a/WebViewRuntimePrototype/en/package.xml b/WebViewRuntimePrototype/en/package.xml
new file mode 100644
index 0000000..156a6af
--- /dev/null
+++ b/WebViewRuntimePrototype/en/package.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+ Edge WebView runtime bootstrapper
+ en
+ Administrator permissions are required to install the Microsoft Edge WebView runtime. Contact your administrator.
+ A failure occurred attempting to install the Microsoft Edge WebView runtime.
+ http://go.microsoft.com/fwlink/p/?LinkId=2124703
+
+
diff --git a/WebViewRuntimePrototype/en/placeholdereula.txt b/WebViewRuntimePrototype/en/placeholdereula.txt
new file mode 100644
index 0000000..e8cfccb
--- /dev/null
+++ b/WebViewRuntimePrototype/en/placeholdereula.txt
@@ -0,0 +1,3 @@
+This is a placeholder for the shipping EULA.
+
+This is only for prototype work and MUST be replaced with final EULA before shipping product.
\ No newline at end of file
diff --git a/WebViewRuntimePrototype/prerequisiteprototype.reg b/WebViewRuntimePrototype/prerequisiteprototype.reg
new file mode 100644
index 0000000..74e5875
Binary files /dev/null and b/WebViewRuntimePrototype/prerequisiteprototype.reg differ
diff --git a/WebViewRuntimePrototype/product.xml b/WebViewRuntimePrototype/product.xml
new file mode 100644
index 0000000..a6d7131
--- /dev/null
+++ b/WebViewRuntimePrototype/product.xml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/WebViewRuntimePrototype/readme.md b/WebViewRuntimePrototype/readme.md
new file mode 100644
index 0000000..89054b1
--- /dev/null
+++ b/WebViewRuntimePrototype/readme.md
@@ -0,0 +1,37 @@
+Title
+===
+WebView2 Boostrapper prerequisite prototype
+
+# Description
+This is a set of files that prototypes the usage of a WebView2 prerequisite component to be shipped as part of Visual Studio in a later release. This can then be used
+by vistual studio click once projects to find the boostrapper component sources.
+
+# Whats in this
+The files should be:
+
+| File | Description |
+| ------------- | -------------------------------------------------------- |
+| \product.xml | A descriptive block covering what the prerequisite is for |
+| \en\package.xml | Block containing file information for the eula |
+| \en\placeholdereula.txt | A placeholder eula for this prototype |
+| | |
+| \prerequisiteprototype.reg | a sample reg file for configuration |
+| \readme.md | this readme file |
+
+# Installation
+Put the files on your development machine under a bootstrapper\prerequisite folder.
+IE:
+e:\boostreapper\prerequisite\webviewruntimeprototype
+
+Create a reg key named:
+HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\GenericBootstrapper\AdditionalPackagePaths
+
+With a REG_SZ key under it:
+WebView2Runtime value = the path you used above (minus the webviewruntimeprototype portion)
+IE:
+E:\boostrapper\prerequisite
+
+
+Now when the click once project presents the list of prerequisites available the webviewruntime will show up.
+
+