MSFN Forum: TugZip and UltimateZip - 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
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

TugZip and UltimateZip TugZip and UltimateZip Rate Topic: -----

#1 User is offline   wawabmw 

  • Group: Members
  • Posts: 2
  • Joined: 05-March 04

Posted 10 March 2004 - 02:46 AM

I greet, what are switches to TugZip and UltimateZip

from mountain thanks


#2 User is offline   muff99 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 29-November 03

Posted 09 December 2004 - 03:38 PM

looking for TugZip as well.

I just moved from WinRAR to Tugzip. The only reason i kept Winrar was I used it for my backups, but TugZIP has such a pwoerful scripting language ... im impressed!

The last thing to do: Creating an unattended setup ... :-(

#3 User is offline   gon freecs 

  • Newbie
  • Group: Members
  • Posts: 43
  • Joined: 25-August 04

Posted 09 December 2004 - 04:33 PM

tugzip uses innosetup

#4 User is offline   Bilou_Gateux 

  • Powered by Windows Embedded
  • PipPipPipPipPip
  • Group: Members
  • Posts: 766
  • Joined: 03-January 04

Posted 11 December 2004 - 02:36 PM

TUGZip - The Free Archiving Utility - © 2002-2004 Christian Kindahl


To enable a language different from the english (default), you must create a folder called Languages under %ProgramFiles%\TUGZip\
For users other than english, copy the language file in this folder.

install.cmd
@ECHO OFF
:: SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION

:: ==========================================================================
:: =  Portions of accompanying executable files (C) Microsoft Corporation   =
:: =  This includes:                                                        =
:: =  REG v2.0 Registry Console Tool For Windows 2000                       =
:: =  Portions of accompanying executable files (C) Sysinternals            =
:: =  http://www.sysinternals.com/ntw2k/freeware/pstools.shtml              =
:: =  PsLoggedOn v1.31 Logon Session Displayer                              =
:: =  PsGetSid v1.41 Translates SIDs to names and vice versa                =
:: =  EXEs should be copied onto your executable path ie %windir%\system32  =
:: =                                                                        =
:: =  Set values to avoid wizard on 1st launch.                             =
:: =  Set Interface language for the logged on user.                        =
:: =                                                                        =
:: =  Registry Key [HKEY_USERS\<SID>\Software\TUGZip]                       =
:: =  transEnable dword value is set to 1                                   =
:: =  transLanguage value is set to <language_file_name_ini>                =
:: =                                                                        =
:: ==========================================================================

:: http://www.tugzip.com/
:: TUGZip - The Free Archiving Utility - © 2002-2004 Christian Kindahl
:: silent install (innosetup)
tugzip31.exe /verysilent /sp-
:: copy language file
if not exist "c:\program files\tugzip\languages" md "c:\program files\tugzip\languages"
copy /y french.ini "c:\program files\tugzip\languages"

psloggedon -l %LOGONSERVER% | find /V "SMS" |find "\" >%TEMP%\%~n0.logon.tmp
for /F "tokens=1,2,3" %%k in (%TEMP%\%~n0.logon.tmp) do set mUser=%%m

psgetsid %mUser% | find "S-"> %TEMP%\%~n0.getsid.tmp
for /F %%k in (%TEMP%\%~n0.getsid.tmp) do set mSid=%%k

set mKey="HKU\%mSid%\Software\TUGZip"

reg add %mKey% /v "transEnable" /t REG_DWORD /d "1" /f
reg add %mKey% /v "transLanguage" /d "%ProgramFiles%\TUGZip\Languages\french.ini" /f

::set classic|explorer|combined view-style
reg add %mKey% /v "viewStyle" /t REG_DWORD /d "0" /f
::enable|disable 32 bits alpha blended icons
reg add %mKey% /v "guiXPIcons" /t REG_DWORD /d "0" /f
::enable|disable TUGzip shell extension
reg add %mKey% /v "shlEnable" /t REG_DWORD /d "1" /f
::set TUGzip version info
reg add %mKey% /v "versionInfo" /d "3" /f

GOTO EOF

:EOF
if exist %TEMP%\%~n0.*.tmp del %TEMP%\%~n0.*.tmp
set mKey=
set mUser=
set mSid=

This post has been edited by Bilou_Gateux: 12 December 2004 - 08:02 AM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

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



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