MSFN Forum: 7zip,IZArc and file associations.. none? - MSFN Forum

Jump to content


Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

7zip,IZArc and file associations.. none? 7zip and IZArc do not register file association Rate Topic: -----

#21 User is offline   Zoom7000 

  • Member
  • PipPip
  • Group: Members
  • Posts: 114
  • Joined: 26-August 04

Posted 11 June 2008 - 04:23 AM

In case anyone is interested, this is how I've managed a fully silent install with patched 7zip icons and file associations thanks to Lolita's modified script.

7z457.exe /S /D="C:\Program Files\7-Zip"
xcopy 7z.dll "C:\Program Files\7-Zip" /y
SETLOCAL
SET SC=HKLM\SOFTWARE\Classes
SET Extn=7z-0 arj-4 bz2-2 bzip2-2 cab-7 cpio-7 deb-11 gz-14 gzip-14 iso-8 lha-6 lzh-6 rar-3 rpm-10 split-9 swm-15 tar-13 taz-5 tbz-2 tbz2-2 tgz-14 tpz-14 wim-15 z-5 zip-1
FOR %%j IN (%Extn%) DO (
		FOR /F "tokens=1,2 delims=-" %%A IN ("%%j") DO (
		REG ADD %SC%\.%%A /VE /D "7-Zip.%%A" /F
		REG ADD %SC%\7-Zip.%%A /VE /D "%%A Archive" /F
		REG ADD %SC%\7-Zip.%%A\DefaultIcon /VE /D "%PROGRAMFILES%\7-Zip\7z.dll,%%B" /F
		REG ADD %SC%\7-Zip.%%A\shell\open\command /VE /D "\"%PROGRAMFILES%\7-Zip\7zFM.exe\" \"%%1\"" /F
	)
)
ENDLOCAL


This is what the icons look like: (Downloaded from PortableApps)
Attached File  preview.png (48.12K)
Number of downloads: 34

And here is the the modified 7z.dll if anyone is interested.


#22 User is offline   Geej 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 634
  • Joined: 01-January 08
  • OS:XP Pro x86
  • Country: Country Flag

Posted 11 June 2008 - 09:34 AM

I'm using IZArc and made an addon/post here
here<--repost link

to get around file association problem.

Maybe u like to try it. (Use the mediafire download link)

For RyanVM intergrator user, you must rename the file IZArc381.cab to IZArc381_addon.cab

The svcpack addon is unattended but not silent as it is an autoit script. Internet explorer is assumed as default browser.
Eng lng only (Rest of language files are deleted)
Pls remove any cmd or reg files for file association to avoid any possible conflict.

This post has been edited by Geej: 11 June 2008 - 09:37 AM


#23 User is offline   pcstarters 

  • Group: Members
  • Posts: 2
  • Joined: 25-June 11
  • OS:none specified
  • Country: Country Flag

Posted 10 March 2012 - 08:57 AM

Hi,

Here is a setup which include icons, set 7-zip to default archiver and add it to default programs list (vista and 7)

http://sourceforge.n...er.exe/download

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy