[THIN] Re: Zip application for citrix

  • From: "Jason Benway" <benwayj@xxxxxxxxxxx>
  • To: <thin@xxxxxxxxxxxxx>
  • Date: Thu, 24 Feb 2011 11:47:01 -0500

This will set it for all users?

 

Sweet, thanks

 

jb

 

From: thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx] On
Behalf Of Jeremy (J House Consulting)
Sent: Thursday, February 24, 2011 11:35 AM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] Re: Zip application for citrix

 

Of course it does Jason. Add the following code to your deployment
script in a .cmd file.

 

Cheers,

Jeremy.

 

 

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

SET Extn=7z-0 arj-4 bz2-2 bzip2-2 gz-14 gzip-14 lha-6 lzh-6 rar-3 tar-13
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 > C:\NUL

    REG ADD %SC%\7-Zip.%%A /VE /D "%%A Archive" /F > C:\NUL

    REG ADD %SC%\7-Zip.%%A\DefaultIcon /VE /D
"%PROGRAMFILES%\7-Zip\7z.dll,%%B" /F > C:\NUL

    REG ADD %SC%\7-Zip.%%A\shell\open\command /VE /D
"\"%PROGRAMFILES%\7-Zip\7zFM.exe\" \"%%1\"" /F > C:\NUL

  )

)

 

From: thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx] On
Behalf Of Jason Benway
Sent: Friday, 25 February 2011 12:25 AM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] Zip application for citrix

 

On our workstations we use 7zip

 

But 7zip doesn't automatically associate zip files with the application.

 

Dealing with file associations on citrix with multiple user profiles
would be a major pain.

 

What is everyone else using for a zip program on citrix?

 

Jason Benway
System/Storage Engineer 
www.jsjcorp.com <http://www.jsjcorp.com>  

 

JSJ Corporation
700 Robbins Road
Grand Haven, MI 49417

________________________________

This message may contain confidential and/or privileged information. If
you are not the addressee or authorized to receive this for the
addressee, 
you must not use, copy, disclose or take any action based on this
message or any information herein. If you have received this message in
error, 
please advise the sender immediately by reply e-mail and delete this
message. Thank you for your cooperation. 

 

JPEG image

Other related posts: