Integrate7 script – automatically slipstream updates and drivers up to 11/2023!

Discussion in 'Windows 7' started by Deleted member 190847, Jan 1, 2019.

  1. -=ismail=-

    -=ismail=- MDL Member

    Jul 25, 2013
    154
    553
    10
    tested on:
    ja_windows_7_ultimate_with_sp1_x64_dvd_u_677372.iso
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Lywzc

    Lywzc MDL Junior Member

    Jan 21, 2019
    60
    3
    0
    #242 Lywzc, Nov 22, 2019
    Last edited: Nov 22, 2019
    @-=ismail=-
    I finally obtained the updated image. I will try if that will make a difference.
     
  3. -=ismail=-

    -=ismail=- MDL Member

    Jul 25, 2013
    154
    553
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Lywzc

    Lywzc MDL Junior Member

    Jan 21, 2019
    60
    3
    0
    All right. I searched for quite some time...
     
  5. Lywzc

    Lywzc MDL Junior Member

    Jan 21, 2019
    60
    3
    0
    @-=ismail=-
    And of course it doesn't work.
    Can you send me your modified image so I can have a final try? If it fails then I have nothing I can do.
     
  6. -=ismail=-

    -=ismail=- MDL Member

    Jul 25, 2013
    154
    553
    10
    #246 -=ismail=-, Nov 23, 2019
    Last edited: Nov 23, 2019
    ---
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Lywzc

    Lywzc MDL Junior Member

    Jan 21, 2019
    60
    3
    0
    @wkeller
    Can you make ApplyCustPatches a seperate thing that can be run after installing the system?
     
  8. -=ismail=-

    -=ismail=- MDL Member

    Jul 25, 2013
    154
    553
    10
    #248 -=ismail=-, Nov 23, 2019
    Last edited: Nov 23, 2019
    Code:
    Version: 2.01
    
     REM Enable Fraunhofer IIS MP3 Professional Codec
    
     if "%ImageArchitecture%"=="x64" (
      reg delete "HKLM\TK_SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\drivers.desc" /v "D:\Windows\SysWOW64\l3codeca.acm" /f >nul 2>&1
      reg add "HKLM\TK_SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\drivers.desc" /v "D:\Windows\SysWOW64\l3codecp.acm" /t REG_SZ /d "Fraunhofer IIS MPEG Audio Layer-3 Codec (professional)" /f >nul
      reg add "HKLM\TK_SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Drivers32" /v "msacm.l3acm" /t REG_SZ /d "D:\Windows\SysWOW64\l3codecp.acm" /f >nul
     )
    
     reg delete "HKLM\TK_SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc" /v "D:\Windows\System32\l3codeca.acm" /f >nul 2>&1
     reg add "HKLM\TK_SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc" /v "D:\Windows\System32\l3codecp.acm" /t REG_SZ /d "Fraunhofer IIS MPEG Audio Layer-3 Codec (professional)" /f >nul
     reg add "HKLM\TK_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32" /v "msacm.l3acm" /t REG_SZ /d "D:\Windows\System32\l3codecp.acm" /f >nul
    
    can you change from D:\ to C:\ and try again?

    edit: you should remove the part completely

    @wkeller
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Lywzc

    Lywzc MDL Junior Member

    Jan 21, 2019
    60
    3
    0
    @-=ismail=-
    it did not work.
    Are there some settings on my target computer I can adjust to make it work? Or I am out of hope?
     
  10. -=ismail=-

    -=ismail=- MDL Member

    Jul 25, 2013
    154
    553
    10
    Thanks for clarifikation
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Doskungen

    Doskungen MDL Junior Member

    Dec 4, 2011
    53
    36
    0
    @wkeller: I'm just wondering here if it would be possible for you to add a shortcut to "User Account Control Settings" in the Start Menu or on the desktop when installing your Integrate7 created Windows 7 since by default it removes/disables the Action Center and thus changing the User Account Control level can not be accomplished by searching for UAC anymore (for some reason)...

    I had to figure out where the executable for that setting is located and then make a shortcut to it manually to here:

    C:\Windows\System32\UserAccountControlSettings.exe


    Thanks once more for your excellent work!
     
  12. It is always available:
    Control Panel -> User Accounts and Family Safety -> User Accounts -> Change User Account Control settings
     
  13. Space Dandy

    Space Dandy MDL Junior Member

    Jan 3, 2017
    63
    15
    0
  14. Leave dlls and other files intact. It won't cause issues. Dlls are coinstallers. Some drivers also contains other files (like device firmware that is updated during every driver load)

    But there is another mistake in your attached screen. I've noticed that you have put 32 bit drivers to 64 bit directory.
     
  15. 7_eleven.hell-hole_rider

    Aug 15, 2009
    240
    53
    10
    #257 7_eleven.hell-hole_rider, Dec 12, 2019
    Last edited: Dec 12, 2019
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Space Dandy

    Space Dandy MDL Junior Member

    Jan 3, 2017
    63
    15
    0
  17. #260 Deleted member 190847, Dec 16, 2019
    Last edited by a moderator: Dec 16, 2019
    (OP)