MSFN Forum: [Release] DAEMON Tools Lite v4.30.3 - MSFN Forum

Jump to content



Last warning

1. This is not a warez site! Links/Requests to warez and/or 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. Any offenders of this rule may be banned on first violation. We take issues like this very seriously here at MSFN.
  • 10 Pages +
  • « First
  • 6
  • 7
  • 8
  • 9
  • 10
  • You cannot start a new topic
  • You cannot reply to this topic

[Release] DAEMON Tools Lite v4.30.3 Rate Topic: -----

#141 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 702
  • Joined: 08-February 07

Posted 26 April 2008 - 05:12 AM

View Postcool400, on Apr 26 2008, 10:16 AM, said:

In my case DaemonTools tries to install itself in German (my native language) - therefore your AutoIt-script doesn't work, because I think it's expacting english windows :blink:
Maybe you can post your AutoIt source-code so that I can recompile it myself?

Link
Edit the Adlib function on the bottom of the script and change/remove the text "Please select a language." from those two lines.

This post has been edited by radix: 26 April 2008 - 05:17 AM



#142 User is offline   cool400 

  • Junior
  • Pip
  • Group: Members
  • Posts: 72
  • Joined: 08-November 05

  Posted 26 April 2008 - 11:56 AM

@radix

Thanks a lot for your work! I will try this out ASAP.

One question: you call daemontools.exe with the paramter "/S", so that it should show no window - how could you capture window-text? Is the window there but only invisible?

And, another question (if there's no silent-switch available): is it possible to prevent ANY window from appearing on the screen? Or maybe simply move it outside the desktop (maybe at position 2000x1500) and capture all clicks there?

I tried to understand how your SFX-file that I downloaded right before (daemontools-4123-lite.exe) works - but with no success yet :blink: I see two files inside: daemon4123-lite.exe and dt4123.exe. When I open this one big file (daemontools-4123-lite.exe) with WinRAR, I see no SFX-comments :blink: :blink: :blink: How is the right file called? Where does the script extracts itself?

What is your secret??? :wacko:

Best regards and thanks a lot

cool400 :ph34r:

#143 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 702
  • Joined: 08-February 07

Posted 26 April 2008 - 05:37 PM

View Postcool400, on Apr 26 2008, 08:56 PM, said:

@radix
Thanks a lot for your work! I will try this out ASAP.
One question: you call daemontools.exe with the paramter "/S", so that it should show no window - how could you capture window-text? Is the window there but only invisible?
And, another question (if there's no silent-switch available): is it possible to prevent ANY window from appearing on the screen? Or maybe simply move it outside the desktop (maybe at position 2000x1500) and capture all clicks there?

/S switch in this case is not 100% silent (window with installation language still popup).
That window is not invisible. If appear, the script is ready to click a control (button).
You can move a window that allready exist (visible) on the invisible part of the desktop (minus coordinates probably), but I didn't tried this. ControlClick sometimes need active window to do the job.
So, to move the windows is completely feckless.

Edit: daemontools-4123-lite.exe is the original installer and the other is the compiled file. All stuff is extracted to Temp folder or in another location - it does not matter.

This post has been edited by radix: 26 April 2008 - 05:42 PM


#144 User is offline   cool400 

  • Junior
  • Pip
  • Group: Members
  • Posts: 72
  • Joined: 08-November 05

  Posted 27 April 2008 - 01:30 AM

Thanks for your statement!

But what kind of SFX-archive have you (or better johndo74) built? I can't see no SFX-comments :blink:

And what about
WinSetState ( "anyprogramm.exe", "", @SW_HIDE )
for hiding windows - would this work? Are these windows controlable anymore?

Best regards

cool400 :ph34r:

This post has been edited by cool400: 27 April 2008 - 06:01 AM


#145 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 702
  • Joined: 08-February 07

Posted 27 April 2008 - 07:22 AM

View Postcool400, on Apr 27 2008, 09:30 AM, said:

But what kind of SFX-archive have you (or better johndo74) built? I can't see no SFX-comments :blink:
And what about
WinSetState ( "anyprogramm.exe", "", @SW_HIDE )
for hiding windows - would this work? Are these windows controlable anymore?

If I hide that window, ControlClick doesn't work on it (tested).
Edit

This post has been edited by radix: 28 April 2008 - 08:49 AM


#146 User is offline   cool400 

  • Junior
  • Pip
  • Group: Members
  • Posts: 72
  • Joined: 08-November 05

  Posted 28 April 2008 - 03:58 AM

@radix

Yes, I saw this comment - but normally you have a WinRAR-SFX-comment like this:

Path=%programfiles%\WinRAR
SavePath
Silent=1
Overwrite=1

Is the SFX-comment by johndoe74 encrypted in any way?

I asked this because I can't see which switches are used and which program is called after extracting (now I know that it's dt4123.exe). So if I recompile the AutoIt-script it has to be named dt4123.exe, right?

Best regards

cool400 :ph34r:

#147 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 702
  • Joined: 08-February 07

Posted 28 April 2008 - 08:57 AM

View Postcool400, on Apr 28 2008, 11:58 AM, said:

I can't see which switches are used and which program is called after extracting (now I know that it's dt4123.exe). So if I recompile the AutoIt-script it has to be named dt4123.exe, right?

