Installing VS Express without sp2

I only have sp1 installed and dont want to install sp2.
Is it possible to install vs express without sp2?
[109 byte] By [prashant] at [2007-12-17]
# 1
XP SP2 is a pre-requisite for the install of all VS Express products. You will have to upgrade to SP2 to install VS Express.
JuneLow at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...
# 2
Start setup.exe with the flag to not do any pre-requisite checks.
setup.exe /NO_BSLN_CHECK
There is an article on it here
mightymephisto at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...
# 3
Did this not work for me. It got pass the SP2 check, but failed during the install with a 1723 DLL required error. Tried it twice.

I guess I have to get SP2.....

hectorsantos at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...