MSFN Forum: 7-zip With No Close Or Cancel Button - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

7-zip With No Close Or Cancel Button Rate Topic: -----

#1 User is offline   keytotime 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 400
  • Joined: 05-October 04

Posted 15 February 2005 - 07:07 PM

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

Attached File(s)

  • Attached File  7zS.7z (50.83K)
    Number of downloads: 104



#2 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 15 February 2005 - 07:19 PM

good job again!

bookmarked

#3 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 15 February 2005 - 07:20 PM

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

#4 User is offline   keytotime 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 400
  • Joined: 05-October 04

Posted 15 February 2005 - 07:24 PM

Astalavista, that's a really good idea.

#5 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 15 February 2005 - 07:34 PM

7zip, no close button anymore....
Does the close button (top-right of dialog) still exist though?

#6 User is offline   Shotgun 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 462
  • Joined: 07-November 03

Posted 15 February 2005 - 08:55 PM

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?

#7 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 15 February 2005 - 08:58 PM

just wanted to say thanks for sharing it :P

This post has been edited by SiMoNsAyS: 15 February 2005 - 09:09 PM


#8 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,755
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 15 February 2005 - 09:05 PM

Can we see a pic of the nonothing one you made? :wacko: :blink: :w00t: :angel

#9 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 15 February 2005 - 09:11 PM

kelsenellenelvian, on Feb 16 2005, 05:05 AM, said:

Can we see a pic of the nonothing one you made?  :wacko:  :blink:  :w00t:  :angel
<{POST_SNAPBACK}>

http://www.msfn.org/board/index.php?showto...ndpost&p=273158 ...

#10 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 15 February 2005 - 10:00 PM

Shotgun, on Feb 16 2005, 08:25 AM, said:

how do I implement this?<{POST_SNAPBACK}>
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 :P


Hoping this explains it...

#11 User is offline   RyanVM 

  • Like a big surly teddy bear.
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,661
  • Joined: 31-August 03

Posted 15 February 2005 - 10:04 PM

Now if only I could get the % on the other side of the window title...

#12 User is offline   Wraith 

  • Dr. Nick
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,256
  • Joined: 01-January 04

Posted 16 February 2005 - 04:18 PM

....you could just compile a new SFX.

The XPlode installer is just a glorified 7z SFX archive...

#13 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 17 February 2005 - 11:29 AM

kelsenellenelvian, on Feb 16 2005, 11:05 AM, said:

Can we see a pic of the nonothing one you made?  :wacko:  :blink:  :w00t:  :angel
<{POST_SNAPBACK}>



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

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy