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
- :
- Same Error Different file.
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
‎Feb 01, 2010
10:52 AM
Error 2318: File does not exist: C:\hiberfil.sys
I am trying to run an installation to the C:\ drive and i am seeing the above indicated error.
I have no idea why this is happening and how i can overcome this.
Help me :confused:
I have no idea why this is happening and how i can overcome this.
Help me :confused:
(6) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 03, 2010
11:34 AM
I had a the same error on a different machine but it was pointing to the pagefil.sys
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 03, 2010
02:56 PM
Does the log file mention what action causes this error? Searching these forums and the KB for "2318" gives some explanations. (For example, do you have a RemoveFiles record trying to delete *.sys from the C: drive or anything?)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 04, 2010
10:27 AM
Robert,
After I get to the DestinationFolder Dialog, I click on the Change button to change the installation directory. If i change the installation directory to any other folder other than C:\ it works fine. The problem only happens when i try to install it in the root directory of the OS.
The log indicates the following.
Action 10:18:22: DestinationFolder. Dialog created
MSI (c) (90:E0) [10:18:22:962]: PROPERTY CHANGE: Adding _BrowseProperty property. Its value is 'INSTALLDIR'.
Info 2898.For MSSansBold8 textstyle, the system created a 'Tahoma' font, in 0 character set.
Action 10:18:22: InstallChangeFolder. Dialog created
MSI (c) (90:E0) [10:18:25:212]: PROPERTY CHANGE: Modifying INSTALLDIR property. Its current value is 'C:\Program Files\Company Name\Product Name\'. Its new value: 'C:\'.
MSI (c) (90:E0) [10:18:25:259]: Note: 1: 2318 2: C:\pagefile.sys
Info 2835.The control ErrorIcon was not found on dialog SetupError.
Error 2318.File does not exist: C:\pagefile.sys.
MSI (c) (90:E0) [10:18:27:244]: Product: Product Name -- Error 2318.File does not exist: C:\pagefile.sys.
I hope this this information helps.
After I get to the DestinationFolder Dialog, I click on the Change button to change the installation directory. If i change the installation directory to any other folder other than C:\ it works fine. The problem only happens when i try to install it in the root directory of the OS.
The log indicates the following.
Action 10:18:22: DestinationFolder. Dialog created
MSI (c) (90:E0) [10:18:22:962]: PROPERTY CHANGE: Adding _BrowseProperty property. Its value is 'INSTALLDIR'.
Info 2898.For MSSansBold8 textstyle, the system created a 'Tahoma' font, in 0 character set.
Action 10:18:22: InstallChangeFolder. Dialog created
MSI (c) (90:E0) [10:18:25:212]: PROPERTY CHANGE: Modifying INSTALLDIR property. Its current value is 'C:\Program Files\Company Name\Product Name\'. Its new value: 'C:\'.
MSI (c) (90:E0) [10:18:25:259]: Note: 1: 2318 2: C:\pagefile.sys
Info 2835.The control ErrorIcon was not found on dialog SetupError.
Error 2318.File does not exist: C:\pagefile.sys.
MSI (c) (90:E0) [10:18:27:244]: Product: Product Name -- Error 2318.File does not exist: C:\pagefile.sys.
I hope this this information helps.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 04, 2010
10:33 AM
Also in the RemoveFile table i see a couple of entries as follows
FileKey Component FileName DirProperty InstallMode
Filekey1 CompName1 *.* INSTALLDIR 2
Filekey2 CompName1 INSTALLDIR 2
Filekey3 CompName2 *.* Propertyname 2
FileKey Component FileName DirProperty InstallMode
Filekey1 CompName1 *.* INSTALLDIR 2
Filekey2 CompName1 INSTALLDIR 2
Filekey3 CompName2 *.* Propertyname 2
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 04, 2010
11:36 AM
Did you add those RemoveFile records? Is it an option to fine-tune the wildcards to, say, *.log or *.tmp?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 04, 2010
03:33 PM
Robert,
I removed the *.* entries from the FileName fields and everything is now back to normal.
Can you please throw some light on the above situation?
Regards
I removed the *.* entries from the FileName fields and everything is now back to normal.
Can you please throw some light on the above situation?
Regards