Initial Commit for the Manual
[pithos-ms-client] / trunk / Pithos.Installer / PithosPlus.~is
index e7e72d3..eaeb87b 100644 (file)
@@ -43,6 +43,7 @@ AppReadmeFile=My Readme
 UninstallDisplayIcon={app}\PithosPlus.exe
 WizardImageFile=Images\ppWZDImage.bmp
 WizardSmallImageFile=Images\pithos_logo-square-icon-35.bmp
+WizardImageBackColor=$FFFFFF
 VersionInfoVersion={#MyAppVersion}
 MinVersion=0,5.01sp3
 ArchitecturesInstallIn64BitMode=x64
@@ -527,7 +528,7 @@ begin
   LabelWz := Tlabel.Create(Page);
   LabelWz.Top := Page.Surface.Top;
   LabelWz.Caption := 'To setup your account right click on the Pithos+ icon in the taskbar.';
-  LabelWz.Parent := Page.Surface;  
+  LabelWz.Parent := Page.Surface;
   
   BitmapImage1 := TBitmapImage.Create(Page);
   BitmapImage1.width := Page.SurfaceWidth;