MSFN Forum: GetDiz - 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

GetDiz silent switches? Rate Topic: -----

#1 User is offline   GuuZ 

  • is sweet ;)
  • Group: Members
  • Posts: 49
  • Joined: 18-April 04

Posted 01 May 2004 - 07:19 AM

I would like to include getdiz in my unattended CD.....

Getdiz is a nice compact and handy nfo viewer. I've always used it so far and I would like to include it in my CD.... But I can't find out the silent switches... Maybe someone who can help me? The program can be found here: http://www.dissoft.com/cgi-bin/download.cgi?1642&na

Thanx a lot in advance :)


#2 User is offline   killerbee 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 500
  • Joined: 22-April 03

Posted 01 May 2004 - 01:33 PM

hi,

it uses a wise Installer - plz try it with "/s" and report back here.

cya

Killer Bee

#3 User is offline   GuuZ 

  • is sweet ;)
  • Group: Members
  • Posts: 49
  • Joined: 18-April 04

Posted 01 May 2004 - 01:58 PM

/s makes the readme show up but doesnt install anything

#4 User is offline   mdes 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 343
  • Joined: 07-November 03

  Posted 01 May 2004 - 04:03 PM

You should kill that windows:
@ECHO OFF
TITLE Installing GetDiz

%systemdrive%
CD \Install\GetDiz\

START /WAIT getdiz30.exe /s

COPY /Y GetDiz.ini "%ProgramFiles%\GetDiz\"
START /WAIT Kill_Window.bat "GetDiz - "

EXIT
with Kill_Window.bat (that I put in _:\Windows\System32)
@ECHO OFF
REM Kill windows containing %1 in its title (should be surrounded by quotes.

cmdow | FIND %1 >%TEMP%\TMP_Kill_Window.txt
FOR /F "tokens=1" %%I IN (%TEMP%\TMP_Kill_Window.txt) DO cmdow %%I /CLS
DEL %TEMP%\TMP_Kill_Window.txt
EXIT

All of this could be simplier :)

#5 User is offline   killerbee 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 500
  • Joined: 22-April 03

Posted 02 May 2004 - 06:08 AM

hi,

just tested and

getdiz30.exe /s
pskill getdiz


does the trick

cya

Killer Bee

#6 User is offline   GuuZ 

  • is sweet ;)
  • Group: Members
  • Posts: 49
  • Joined: 18-April 04

Posted 02 May 2004 - 10:27 AM

killerbee, on May 2 2004, 06:08 AM, said:

hi,

just tested and

getdiz30.exe /s
pskill getdiz


does the trick

cya

Killer Bee

make a batch like this:

getdiz.cmd
getdiz30.exe /s
pskill getdiz


that's all?

just run getdiz.cmd?

#7 User is offline   ZoSTeR 

  • Member
  • PipPip
  • Group: Members
  • Posts: 227
  • Joined: 04-November 03

Posted 02 May 2004 - 11:39 AM

Get pskill from Sysinternals

#8 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 02 May 2004 - 04:03 PM

All you need to have GetDiz working is:

- Msifont.fon
- GetDiz.exe
- Some reg keys

It's easy! :)

#9 User is offline   GuuZ 

  • is sweet ;)
  • Group: Members
  • Posts: 49
  • Joined: 18-April 04

Posted 03 May 2004 - 02:28 AM

@ZoSTeR: Allready got the PS-Toolkit don't worry :)

@mazin: What regkeys? That's where u need the installation right?!

#10 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 03 May 2004 - 04:05 AM

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.diz]
@="GetDiz.Document"

[HKEY_CLASSES_ROOT\.ini]
@="GetDiz.Document"

[HKEY_CLASSES_ROOT\.nfo]
@="GetDiz.Document"

[HKEY_CLASSES_ROOT\Applications\GetDiz.exe]

[HKEY_CLASSES_ROOT\Applications\GetDiz.exe\shell]

[HKEY_CLASSES_ROOT\Applications\GetDiz.exe\shell\open]

[HKEY_CLASSES_ROOT\Applications\GetDiz.exe\shell\open\command]
@="\"@ProgFiles\\GetDiz\\GetDiz.exe\" \"%1\""

[HKEY_CLASSES_ROOT\GetDiz.Document]
@="GetDiz Document"

[HKEY_CLASSES_ROOT\GetDiz.Document\shell]

[HKEY_CLASSES_ROOT\GetDiz.Document\shell\open]

[HKEY_CLASSES_ROOT\GetDiz.Document\shell\open\command]
@="\"@ProgFiles\\GetDiz\\GetDiz.exe\" \"%1\""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"MSI Console"="Msifont.fon"

#11 User is offline   GuuZ 

  • is sweet ;)
  • Group: Members
  • Posts: 49
  • Joined: 18-April 04

Posted 05 May 2004 - 02:58 AM

killerbee, on May 2 2004, 06:08 AM, said:

hi,

just tested and

getdiz30.exe /s
pskill getdiz


does the trick

cya

Killer Bee

just tested and didnt work a single bit :)

#12 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 05 May 2004 - 03:28 AM

The problem is that the "Display Readme file" option is selected by default.

Why don't you email them, so that they disable it?

#13 User is offline   GuuZ 

  • is sweet ;)
  • Group: Members
  • Posts: 49
  • Joined: 18-April 04

Posted 05 May 2004 - 04:06 AM

I've emailed them... But no response... Anywayz... I;m trying your method atm... with copying the files and importing the regkeys without the setup files. Hope it works, so I won't need that setupfiles anymore.

Btw pskill getdiz... automatically kills the setup process... so it doesn't even get the change to install....

#14 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 05 May 2004 - 04:45 AM

You can extract the exe, then copy the needed files to your Program File.

"C:\Documents and Settings\Administrator\Desktop\GetDiz30\getdiz30.exe" /x c:\getdiz

#15 User is offline   GuuZ 

  • is sweet ;)
  • Group: Members
  • Posts: 49
  • Joined: 18-April 04

Posted 05 May 2004 - 05:14 AM

Yeah I found out :) Anywayz your method is working fine now :rolleyes: Thanx a lot :D

#16 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 05 May 2004 - 03:33 PM

GuuZ, on May 5 2004, 02:14 PM, said:

Yeah I found out

Found out what? Something new?

#17 User is offline   GuuZ 

  • is sweet ;)
  • Group: Members
  • Posts: 49
  • Joined: 18-April 04

Posted 06 May 2004 - 02:03 AM

No lol, that I can use the /x swich to extract the files :) But that's not important in this case now is it? :rolleyes:

mazin, would you be so kind to take a look at this one for me? http://www.msfn.org/...showtopic=18861

thanx :D

#18 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 06 May 2004 - 08:54 AM

Attached is a package (28 kb) prepared to silently install getdiz30.

You don't have to use switches. Only, add this line to your batch file:

Start /wait %systemdrive%\Install\getdiz30\getdiz30.msi

Before you can install getdiz30 with this package, do the following:

1- Install getdiz30 using its original package.

2- Copy these files from C:\Program Files\GetDiz\, then paste them in "\Program Files\GetDiz\" inside this package.

- GetDiz.exe
- GetDiz.chm
- Readme.txt

3- Copy this file from C:\WINDOWS\Fonts\, then paste it in "\WINDOWS\Fonts\" inside this package.

- Msifont.fon

Now, you are ready to use getdiz30.msi to install your program. You can uninstall it from Control Panel (Add or Remove Programs) as usual.


If you'd have bugs, please report them.

________________________________________

This is the power of WinINSTALL LE, the free program.
WinINSTALL LE home.
WinINSTALL LE on MSFN.

Attached File(s)



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