Huh. Missed Windows Update.
This commit is contained in:
+10
-2
@@ -52,8 +52,16 @@
|
||||
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
|
||||
; RequestExecutionLevel user
|
||||
; this folder may not be the best idea for Windows Vista/7. -aj
|
||||
;RequestExecutionLevel user
|
||||
|
||||
;GetVersion::WindowsServicePackMajor
|
||||
;Pop $R0
|
||||
;${If} $R0 >= 6
|
||||
; vista & 7
|
||||
;${Else}
|
||||
; xp and below
|
||||
;${EndIf}
|
||||
|
||||
InstallDir "$PROGRAMFILES\${PRODUCT_ID}"
|
||||
InstallDirRegKey HKEY_LOCAL_MACHINE "SOFTWARE\${PRODUCT_ID}" ""
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="sm-ssc"
|
||||
Name="StepMania"
|
||||
ProjectGUID="{AF209DBD-24BD-4356-8DFE-41751B221195}"
|
||||
RootNamespace="StepMania"
|
||||
Keyword="MFCProj"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectName>sm-ssc</ProjectName>
|
||||
<ProjectName>StepMania</ProjectName>
|
||||
<ProjectGuid>{AF209DBD-24BD-4356-8DFE-41751B221195}</ProjectGuid>
|
||||
<RootNamespace>StepMania</RootNamespace>
|
||||
<Keyword>MFCProj</Keyword>
|
||||
|
||||
Reference in New Issue
Block a user