Changeset 1990
- Timestamp:
- 4/28/2010 9:53:08 AM (3 years ago)
- Location:
- trunk/eraser
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
Installer/Bootstrapper/Main.cpp (modified) (1 diff)
-
Installer/Eraser.wxs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser
- Property svn:mergeinfo changed
/branches/eraser6/6.0 merged: 1989
- Property svn:mergeinfo changed
-
trunk/eraser/Installer/Bootstrapper/Main.cpp
r1675 r1990 179 179 //Install the .NET framework 180 180 if (!HasNetFramework()) 181 InstallNetFramework(tempDir, quiet); 181 if (!InstallNetFramework(tempDir, quiet)) 182 return 0; 182 183 183 184 //Then install Eraser! -
trunk/eraser/Installer/Eraser.wxs
r1975 r1990 30 30 <Media Id="1" Cabinet="Installer.cab" CompressionLevel="none" EmbedCab="yes" /> 31 31 32 <!-- Check for .NET 3.5 -->33 <Property Id="FRAMEWORK35">34 <RegistrySearch Id="Framework35Registry" Type="raw"35 Root="HKLM" Key="Software\Microsoft\NET Framework Setup\NDP\v3.5"36 Name="Install" />37 </Property>38 <Condition Message="Eraser requires the .NET Framework 3.5 or higher to be installed.">39 FRAMEWORK35 = "#1"40 </Condition>41 42 32 <!-- Prevent those pesky MSI shortcuts which prevent running as Administrator --> 43 33 <Property Id="DISABLEADVTSHORTCUTS" Value="1" />
Note: See TracChangeset
for help on using the changeset viewer.
