diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 248dda83fb293a0eebdabc7d981d856f2cc6a0ee..4b117cd18018f59a08c426a41113ec24b6cc1e9b 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -216,7 +216,7 @@ class WindowsManifest(ViewerManifest):
             self.end_prefix()
 
         # pull in the crash logger and updater from other projects
-        self.path(src=self.find_existing_file(
+        self.path(src=self.find_existing_file( # tag:"crash-logger" here as a cue to the exporter
                 "../win_crash_logger/debug/windows-crash-logger.exe",
                 "../win_crash_logger/release/windows-crash-logger.exe",
                 "../win_crash_logger/relwithdebinfo/windows-crash-logger.exe"),