diff --git a/CLIENT_DATA/setup3264.ins b/CLIENT_DATA/setup3264.ins
index bdef59a..cee996e 100644
--- a/CLIENT_DATA/setup3264.ins
+++ b/CLIENT_DATA/setup3264.ins
@@ -105,7 +105,7 @@ endif
 [Files_install_32]
 ; copy the ini file to the InstallDir
 copy "$IniCfgFile$" "$InstallDir32$"
-copy "$Install32Exe$" "$InstallDir32$"
+;copy "$Install32Exe$" "$InstallDir32$"
 
 ; Example of recursively copying some files into the installation directory:
 ;
@@ -117,7 +117,7 @@ copy "$Install32Exe$" "$InstallDir32$"
 [Files_install_64]
 ; copy the ini file to the InstallDir
 copy "$IniCfgFile$" "$InstallDir64$"
-copy "$Install64Exe$" "$InstallDir64$"
+;copy "$Install64Exe$" "$InstallDir64$"
 
 ; Example of recursively copying some files into the installation directory:
 ;
diff --git a/builder-product.cfg b/builder-product.cfg
index 9dbf54d..5af3f9e 100644
--- a/builder-product.cfg
+++ b/builder-product.cfg
@@ -30,9 +30,9 @@ ICON_DL_INDEX=0
 
 OPSI_INI_SECTION[0]="X86"
 OPSI_INI_OPTION[0]="UninstallProg32"
-OPSI_INI_VALUE[0]="Vivaldi.${VERSION}.x86.exe"
+OPSI_INI_VALUE[0]="Application\\${VERSION}\\Installer\\setup.exe"
 
 OPSI_INI_SECTION[1]="X86_64"
 OPSI_INI_OPTION[1]="UninstallProg64"
-OPSI_INI_VALUE[1]="Vivaldi.${VERSION}.x64.exe"
+OPSI_INI_VALUE[1]="Application\\${VERSION}\\Installer\\setup.exe"