MSFN Forum: need autoplay 4 - MSFN Forum

Jump to content



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

need autoplay 4 blessed who can read ;) Rate Topic: -----

#1 User is offline   PsyVision 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 08-January 04

Posted 22 January 2004 - 05:22 AM

i am lost... the howto: Multiboot DVD works with autoplay 4... where to get that?
allways when i find a version this version cant be installed because a new version ist out.

does anyone have a link for that tool?
or otherwise a howto for the version 5.0??

or maybe some legal EDIT for the trial version (because i dont want my custom exe just to work for 4 days like autoplay sais :) )

plz help me i want to finish the dvd... but i cant without autoplay 4 because the howto is useless with version 5.x!!!!!
(looks totally different and menus are dif. too)

thx

.:Visi:.

MSNwar: You cannot request that here because they are not legal. Read the MSFN Rules. Link is in my signature.


#2 User is offline   boomboommusic 

  • Newbie
  • Group: Members
  • Posts: 34
  • Joined: 22-January 04

Posted 22 January 2004 - 11:36 AM

hello...

On page 3...

http://www.MSFN.org/...showtopic=13355

#3 User is offline   Gladiac 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 14-November 03

Posted 22 January 2004 - 01:27 PM

Hmmm, version 4 is not as good as version 5 since there are sooo many new functions in it and it's more professional. You need a howto? Yay... i think the software is quite easy to use.

First... open a new project and go to "Project" - "Window Settings"
Do all the things you want to... window size, icon, boarders, and so on...

Now search for a wallpaper as a background and insert it in "Page settings" in "style" - "Image"

Buttons... There are some as a default in apms5 so you may haven't to create new ones. If you want to have your own pics as a button in your menu (like me ;D), you will have to go to "Tools" - "Button Maker". This is a quite cool piece of software that creates apms5 compatible buttons. There are some options for the buttons but it's quite easy to understand... You will check it without my help ;D.

Now the functions... You may have some objects in your project like buttons, headlines, texts or whatever... Each object can obtain a function (actions) for onClick, onEnter and onLeave... You will mostly use onClick-Functions... clear like crystal i hope... whatsoever, the most important adtion is File.Open because it's able to launch all files with the default software for the extension the file has.

usage: File.Open("Path\\to\\File.ext","{_SourceFolder}",SW_MAXIMIZE);
// the 2 '\' are not a mistake, that's the correct syntax!
// '{_SourceFolder}' is your working directory and redirects to the root of the disc where the autorun menu will be stored later...
// 'SW_MAXIMIZE' is an option to start the software in maximized mode... there is also 'SW_MINIMIZE' ;D.

One more important function is Page.Jump which brings you to another page of your project.

usage: Page.Jump("Page");
// 'Page' is the name of the Page. *doh*

One really horny feature is the "Paragraph". It's a textfield, not more or less. You can write some text in here... but what's so cool??? ehehe, here is a piece of script i wrote for all of you guys out there:

text = TextFile.ReadToString("Textfile.txt");
Paragraph.SetText("Paragraph", text);


Use this as an onEnter-Action in a Paragraph. This will read the contents of a file and insert it into the paragraph. I used it to read my serial.txt which is located in the root of my dvd. This file is also used by cdshell so i have only to change the textfile and everythin is up to date again ;D.

What else can I say?... Yea, make your own experience, I can't post all my knowledge here because this would take me hours ;D. So, for more details have a look @ the help file of apms5 or hit the question here into this board in this thread and i will be there ;D.

#4 User is offline   fox 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 15-December 03

Posted 23 January 2004 - 03:07 AM

Hello,

to create the Windows autorun menu, do you know other tools, freeware, easy to use, enabling to re use existing icons (and in french) ?

Thanks in advance.

#5 User is offline   boomboommusic 

  • Newbie
  • Group: Members
  • Posts: 34
  • Joined: 22-January 04

Posted 23 January 2004 - 05:33 AM

you ask a lot of thing fox :rolleyes:
i think the better thing is a how to make it with VB....
if anybody can speak about it :)

#6 User is offline   PsyVision 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 08-January 04

Posted 24 January 2004 - 09:49 AM

first of all -> thx 4 the replies!

but i need ap4 because the howto is based on it... and i have no idea how to work with this stuff... a newbie i would say!

it is the easiest way to follow just the howto with all programs used there.

i'll try to find version 4... if that doesn't work i'll have to work with version 5... but it seems to take too long... to learn to handle that proggy... just for this one DVD

even the link in the 2nd post... doesnt help me that far...

i dont understand the scripting language used in the file... so how should i change it without getting in to trouble?

hmm...

#7 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 24 January 2004 - 11:30 AM

