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.
![Name: insert error.JPG
Views: 15
Size: 21.7 KB]()
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/c...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/c...ERRDOC/Q108192
Thanks
Felix