Index: VWGUIRegistration/trunk/connect.txt
===================================================================
--- VWGUIRegistration/trunk/connect.txt	(revision 1748)
+++ VWGUIRegistration/trunk/connect.txt	(revision 1748)
@@ -0,0 +1,2 @@
+192.168.254.149
+9430
Index: VWGUIRegistration/trunk/vwreg_postinstall.sh
===================================================================
--- VWGUIRegistration/trunk/vwreg_postinstall.sh	(revision 1748)
+++ VWGUIRegistration/trunk/vwreg_postinstall.sh	(revision 1748)
@@ -0,0 +1,12 @@
+#!/bin/bash
+#Check for file vwchk.txt and directory regparam
+#Found vwchk not needed anymore - left in but commented out
+#if [ -f vwchk.txt ]; then
+#        rm -rf vwchk.txt
+#fi
+#
+if [ ! -d regparam ]; then
+        mkdir regparam
+fi
+#
+
