Jump to content

Recommended Posts

Posted

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 :)


Posted

You should kill that windows:

@ECHO OFFTITLE 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 OFFREM Kill windows containing %1 in its title (should be surrounded by quotes.
cmdow | FIND %1 >%TEMP%\TMP_Kill_Window.txtFOR /F "tokens=1" %%I IN (%TEMP%\TMP_Kill_Window.txt) DO cmdow %%I /CLSDEL %TEMP%\TMP_Kill_Window.txtEXIT

All of this could be simplier :)

Posted
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?

Posted

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

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

Posted

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"

Posted
hi,

just tested and

getdiz30.exe /s

pskill getdiz

does the trick

cya

Killer Bee

just tested and didnt work a single bit :)

Posted

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

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

Posted

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....

Posted

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...