diff --git a/dist/msi/app_files.wxs b/dist/msi/app_files.wxs
index 269e063..d07eda3 100644
--- a/dist/msi/app_files.wxs
+++ b/dist/msi/app_files.wxs
@@ -61,12 +61,27 @@ initial file was generated with the next command:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/plugins/random_position/CMakeLists.txt b/plugins/random_position/CMakeLists.txt
index 0e57b3c..b0ecf01 100644
--- a/plugins/random_position/CMakeLists.txt
+++ b/plugins/random_position/CMakeLists.txt
@@ -16,3 +16,5 @@ target_link_libraries(${PROJECT_NAME} PRIVATE PluginCore)
target_link_libraries(${PROJECT_NAME} PRIVATE Qt::Widgets)
configure_file(${PROJECT_NAME}.json.in ${PROJECT_NAME}.json @ONLY)
+
+target_win_deploy_qt(${PROJECT_NAME} "plugins/${PROJECT_NAME}.dll")
diff --git a/plugins/spectrum_clock/CMakeLists.txt b/plugins/spectrum_clock/CMakeLists.txt
index 604894c..7a7649a 100644
--- a/plugins/spectrum_clock/CMakeLists.txt
+++ b/plugins/spectrum_clock/CMakeLists.txt
@@ -16,3 +16,5 @@ target_link_libraries(${PROJECT_NAME} PRIVATE PluginCore)
target_link_libraries(${PROJECT_NAME} PRIVATE Qt::Gui)
configure_file(${PROJECT_NAME}.json.in ${PROJECT_NAME}.json @ONLY)
+
+target_win_deploy_qt(${PROJECT_NAME} "plugins/${PROJECT_NAME}.dll")
diff --git a/plugins/var_translucency/CMakeLists.txt b/plugins/var_translucency/CMakeLists.txt
index 8347b60..b926785 100644
--- a/plugins/var_translucency/CMakeLists.txt
+++ b/plugins/var_translucency/CMakeLists.txt
@@ -16,3 +16,5 @@ target_link_libraries(${PROJECT_NAME} PRIVATE PluginCore)
target_link_libraries(${PROJECT_NAME} PRIVATE Qt::Widgets)
configure_file(${PROJECT_NAME}.json.in ${PROJECT_NAME}.json @ONLY)
+
+target_win_deploy_qt(${PROJECT_NAME} "plugins/${PROJECT_NAME}.dll")