To reinstall Umbraco 7 you need to reset the following items in the web.config and go to /install to re-run the installation:
<connectionStrings>
<remove name="umbracoDbDSN" />
<add name="umbracoDbDSN" connectionString="" providerName="" />
</connectionStrings>
<add key="umbracoConfigurationStatus" value="" />
