MSFN Forum: WinXP setup.exe - MSFN Forum

Jump to content



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

WinXP setup.exe Rate Topic: -----

#1 User is offline   dazkrlauwste 

  • Member
  • PipPip
  • Group: Members
  • Posts: 127
  • Joined: 27-April 04

Posted 24 July 2004 - 03:14 AM

Can anyone tell if it is possible to modify the setup.exe file in an windows xp distribution?

I'd like to add some more functionality.


#2 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 24 July 2004 - 03:19 AM

dazkrlauwste, on Jul 24 2004, 11:14 AM, said:

Can anyone tell if it is possible to modify the setup.exe file in an windows xp distribution?

I'd like to add some more functionality.

I think I've seen it on this forum once, a couple of monts ago. But I have no clue who did it or where I can find it.

But I think it's indeed possible.

Just being curious - what would you like to add?

#3 User is offline   dazkrlauwste 

  • Member
  • PipPip
  • Group: Members
  • Posts: 127
  • Joined: 27-April 04

Posted 24 July 2004 - 03:26 AM

i'm busy with creating a multi-boot dvd with al of the windows xp versions, i'd like to add the options to install windows xp media center and tablet pc, see the screenshot.

this one has been made with autoplay studio, but i find that to rather difficult to use, so i'd like to see if it would be easier just to change the setup.exe instead of building one from scratch.

Attached File(s)



#4 User is offline   jdoe 

  • Advanced Member
  • PipPipPip
  • Group: Banned
  • Posts: 314
  • Joined: 02-May 04

Posted 26 July 2004 - 02:36 AM

I suggest to create your own SETUP.EXE in a language of your choice and just replace the one on the CD by yours.

You won't have any problem doing so.

#5 User is offline   dazkrlauwste 

  • Member
  • PipPip
  • Group: Members
  • Posts: 127
  • Joined: 27-April 04

Posted 26 July 2004 - 05:53 AM

How do i do that? With what kind of program?

#6 User is offline   jdoe 

  • Advanced Member
  • PipPipPip
  • Group: Banned
  • Posts: 314
  • Joined: 02-May 04

Posted 26 July 2004 - 11:40 AM

You need to know a programming language to be able to build your own SETUP.EXE. Visual Basic have the advantage to be easy to learn and you can build functional form very fast.

I have downloaded Autoplay Studio and if you don't want to learn programming it's a good alternative. It build the ISO DVD for you and you just need to burn. I think the difficult part for you will be to program the button to start to correct program on the DVD but if you put some effort you will see that it is not so hard to do.

If you don't need a cool Graphic-User-Interface, you could also just write a batch file to start to correct program and you put them at the root of the DVD.

Exemple WINXPSP1.CMD
START .\WINXPSP1\I386\WINNT32.EXE /parameters


#7 User is offline   dazkrlauwste 

  • Member
  • PipPip
  • Group: Members
  • Posts: 127
  • Joined: 27-April 04

Posted 27 July 2004 - 01:49 AM

In what language is setup.exe written and can i decompile it in order for me to see the sourcecode en adjust it to likings

#8 User is offline   jdoe 

  • Advanced Member
  • PipPipPip
  • Group: Banned
  • Posts: 314
  • Joined: 02-May 04

Posted 27 July 2004 - 05:55 AM

I don't know which language they used for SETUP.EXE , maybe C++ or MASM but anyway, just forget about decompile.

#9 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 27 July 2004 - 06:14 AM

You can't do much by modifying the existing autorun in the original XP cd.
At the most, you would be able to use Resource Hacker (google to get v3.4 of ResHack) to change the text-strings which call executables when you click on any of the options, and replace the bitmaps used.

A better bet is to use AutoPlay Media Studio 5.0.03 as already suggested. The latest version (v5 as mentioned) is considerably easier to use and nothing you want to do can possibly take more than 4 hours with it (whereas modifying the original setup.exe will take forever to do the right way, and will stop at a dead-end which leads nowhere).

#10 User is offline   dazkrlauwste 

  • Member
  • PipPip
  • Group: Members
  • Posts: 127
  • Joined: 27-April 04

Posted 27 July 2004 - 07:20 AM

Here's a simple autorun menu that was in a windows xp pro/home cd Does anyone recognize this or know a similar one, The autorun.exe says scansoft but i can't find it nowhere on the scansoft site.

Attached File(s)



#11 User is offline   dazkrlauwste 

  • Member
  • PipPip
  • Group: Members
  • Posts: 127
  • Joined: 27-April 04

Posted 28 July 2004 - 06:34 AM

Is it even possible to decompile an autorun program created with AutPlay Media Studio?

#12 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 28 July 2004 - 07:01 AM

dazkrlauwste, on Jul 28 2004, 06:04 PM, said:

Is it possible at all to decompile an autorun program created with AutPlay Media Studio?

No, its not at all possible.
That autorun screenshot from a multi-boot DVD that you posted above may look like a modified version of the original XP setup.exe - but it is not, the author has taken a lot of pain to make the customized autorun look as if it was modified from the original autorun.

#13 User is offline   dazkrlauwste 

  • Member
  • PipPip
  • Group: Members
  • Posts: 127
  • Joined: 27-April 04

Posted 28 July 2004 - 07:30 AM

What about my previous question about the autorun.zip file that i posted earlier.

#14 User is offline   SnipauK 

  • Group: Members
  • Posts: 9
  • Joined: 21-August 04

Posted 23 August 2004 - 05:58 AM

As somebody said, your best bet is to make a new autorun using vb. If you do this be sure to put the runtimes for vb in the same dir as the autorun on the cd.

Use VB6, and not .net

=))

CuBie.

#15 User is offline   Doggie 

  • I'm very inactive :(
  • Group: Patrons
  • Posts: 2,676
  • Joined: 13-October 02

Posted 23 August 2004 - 07:59 PM

really no difference to what visual basic version you use, but if you want the latest overrings, vb.net ;)

#16 User is offline   SnipauK 

  • Group: Members
  • Posts: 9
  • Joined: 21-August 04

Posted 25 August 2004 - 05:56 AM

If he uses vb.net the pc will have to have the framework - not all pc's do.

Visual basic 6 is fine for the job, theres no need for VB.Net - You dont need the classes.

Vb.net is a bad chice

With the vb6 "framework" (There called the runtimes) you can just put them in the same dir.

#17 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Group: Super Moderator
  • Posts: 5,031
  • Joined: 14-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 25 August 2004 - 11:26 AM

.

This post has been edited by crahak: 07 November 2006 - 07:06 AM


#18 User is offline   Innominandum 

  • Group: Members
  • Posts: 9
  • Joined: 15-October 04

Posted 22 October 2004 - 08:10 AM

To add you own functionality to the setup.exe program, you will have to decompile it, find caves to add your own custom code, change jump instructions in the decompiled code to point to your code and ofcourse add your own extra radio buttons and stuff.
It requires a pretty good knowledge of ASM and executable files structure.

I agree with the others, go with Autoplay Media Studio.

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