GuuZ Posted May 1, 2004 Posted May 1, 2004 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&naThanx a lot in advance
killerbee Posted May 1, 2004 Posted May 1, 2004 hi,it uses a wise Installer - plz try it with "/s" and report back here.cyaKiller Bee
GuuZ Posted May 1, 2004 Author Posted May 1, 2004 /s makes the readme show up but doesnt install anything
mdes Posted May 1, 2004 Posted May 1, 2004 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 - " EXITwith 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.txtEXITAll of this could be simplier
killerbee Posted May 2, 2004 Posted May 2, 2004 hi,just tested andgetdiz30.exe /spskill getdizdoes the trickcyaKiller Bee
GuuZ Posted May 2, 2004 Author Posted May 2, 2004 hi,just tested andgetdiz30.exe /spskill getdizdoes the trickcyaKiller Beemake a batch like this:getdiz.cmdgetdiz30.exe /spskill getdizthat's all?just run getdiz.cmd?
mazin Posted May 2, 2004 Posted May 2, 2004 All you need to have GetDiz working is:- Msifont.fon- GetDiz.exe- Some reg keysIt's easy!
GuuZ Posted May 3, 2004 Author Posted May 3, 2004 @ZoSTeR: Allready got the PS-Toolkit don't worry @mazin: What regkeys? That's where u need the installation right?!
mazin Posted May 3, 2004 Posted May 3, 2004 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 Posted May 5, 2004 Author Posted May 5, 2004 hi,just tested andgetdiz30.exe /spskill getdizdoes the trickcyaKiller Beejust tested and didnt work a single bit
mazin Posted May 5, 2004 Posted May 5, 2004 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 Posted May 5, 2004 Author Posted May 5, 2004 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 Posted May 5, 2004 Posted May 5, 2004 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 Posted May 5, 2004 Author Posted May 5, 2004 Yeah I found out Anywayz your method is working fine now Thanx a lot
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now