Changeset 1994 for trunk/eraser/Installer/DirectoryStructure.wxs
- Timestamp:
- 5/1/2010 12:23:50 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/eraser/Installer/DirectoryStructure.wxs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Installer/DirectoryStructure.wxs
r1993 r1994 102 102 Type="string" /> 103 103 </Component> 104 <Component Id="EraserBlackBox" Guid="3C9273B0-7A35-479b-BBEE-12AA3AB141EE">105 <File Id="EraserBlackBoxDll" Name="Eraser.BlackBox.dll"106 Source="..\Bin\Release\Plugins\Eraser.BlackBox.dll"107 ProcessorArchitecture="msil" />108 </Component>109 104 <Component Id="EraserShell" Guid="4C446C7E-BCBC-4561-B8F6-D406516D356F"> 110 105 <?if $(sys.BUILDARCH) = "x64"?> … … 231 226 ProcessorArchitecture="msil" /> 232 227 </Component> 228 229 <Component Id="EraserBlackBox" Guid="3C9273B0-7A35-479b-BBEE-12AA3AB141EE"> 230 <File Id="EraserBlackBoxDll" Name="Eraser.BlackBox.dll" 231 Source="..\Bin\Release\Plugins\Eraser.BlackBox.dll" 232 ProcessorArchitecture="msil" /> 233 </Component> 233 234 234 235 <Directory Id="EraserPluginsLangEnDir" Name="en"> 235 <Component Id="Eraser PluginsLangEn" Guid="23B2B7DD-C518-4dde-A229-94CA9122B995">236 <Component Id="EraserDefaultPluginsLangEn" Guid="23B2B7DD-C518-4dde-A229-94CA9122B995"> 236 237 <File Id="EraserDefaultPluginsEn" Name="Eraser.DefaultPlugins.resources.dll" 237 238 Source="..\bin\Release\Plugins\en\Eraser.DefaultPlugins.resources.dll" 239 ProcessorArchitecture="msil" /> 240 </Component> 241 242 <Component Id="EraserBlackBoxLangEn" Guid="0820F778-7868-442e-B5BE-B1A5E727CCE6"> 243 <File Id="EraserBlackBoxEn" Name="Eraser.BlackBox.resources.dll" 244 Source="..\bin\Release\Plugins\en\Eraser.BlackBox.resources.dll" 238 245 ProcessorArchitecture="msil" /> 239 246 </Component>
Note: See TracChangeset
for help on using the changeset viewer.