Hey,
Just try making an autorun with HTA scripting.

Let me explain - It's just a text file with html code, the .hta extension will make it run as an HTml Application without the IE interface.
Just do a quick search on the net - it's easy, there's plenty of documentation on how to do it.
Or just a Q here again, and maybe one of the experts here will post a sample code.


The method of then running it is just like the normal one - in your autorun.inf, just give the path to your HTA.
Example: open=autorun\example.hta

#8 User is offline   Gladiac 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 14-November 03

Posted 25 January 2004 - 03:29 AM

Mkay, this is a sample apms5-project done by me. If you have a look at this thing, you should be able to create yout own startupfile or you just modify this one. :)

http://www.MSFN.org/...showtopic=13355

#9 User is offline   chon_ 

  • Member
  • PipPip
  • Group: Members
  • Posts: 175
  • Joined: 04-September 03

Posted 25 January 2004 - 08:08 PM

hmmm.... i've seen a lot of comments lately about this autorun feature, but (I don't want to be rude and/or pessimist), has any of you really managed to install or upgrade an OS from this DVD within an existing OS? Believe me, I tried, but I ran into a lot of troubles, most of them regarding "file not found", "wrong path", "invalid response file" and so on. To be honest I'm about to give up on this feature. The multi-boot part works great though :)

#10 User is offline   PsyVision 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 08-January 04

Posted 26 January 2004 - 08:23 AM

hmm kay...

:rolleyes:

i took gladiacs file - modified it and tried a preview...

what happened was this(see below attached screenshot)

i don't know if its the version i got - or an error in the file... this message does say nothing...

thx i would be lost without this forum :)

Attached File(s)

  • Attached File  scr2.jpg (137.51K)
    Number of downloads: 70


#11 User is offline   PsyVision 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 08-January 04

Posted 26 January 2004 - 08:27 AM

and after that...

*ping* *slap* *pow*

Attached File(s)

  • Attached File  scr.jpg (124.01K)
    Number of downloads: 41


#12 User is offline   Gladiac 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 14-November 03

Posted 26 January 2004 - 09:06 AM

Ugh, crazy error... I never had somethin' like this.
But look there...

Quote

....
Error: Failed to copy runtime engine - there is already an instance running.
....


This means that you must not run apms5 more than one time.
Try to build it again with ONLY 1 instance!

#13 User is offline   PsyVision 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 08-January 04

Posted 26 January 2004 - 09:09 AM

lol... true?

i didn't see any second instance of ap5... but never the less... from 1 of 50 trials... 1 seemed to work... i am about to burn the dvd... but just on a RW because i am really not that optimistic :/

we'll (u'll) see :)

#14 User is offline   Gladiac 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 14-November 03

Posted 26 January 2004 - 10:23 AM

here it is:

Attached File(s)

  • Attached File  root.PNG (50.38K)
    Number of downloads: 45


#15 User is offline   PsyVision 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 08-January 04

Posted 26 January 2004 - 10:48 AM

thx 1st mate!!

here is mine to compare...
(still not bootable - and even in windows i can't start it propperly... comes with the usual errors from the 1st page of this thread) :/

but enough 4 today...

w0rk suxx :)

Attached File(s)



#16 User is offline   Gladiac 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 14-November 03

Posted 26 January 2004 - 12:30 PM

why not bootable?
you have only to point cdimage.exe to the bootloaderimage included in your "cdsh"-dir.

so long, have fun ;D

#17 User is offline   PsyVision 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 08-January 04

  Posted 29 January 2004 - 08:55 AM

:rolleyes:

well and if i dont have any cdimage.exe in that folder (or in any subfolder)?

maybe a dumb question... but i dont see the mistake i seem to made...
edit: finally found the .exe - in another folder :) (must be my mistake huh?!)

well how to make it point anywhere to?

hexedit0r?

I thought cdimage was just for extracting the boot images...

#18 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 29 January 2004 - 09:41 AM

No, you don't hex-edit cdimage itself.

Rather, while making your ISO, you'd run cdimage with these options (modify as per your own file-locations):
cdimage.exe c:\XPCD -lXP_AIO -bc:\XPCD\cdsh\loader.bin
You just "point" cdimage.exe to the location of your bootloader file (the -b option tells it which file will be set as bootsector for the resultant ISO).

#19 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 02 February 2004 - 04:33 PM

if you follow Flyakite's guide, it prolly tells you to delete the txtsetup.sif's around the place.
But to do an upgrade, you must leave them in the i386 folder and modify its SourcePath accordingly. Thats the main reason upgrades inside Windows don't work.

you also might need to tell Setup where files are as well.....
http://www.microsoft.com/technet/treeview/...icb_ui_hyug.asp

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