This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Repair Error: Please insert disk 1 that contains the Layout.bin
Subscribe
- 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
Nov 12, 2015
12:33 AM
Error: Please insert disk 1 that contains the Layout.bin
Hi,
The IS 2014 Installscript installer gives the Insert Disk 1 error when attempting "Repair". This issue is seen only if the folder that containing the original setup files are deleted.
Steps to reproduce:
1. Copy the installer files to Desktop Folder
2. Install normally by double clicking the setup.exe and complete the installation
3. Delete the folder from Desktop
4. Now Go to Add\Remove Programs and attempt to repair the installed product
5. The error will pop up when the repair operation starts
The Maintenance code block is as follows:
function OnMaintUIBefore()
begin
...
...
case REPAIR:
FeatureReinstall();
....
....
end;
The normal scenario is the installer files are copied to the InstallshieldInformation directory under program files and installer runs from there during maintenance.
Even though the files are present it still gives the error.
Found the below link which has a related problem, however does not solve the problem.
https://flexeracommunity.force.com/customer/articles/en_US/ERRDOC/Q108192
Thanks
Felix
The IS 2014 Installscript installer gives the Insert Disk 1 error when attempting "Repair". This issue is seen only if the folder that containing the original setup files are deleted.
Steps to reproduce:
1. Copy the installer files to Desktop Folder
2. Install normally by double clicking the setup.exe and complete the installation
3. Delete the folder from Desktop
4. Now Go to Add\Remove Programs and attempt to repair the installed product
5. The error will pop up when the repair operation starts
The Maintenance code block is as follows:
function OnMaintUIBefore()
begin
...
...
case REPAIR:
FeatureReinstall();
....
....
end;
The normal scenario is the installer files are copied to the InstallshieldInformation directory under program files and installer runs from there during maintenance.
Even though the files are present it still gives the error.
Found the below link which has a related problem, however does not solve the problem.
https://flexeracommunity.force.com/customer/articles/en_US/ERRDOC/Q108192
Thanks
Felix
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 12, 2015
12:48 AM
When trying to repair the IS 2014 based installscript installer getting the following error:
Steps to reproduce:
[LIST=1]
After installation, delete the folder where you copied setup files. example: c:\Test\
Try repair from the Add\Remove programs
Refered the below link, but does not solve the problem:
https://flexeracommunity.force.com/customer/articles/en_US/ERRDOC/Q108192
Steps to reproduce:
[LIST=1]
Refered the below link, but does not solve the problem:
https://flexeracommunity.force.com/customer/articles/en_US/ERRDOC/Q108192