Help - Search - Members - Calendar
Full Version: 7-zip With No Close Or Cancel Button
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
keytotime
I've managed to remove both the close and the cancel button in 7-zip. Ryan figured out a way to keep the title bar but remove the close button.
CODE
500 DIALOG 0, 0, 186, 26
STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION
CAPTION "Progress"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
  CONTROL "Progress1", 1000, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 7, 7, 172, 14
}
Astalavista
good job again!

bookmarked
Astalavista
i actually renamed the sfx

nocancel.sfx
nonothing.sfx
nocancelstop.sfx
7sc.sfx

all are upx compressed. LOL otherwise it get quite confussing which is which.

lol
keytotime
Astalavista, that's a really good idea.
prathapml
7zip, no close button anymore....
Does the close button (top-right of dialog) still exist though?
Shotgun
Maybe I'm a newbie into this but...

how do I implement this?

a step by step explanation will really help. I downloaded the file, had to rename the single sfx inside the archive to exe, and got an "Unspecified Error" while trying to execute.

In what programming language is the "fix" made?
SiMoNsAyS
just wanted to say thanks for sharing it tongue.gif
Kelsenellenelvian
Can we see a pic of the nonothing one you made? wacko.gif blink.gif woot.gif angel.gif
SiMoNsAyS
QUOTE (kelsenellenelvian @ Feb 16 2005, 05:05 AM)
Can we see a pic of the nonothing one you made?  wacko.gif  blink.gif  woot.gif  angel.gif
*

http://www.msfn.org/board/index.php?showto...ndpost&p=273158 ...
prathapml
QUOTE (Shotgun @ Feb 16 2005, 08:25 AM)
how do I implement this?
*
1. Install 7zip - http://www.7-zip.org/
2. Make SFX archives using its cool compression levels, become happy.
3. Then find out during your unattended install's extractions of this archive, that your users love to click cancel or exit by using close button. Become sad.
4. Now download the SFX module file from the other thread.
5. Replace the file 7zS.SFX (the sfx module) in 7zip program folder with the above one.
6. Now whatever SFXes you make are not having cancel button or close button anymore, which gives your uA installs some extent of certainty (because we want to control/restrict the possible points of failure in the setup).
7. Start singing happily tongue.gif


Hoping this explains it...
RyanVM
Now if only I could get the % on the other side of the window title...
Wraith
....you could just compile a new SFX.

The XPlode installer is just a glorified 7z SFX archive...
Astalavista
QUOTE (kelsenellenelvian @ Feb 16 2005, 11:05 AM)
Can we see a pic of the nonothing one you made?  wacko.gif  blink.gif  woot.gif  angel.gif
*



kel sorry for the long delay

u can see the picture right below the letter A

-----------------------------------------A ---------------------------------------------



-----------------------------------------------------------------------------------------

u see nothing... LOL how can i post something that is invisible???
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.