Jump to content

GetDiz


GuuZ

Recommended Posts


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

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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"

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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