]> wimlib.net Git - wimlib/blobdiff - src/update_image.c
wimlib-imagex: remove old --compress-slow options
[wimlib] / src / update_image.c
index c76ae97131d728935db67c62d8f3377af2d8b312..85de4249f3435206c3fb46de9e3beff2a12fa490 100644 (file)
@@ -64,6 +64,7 @@
 #include "wimlib/metadata.h"
 #include "wimlib/paths.h"
 #include "wimlib/progress.h"
+#include "wimlib/xml_windows.h"
 
 /* Saved specification of a "primitive" update operation that was performed.  */
 struct update_primitive {
@@ -869,6 +870,12 @@ execute_add_command(struct update_command_journal *j,
                        goto out_destroy_config;
        }
 
+       if (WIMLIB_IS_WIM_ROOT_PATH(wim_target_path)) {
+               ret = set_windows_specific_info(wim);
+               if (ret)
+                       goto out_destroy_config;
+       }
+
        ret = 0;
 out_destroy_config:
        destroy_capture_config(&config);