Help - Search - Members - Calendar
Full Version: GetDiz
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
GuuZ
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 smile.gif
killerbee
hi,

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

cya

Killer Bee
GuuZ
/s makes the readme show up but doesnt install anything
mdes
You should kill that windows:
CODE
@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)
CODE
@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 rolleyes.gif
killerbee
hi,

just tested and

CODE
getdiz30.exe /s
pskill getdiz


does the trick

cya

Killer Bee
GuuZ
QUOTE (killerbee @ May 2 2004, 06:08 AM)
hi,

just tested and

CODE
getdiz30.exe /s
pskill getdiz


does the trick

cya

Killer Bee

make a batch like this:

getdiz.cmd
CODE
getdiz30.exe /s
pskill getdiz


that's all?

just run getdiz.cmd?
ZoSTeR
Get pskill from Sysinternals
mazin
All you need to have GetDiz working is:

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

It's easy! smile.gif
GuuZ
@ZoSTeR: Allready got the PS-Toolkit don't worry newwink.gif

@mazin: What regkeys? That's where u need the installation right?!
mazin
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"
GuuZ
QUOTE (killerbee @ May 2 2004, 06:08 AM)
hi,

just tested and

CODE
getdiz30.exe /s
pskill getdiz


does the trick

cya

Killer Bee

just tested and didnt work a single bit sad.gif
mazin
The problem is that the "Display Readme file" option is selected by default.

Why don't you email them, so that they disable it?
GuuZ
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....
mazin
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
GuuZ
Yeah I found out smile.gif Anywayz your method is working fine now smile.gif Thanx a lot smile.gif
mazin
QUOTE (GuuZ @ May 5 2004, 02:14 PM)
Yeah I found out

Found out what? Something new?
GuuZ
No lol, that I can use the /x swich to extract the files smile.gif But that's not important in this case now is it? smile.gif

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

thanx smile.gif
mazin
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.




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.