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.
- Flexera Community
- :
- AdminStudio
- :
- AdminStudio Forum
- :
- Repackaging errors during build, please help?
Subscribe
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 10, 2015
09:43 AM
Repackaging errors during build, please help?
I am trying to package a piece of software and when I attempt to build the project, I receive the following errors:
1) ISDEV : error -1501: Could not compress "C:\Packages\LOCALAPPDATAFOLDER\Microsoft\Windows\WebCache\WebCacheV01.tmp" into "C:\Packages\MSI_Package\Data1.cab"
2) ISDEV : error -6271: File C:\Packages\LOCALAPPDATAFOLDER\Microsoft\Windows\WebCache\WebCacheV01.tmp not found. An error occurred building the MsiFileHash table record for this file. Verify that the file exists in the specified location.
3) ISDEV : error -6103: Could not find file "C:\Packages\LOCALAPPDATAFOLDER\Microsoft\Windows\WebCache\WebCacheV01.tmp"
The build fails and I am unable to move on. Does anyone know what these errors mean, or how to fix? I would really appreciate anyones input on this.
Thank you!
1) ISDEV : error -1501: Could not compress "C:\Packages\LOCALAPPDATAFOLDER\Microsoft\Windows\WebCache\WebCacheV01.tmp" into "C:\Packages\MSI_Package\Data1.cab"
2) ISDEV : error -6271: File C:\Packages\LOCALAPPDATAFOLDER\Microsoft\Windows\WebCache\WebCacheV01.tmp not found. An error occurred building the MsiFileHash table record for this file. Verify that the file exists in the specified location.
3) ISDEV : error -6103: Could not find file "C:\Packages\LOCALAPPDATAFOLDER\Microsoft\Windows\WebCache\WebCacheV01.tmp"
The build fails and I am unable to move on. Does anyone know what these errors mean, or how to fix? I would really appreciate anyones input on this.
Thank you!
This thread has been automatically locked due to inactivity.
To continue the discussion, please start a new thread.
2 Replies
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 10, 2015
10:38 AM
Looks like you included some temporary files in your project, that are were not there any more when copying the files to your project directory.
Did you even have a look at the includes/excludes before your built your project?
Did you even have a look at the includes/excludes before your built your project?
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 10, 2015
11:07 AM
Mistral wrote:
Looks like you included some temporary files in your project, that are were not there any more when copying the files to your project directory.
Did you even have a look at the includes/excludes before your built your project?
It looks as though adminstudio is adding those files after the post scan. Can I just delete them prior to the post scan or is that done before the build? Sorry, a bit new to this kind of error. Thanks btw
