- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Can I build a Setup.exe without the redistributable "Windows Installer 3.1 (x86)" ?
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Can I build a Setup.exe without the redistributable "Windows Installer 3.1 (x86)" ?
If I deselect the redistributable "Windows Installer 3.1 (x86)" and try to build a Setup.exe, I have got following errors.
ISDEV : error -1007: Cannot copy source 'D:\Program Files (x86)\InstallShield\2019\SetupPrerequisites\Windows Installer\3.1\x86\WindowsInstaller-KB893803-v2-x86.exe' to target 'D:\DailyBuild\PMC180_x64\Rev126209CANape\Release\CANape\ExeSetup\ReleaseJP\DiskImages\DISK1\ISSetupPrerequisites\{57bcd1d4-2de9-49d9-bc0c-3f4263e9970e}\WindowsInstaller-KB893803-v2-x86.exe'
ISDEV : error -5054: Could not determine the size of the file "D:\DailyBuild\PMC180_x64\Rev126209CANape\Release\CANape\ExeSetup\ReleaseJP\DiskImages\DISK1\ISSetupPrerequisites\{57bcd1d4-2de9-49d9-bc0c-3f4263e9970e}\WindowsInstaller-KB893803-v2-x86.exe"
ISDEV : error -1007: Cannot copy source 'D:\Program Files (x86)\InstallShield\2019\SetupPrerequisites\Windows Installer\3.1\x64\WindowsServer2003-KB898715-x64-enu.exe' to target 'D:\DailyBuild\PMC180_x64\Rev126209CANape\Release\CANape\ExeSetup\ReleaseJP\DiskImages\DISK1\ISSetupPrerequisites\{7f53ac5d-d59d-4f72-b8d3-2cc3bb6383ce}\WindowsServer2003-KB898715-x64-enu.exe'
ISDEV : error -5054: Could not determine the size of the file "D:\DailyBuild\PMC180_x64\Rev126209CANape\Release\CANape\ExeSetup\ReleaseJP\DiskImages\DISK1\ISSetupPrerequisites\{7f53ac5d-d59d-4f72-b8d3-2cc3bb6383ce}\WindowsServer2003-KB898715-x64-enu.exe"
ISDEV : error -1007: Cannot copy source 'D:\Program Files (x86)\InstallShield\2019\SetupPrerequisites\Windows Installer\3.1\x64\WindowsXP-KB898715-x64-enu.exe' to target 'D:\DailyBuild\PMC180_x64\Rev126209CANape\Release\CANape\ExeSetup\ReleaseJP\DiskImages\DISK1\ISSetupPrerequisites\{531950bf-fab7-4434-8ca7-b5893ab197f8}\WindowsXP-KB898715-x64-enu.exe'
ISDEV : error -5054: Could not determine the size of the file "D:\DailyBuild\PMC180_x64\Rev126209CANape\Release\CANape\ExeSetup\ReleaseJP\DiskImages\DISK1\ISSetupPrerequisites\{531950bf-fab7-4434-8ca7-b5893ab197f8}\WindowsXP-KB898715-x64-enu.exe"
Is there any way to build a Setup.exe without the redistributable "Windows Installer 3.1 (x86)" ?
Thanks for answers.