Huh. Missed Windows Update.

This commit is contained in:
Jason Felds
2011-07-17 01:00:38 -04:00
7 changed files with 12 additions and 4 deletions
+10 -2
View File
@@ -52,8 +52,16 @@
SetDateSave on ; (can be on to have files restored to their orginal date) SetDateSave on ; (can be on to have files restored to their orginal date)
; I think it may need actual admin privs for writing to the registry... -aj ; I think it may need actual admin privs for writing to the registry... -aj
; RequestExecutionLevel user ;RequestExecutionLevel user
; this folder may not be the best idea for Windows Vista/7. -aj
;GetVersion::WindowsServicePackMajor
;Pop $R0
;${If} $R0 >= 6
; vista & 7
;${Else}
; xp and below
;${EndIf}
InstallDir "$PROGRAMFILES\${PRODUCT_ID}" InstallDir "$PROGRAMFILES\${PRODUCT_ID}"
InstallDirRegKey HKEY_LOCAL_MACHINE "SOFTWARE\${PRODUCT_ID}" "" InstallDirRegKey HKEY_LOCAL_MACHINE "SOFTWARE\${PRODUCT_ID}" ""
+1 -1
View File
@@ -2,7 +2,7 @@
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="9.00" Version="9.00"
Name="sm-ssc" Name="StepMania"
ProjectGUID="{AF209DBD-24BD-4356-8DFE-41751B221195}" ProjectGUID="{AF209DBD-24BD-4356-8DFE-41751B221195}"
RootNamespace="StepMania" RootNamespace="StepMania"
Keyword="MFCProj" Keyword="MFCProj"
+1 -1
View File
@@ -19,7 +19,7 @@
</ProjectConfiguration> </ProjectConfiguration>
</ItemGroup> </ItemGroup>
<PropertyGroup Label="Globals"> <PropertyGroup Label="Globals">
<ProjectName>sm-ssc</ProjectName> <ProjectName>StepMania</ProjectName>
<ProjectGuid>{AF209DBD-24BD-4356-8DFE-41751B221195}</ProjectGuid> <ProjectGuid>{AF209DBD-24BD-4356-8DFE-41751B221195}</ProjectGuid>
<RootNamespace>StepMania</RootNamespace> <RootNamespace>StepMania</RootNamespace>
<Keyword>MFCProj</Keyword> <Keyword>MFCProj</Keyword>