Archive: need to remove some text from the installation page


need to remove some text from the installation page
Hi
i have made NSIS setup, it runs all the files in the installation page below is the output what i need,i need to remove the text Extract:,Output folder:,MsiExec.exe and etc how to do this.
=======================================================
Error creating: \\Uninstall.exe
Checking Outlook 2007 on your system...
Outlook 2007 found.
Detcting MSI Installer 3.1
Window MSI Installer 3.1 found
Checking your .NET Framework 2.0
.NET Framework 2.0 found and is up to date...
Checking your .NET Framework 3.5
.NET Framework 3.5 found and is up to date...
VSTO 3.0 Runtime found
Outlook 2007 PIA found
Visual Basic Power Pack 3.0 found.
Output folder: C:\DOCUME~1\salman\LOCALS~1\Temp\nso15A.tmp
Extract: uninstallpathfinder.dll... 100%
Checking earlier version of Inboxxed
MsiExec.exe /X{64F5579A-A2B0-4183-8454-D2FF83BF129E}
Test earlier version found. Uninstalling earlier version
Execute: MsiExec.exe /X{64F5579A-A2B0-4183-8454-D2FF83BF129E} /quiet
Extract: TestBSetup.msi... 100%
Installing Test setup...
Execute: "msiexec" /i "C:\DOCUME~1\salman\LOCALS~1\Temp\nso15A.tmp\Test BSetup.msi"/quiet
Delete file: C:\DOCUME~1\salman\LOCALS~1\Temp\nso15A.tmp\TestBSetup.msi
Finalizing...
===============================================================
any help will be appreciated..waiting for your reply..


SetDetailsPrint. Also you have an error with your WriteUninstaller.

Stu


Thanks for your great help.