diff --git a/rosapps/packmgr/cmd-line/options.xml b/rosapps/packmgr/cmd-line/options.xml
deleted file mode 100644
index 4ab54ba090c..00000000000
--- a/rosapps/packmgr/cmd-line/options.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
- http://svn.reactos.com/viewcvs/*checkout*/trunk/rosapps/packmgr/tree/
-
\ No newline at end of file
diff --git a/rosapps/packmgr/gui/options.xml b/rosapps/packmgr/gui/options.xml
deleted file mode 100644
index 4ab54ba090c..00000000000
--- a/rosapps/packmgr/gui/options.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
- http://svn.reactos.com/viewcvs/*checkout*/trunk/rosapps/packmgr/tree/
-
\ No newline at end of file
diff --git a/rosapps/packmgr/gui/res/blank.ico b/rosapps/packmgr/gui/res/blank.ico
index 96c1bdd7ddc..0d50a5c2a83 100644
Binary files a/rosapps/packmgr/gui/res/blank.ico and b/rosapps/packmgr/gui/res/blank.ico differ
diff --git a/rosapps/packmgr/lib/cz.rc b/rosapps/packmgr/lib/cz.rc
index 53987e65b75..2f27e92f1bf 100644
--- a/rosapps/packmgr/lib/cz.rc
+++ b/rosapps/packmgr/lib/cz.rc
@@ -20,4 +20,6 @@ BEGIN
ERR_READY "Zvolili jste si instalaci %d balíčkú. Aby jste je nainstalovali je třeba abyste přečetli a souhlasili s jejich licencemi. \n\nChcete nadále pokračovat ?"
END
+123 RCDATA "options.xml"
+
/* EOF */
diff --git a/rosapps/packmgr/lib/en.rc b/rosapps/packmgr/lib/en.rc
index 0eb49624c0c..3b63408fbc0 100644
--- a/rosapps/packmgr/lib/en.rc
+++ b/rosapps/packmgr/lib/en.rc
@@ -20,4 +20,6 @@ BEGIN
ERR_READY "You choosen to install %d package(s). To install them you have to read and agree with each of thier licences. \n\nDo you want still want to ?"
END
+123 RCDATA "options.xml"
+
/* EOF */
diff --git a/rosapps/packmgr/lib/es.rc b/rosapps/packmgr/lib/es.rc
index cdb0e0cccc8..bc07e60db88 100644
--- a/rosapps/packmgr/lib/es.rc
+++ b/rosapps/packmgr/lib/es.rc
@@ -20,4 +20,6 @@ BEGIN
ERR_READY "You choosen to install %d package(s). To install them you have to read and agree with each of thier licences.\n\n Do you want still want to ?"
END
+123 RCDATA "options.xml"
+
/* EOF */
diff --git a/rosapps/packmgr/lib/log.cpp b/rosapps/packmgr/lib/log.cpp
index a60d9baf2c6..06f608bff2b 100644
--- a/rosapps/packmgr/lib/log.cpp
+++ b/rosapps/packmgr/lib/log.cpp
@@ -34,7 +34,7 @@ void Log (const char *message)
LogCreated = true;
//HTML Header
- fputs("
Logfile", file);
+ fputs("Logfile\n", file);
// date and time
time_t now;
@@ -53,15 +53,19 @@ void Log (const char *message)
KERNEL_VERSION_MINOR,
KERNEL_VERSION_PATCH_LEVEL);
- fputs("
ReactOS Package Manager - Log File
\n", file);
- fputs("WARNING: This is still pre-alpha software. \n", file);
+ // write the head
+ fputs("