diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 54bf3a5918416cbb322de25e2c15d135490d3552..1bc118139fb57ec3b8db703cb17e0935dc06e157 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -247,13 +247,12 @@ def construct(self):
         
         self.disable_manifest_check()
 
-        self.path(src="../viewer_components/updater/scripts/windows/update_install.bat", dst="")
+        self.path(src="../viewer_components/updater/scripts/windows/update_install.bat", dst="update_install.bat")
 
         # Get shared libs from the shared libs staging directory
         if self.prefix(src=os.path.join(os.pardir, 'sharedlibs', self.args['configuration']),
                        dst=""):
 
-
             self.enable_crt_manifest_check()
 
             # Get kdu dll, continue if missing.