cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
000sam
Level 3

Error 1152 : error extracting microsoft net framework 4.8 full.prq to temporary location

Hi Team ,

I am getting error extracting microsoft net framework 4.8 full.prq to temporary location while running installshield generatedexe

 

steps i followed

Added net framework 4.8 full.prq

generated exe from installshield

while running exe i am getting error 1152

error extracting microsoft net framework 4.8 full.prq to temporary location

please suggest

Labels (1)
0 Kudos
(4) Replies
000sam
Level 3

Added below file

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<SetupPrereq>
    <conditions>
        <condition Type="2" Comparison="2" Path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full" FileName="Release" ReturnValue="528040"/>
    </conditions>
    <operatingsystemconditions>
        <operatingsystemcondition MajorVersion="10" MinorVersion="0" PlatformId="2" CSDVersion=""/>
        <operatingsystemcondition MajorVersion="6" MinorVersion="3" PlatformId="2" CSDVersion=""/>
        <operatingsystemcondition MajorVersion="6" MinorVersion="1" PlatformId="2" CSDVersion="" ServicePackMajorMin="1"/>
        <operatingsystemcondition MajorVersion="10" MinorVersion="0" PlatformId="2" CSDVersion="" ProductType="2|3"/>
        <operatingsystemcondition MajorVersion="6" MinorVersion="2" PlatformId="2" CSDVersion="" ProductType="2|3"/>
    </operatingsystemconditions>
    <files>
        <file LocalFile=".\Microsoft .net\4.8\Full\ndp48-x86-x64-allos-enu.exe" URL="https://download.visualstudio.microsoft.com/download/pr/7afca223-55d2-470a-8edc-6a1739ae3252/abd170b4b0ec15ad0222a809b761a036/ndp48-x86-x64-allos-enu.exe" CheckSum="4E7A8586D06CE1F8CEBAC0D4BC379E16" FileSize="0,72721568"/>
    </files>
    <execute file="ndp48-x86-x64-allos-enu.exe" cmdline="/q /norestart" cmdlinesilent="/q /norestart" returncodetoreboot="1641,3010" requiresmsiengine="1"/>
    <properties Id="{06D565DC-042E-4F1B-8702-2E0BD0F22805}" Description="This prerequisite installs the .NET Framework 4.8 Offline installer package." AltPrqURL="http://saturn.installshield.com/is/prerequisites/Microsoft .NET Framework 4.8 Full.prq"/>
    <behavior Reboot="2"/>
</SetupPrereq>

0 Kudos

Hi @000sam ,

There are some suggestions like:

  • Clean up temp/extraction folder
  • Reinstall the product if there is of any corruption in terms of registry/file
  • Folder permission level check

Check these links if that could help,

https://www.thewindowsclub.com/1152-error-extracting-files-to-the-temporary-location

https://www.personalcomputerfixes.com/steps-to-fix-error-1152/

 

Thanks,

Jenifer

0 Kudos

Hi Team,

I am doing changes in the installer and it support many operating systems and end-user will be more so is it required that all end-user will do the changes . do I need to update white paper or how is it?

 

0 Kudos

Hi Team,

I tried all approaches you suggested but didn't work please suggest

0 Kudos