It doesn't matter since you have to build a new sfx archive using WinRAR or 7-Zip.
Just set the compiled file to be executed after extraction. But keep the name of sfx or if you change it, modify the section [AddProgram] in .ini file.

#148 User is offline   cool400 

  • Junior
  • Pip
  • Group: Members
  • Posts: 72
  • Joined: 08-November 05

  Posted 28 April 2008 - 09:04 AM

@radix

Not to bother you - I know this, as I'm building WinRAR-SFX-archives for a long time. In the last weeks I've learned how to make a 7Zip-SFX-archive using the modified SFX-module...

But I want to understand! :) I hate it if I don't understand how things happen...

Why can't I see the "normal" SFX-comment like in my own WinRAR-SFX-archives?

And, BTW, which INI-file are you referring to? There are only 2 executables inside the archive (if I remember correctly, I'm not at home right now)!

Regards and thanks for your patience

cool400 :ph34r:

#149 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 702
  • Joined: 08-February 07

Posted 28 April 2008 - 09:31 AM

View Postcool400, on Apr 28 2008, 05:04 PM, said:

Why can't I see the "normal" SFX-comment like in my own WinRAR-SFX-archives?

Well, I tell you the secret:
Fire up WinRAR, load your sfx, hit Info button in WinRAR and edit the text how you want, then press OK. :)

View Postcool400, on Apr 28 2008, 05:04 PM, said:

And, BTW, which INI-file are you referring to? There are only 2 executables inside the archive (if I remember correctly, I'm not at home right now)!

Entries.ini file, outside SVCPACK directory (I presume that you will create an addon with that sfx.)

This post has been edited by radix: 28 April 2008 - 09:32 AM


#150 User is offline   kodorevi8ulis 

  • Group: Members
  • Posts: 2
  • Joined: 21-October 06

Posted 19 May 2008 - 04:36 AM

is there any way to change the path where dt will be installed ??

#151 User is offline   johndoe74 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,435
  • Joined: 12-March 06

Posted 05 July 2008 - 01:27 PM

updated to v4.12.4

#152 User is offline   Kurt_Aust 

  • Master of trial, error & Google
  • PipPipPip
  • Group: Members
  • Posts: 436
  • Joined: 26-April 07

Posted 12 July 2008 - 03:16 AM

View Postjohndoe74, on Jul 6 2008, 05:27 AM, said:

updated to v4.12.4


Well, I don't know what changed between 4.12.3 and this version, but it now works with Win2000.

Result :thumbup

#153 User is offline   ferdysmeets 

  • Newbie
  • Group: Members
  • Posts: 15
  • Joined: 08-March 08

Posted 18 July 2008 - 08:20 AM

4.30.0 is out

#154 User is offline   johndoe74 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,435
  • Joined: 12-March 06

Posted 18 July 2008 - 11:46 AM

updated to v4.30.0

#155 User is offline   0d14r3 

  • Member
  • PipPip
  • Group: Members
  • Posts: 195
  • Joined: 12-September 06

Posted 24 July 2008 - 08:57 PM

Hi, johndoe74.

4.30.1 is out.

Thanks for update this addon.

0d

#156 User is offline   johndoe74 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,435
  • Joined: 12-March 06

Posted 25 July 2008 - 11:11 AM

updated to v4.30.1

#157 User is offline   firekeeper 

  • Group: Members
  • Posts: 4
  • Joined: 19-August 05

Posted 11 November 2008 - 05:32 AM

yes is the only version that really works! thank you !!!!!

#158 User is offline   atolica 

  • ENT Surgeon
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 15-December 05
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 12 November 2008 - 05:40 AM

DT 4.30.1 Uploading and Mediafire are DEAD. Please reupload them!
Greets

#159 User is offline   johndoe74 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,435
  • Joined: 12-March 06

Posted 12 November 2008 - 09:46 AM

refreshed links

#160 User is offline   Mann 

  • Junior
  • Pip
  • Group: Members
  • Posts: 95
  • Joined: 02-October 03

Posted 12 December 2008 - 08:00 PM

new version is out :)

Share this topic:


  • 10 Pages +
  • « First
  • 6
  • 7
  • 8
  • 9
  • 10
  • 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