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
- :
- ISDEV Error 132
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 02, 2009
07:51 AM
ISDEV Error 132
Hi,
I get
when building an InstallScript project using IS 2010 SAB SP1.
I found this outdated thread about the same topic,
http://community.flexerasoftware.com/showthread.php?t=101235.
It mentions the CD-ROM folder of the feature, but in my case I have only one empty feature and the corresponding CD-ROM folder field is empty.
Any idea?
Regards
I get
ISDEV : error 132: Internal error in file C:\CodeBases\isdev\src\BackEnd\Build\MediaBuild\DataTargetFile.cpp, line: 86 "Access is denied."
when building an InstallScript project using IS 2010 SAB SP1.
I found this outdated thread about the same topic,
http://community.flexerasoftware.com/showthread.php?t=101235.
It mentions the CD-ROM folder of the feature, but in my case I have only one empty feature and the corresponding CD-ROM folder field is empty.
Any idea?
Regards
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 02, 2009
01:20 PM
This occurs when there is an error moving a temporary file the build is maintaining to the DISK1 folder. For example, most of the files contained in DISK1 are first built in a temp path on the machine (setup.inx, data1.hdr, data1.cab, layout.bin, etc.) and are then moved to DISK1 at a later time in the build. If an error occurs with the attempt to move the file, build error 132 will occur.
If you are seeing an access denied error, ensure that the standalone build process is running as administrator and that the current user has access to the path the project is building to.
If you are seeing an access denied error, ensure that the standalone build process is running as administrator and that the current user has access to the path the project is building to.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 03, 2009
01:25 AM
Hi Josh,
Thanks for that.
This issue only occurred once. We restarted the build in the same conditions and it worked.
So, I don't think it had anything to do with Administrator credentials or access rights.
Is this error code documented anywhere?
Regards
Thanks for that.
This issue only occurred once. We restarted the build in the same conditions and it worked.
So, I don't think it had anything to do with Administrator credentials or access rights.
Is this error code documented anywhere?
Regards
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 12, 2009
08:25 AM
Hi,
Some more words about this issue:
It seems to work most of the time, but for no apparent reason, this issue occurs.
Hence, we modified our build script to restart building this InstallScript project whenever this error is returned.
As far as I understand, the error is due to some access problem to some files that are temporarily saved in C:\CodeBases\isdev\src\BackEnd\Build\MediaBuild\.
My question:
Some more words about this issue:
It seems to work most of the time, but for no apparent reason, this issue occurs.
Hence, we modified our build script to restart building this InstallScript project whenever this error is returned.
As far as I understand, the error is due to some access problem to some files that are temporarily saved in C:\CodeBases\isdev\src\BackEnd\Build\MediaBuild\.
My question:
- Could this issue occur when ISDEV tries to delete or move these files, while another application (typically a antivirus scanner) is still accessing them?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 12, 2009
10:07 AM
Are you building to a network location?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 12, 2009
01:05 PM
No, we use a build server.
This build server has got a hard disk split in several partitions.
McAfee Antivirus is running on this build server.
What do you think about an hypothetical race condition between the Antivirus and ISDEV?
Regards
This build server has got a hard disk split in several partitions.
- The system and IS 2010 SAB SP1 are on C:\
- The whole project we are building, including the ISM file and all the input files for the setup are on E:\
McAfee Antivirus is running on this build server.
What do you think about an hypothetical race condition between the Antivirus and ISDEV?
Regards
