MSFN Forum: Setup Slideshow - MSFN Forum

Jump to content


  • 5 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Setup Slideshow Rate Topic: -----

#1 User is offline   websee 

  • Junior
  • Pip
  • Group: Members
  • Posts: 60
  • Joined: 25-September 04

Posted 02 March 2005 - 12:08 PM

well, i didnt know exactly into which forum to put this, but i wasnt satisfiyed with the ability to edit the Setup Billboard.

so i decided to do it better.
i wanted to have a picture slideshow instead of the windows text, which can be edited, but it remains text.

so i made a small script that can be launched from DetachedProgram and replaces the windows text messages with your custom picture slideshow.

this should adjust itself to any setup resolution. even to widescreen ones.

Posted Image

look config.js to adjust the tiomeout (how often the images should be changed.)
unfortunately you have to make an imagelist and put it into filelist.js
var images = new Array(
"image1.jpg",
"image2.jpg"

);


you can also add your own text that is displayed above the images (any HTML tag can be used there), otherwise leave it empty. then no text is displayed. (you dont have to make an empty text entry for each image)

last but not least edit slideshow.cmd to enter the prper path to the slideshow and start slideshow.cmd form DetachedProgram in winnt.sif.

did i miss something?
any comments?
plz some feedback

Attached File(s)




#2 User is offline   ml20 

  • Junior
  • Pip
  • Group: Members
  • Posts: 93
  • Joined: 21-October 03

Posted 02 March 2005 - 09:28 PM

nice. i will have to give this a run some day :)

#3 User is offline   SaintLaur 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 26-February 05

Posted 03 April 2005 - 03:57 PM

Interesting, but can be aplied some gifs or can be changed with slideshow just some parts of entire picture ?

#4 User is offline   websee 

  • Junior
  • Pip
  • Group: Members
  • Posts: 60
  • Joined: 25-September 04

Posted 05 April 2005 - 04:15 AM

you can add any image that can be viewed by internet explorer.
jpg, gif (even animated), bmp, png, ....

SaintLaur, on Apr 3 2005, 03:57 PM, said:

or can be changed with slideshow just some parts of entire picture ?
<{POST_SNAPBACK}>

you can edit your images in photoshop first and then add them to the slideshow.
i do not exactly understand what you mean.

#5 User is offline   mikoinlove 

  • Group: Members
  • Posts: 2
  • Joined: 13-April 05

Posted 13 April 2005 - 06:50 AM

nice nice nice :w00t:
that was one of my problems i was trying to solve
but can you explain "what should i do to preview the photos of the windows" in steps pleeeze.
and nice work :thumbup

#6 User is offline   websee 

  • Junior
  • Pip
  • Group: Members
  • Posts: 60
  • Joined: 25-September 04

Posted 13 April 2005 - 11:10 AM

i dont exactly understand what you mean, but if you want to preview the slideshow, then you can simply do this by executing slideshow.hta (simply doubleclick on it)

#7 User is offline   stasys44 

  • Member
  • PipPip
  • Group: Members
  • Posts: 186
  • Joined: 14-June 04

Posted 13 April 2005 - 12:26 PM

@ websee
start slideshow.cmd form DetachedProgram in winnt.sif.


Should I write section in winnt.sif:
[DetachedProgram]
???

#8 User is offline   websee 

  • Junior
  • Pip
  • Group: Members
  • Posts: 60
  • Joined: 25-September 04

Posted 13 April 2005 - 12:36 PM

ok this should help

open up slideshow.cmd and replace %PATHTOSLIDESHOW% by the path where your slideshow folder will be located on the cdrom
eg if your slideshow resides in D:\slideshow\slideshow.hta your last line should look like:
start %CDROM%\slideshow\slideshow.hta

remember not to have any spaces in your folder names.
open up your winnt.sif and under [GuiUnattended] add the line
DetachedProgram="%systemdrive%\install\slideshow.cmd"

last but not least put slideshow.cmd into $OEM$\$1\install in your windows cd.

burn, enjoy

#9 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 13 April 2005 - 12:37 PM

Magnificent :)

I will definetely include this! I hadn't even thought of this :)

Thanks!

Bâshrat the Sneaky has added a bookmark

#10 User is offline   mikoinlove 

  • Group: Members
  • Posts: 2
  • Joined: 13-April 05

Posted 14 April 2005 - 09:54 AM

now i do understand you :hello:
but can i do this without useing winnt.sif file and use the file TXTSETUP.SIF ????????????????? B)

#11 User is offline   websee 

  • Junior
  • Pip
  • Group: Members
  • Posts: 60
  • Joined: 25-September 04

Posted 14 April 2005 - 11:32 AM

no because TXTSETUP.SIF is not responsible for this kind of launches. as far as i can remember TXTSETUP.SIF is responsible for device drivers. only winnt.sif can launch a program at the very beginning of the installation througth detachedprogram
see http://unattended.ms...al/timeline.htm for details

#12 User is offline   stasys44 

  • Member
  • PipPip
  • Group: Members
  • Posts: 186
  • Joined: 14-June 04

Posted 14 April 2005 - 12:17 PM

@ websee
Thanks!

DetachedProgram="%systemdrive%\install\slideshow.cmd"
It's like to launch WPI; the difference - WPI comes in first reboot after Windows installation.

#13 User is offline   SaintLaur 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 26-February 05

Posted 25 April 2005 - 10:35 AM

Can be replaced this images with flash movies ? (like .swf for example)

#14 User is offline   websee 

  • Junior
  • Pip
  • Group: Members
  • Posts: 60
  • Joined: 25-September 04

Posted 27 April 2005 - 04:42 AM

no, actually you can't

but this is a good idea, ill make file extra for u where you can embed flash, but it'll take some time, due to i am unfamiliar with embedding flash in html

#15 User is offline   Martijn 

  • It's-a-me, Mario!
  • PipPipPipPip
  • Group: Members
  • Posts: 524
  • Joined: 28-July 04

  Posted 29 April 2005 - 08:39 AM

This reminds me of the good old ME days, during that setup there whas a sort of slide show too. Great idea to do this in xp!!

#16 User is offline   zzzz 

  • Intermediate
  • Group: Members
  • Posts: 44
  • Joined: 06-March 05

Posted 05 May 2005 - 02:28 PM

Hi websee,

I haven't tried yet but I see in the picture you posted it's just a part of the screen. What variable do I need to change to make it expand to the whole screen? Like in this picture:

Posted Image

Do the pictures in the slideshow has to be in the same format as described in the section about WINNTBBU.DL_?

Thanks in advance.

#17 User is offline   websee 

  • Junior
  • Pip
  • Group: Members
  • Posts: 60
  • Joined: 25-September 04

Posted 05 May 2005 - 02:38 PM

there is no variable to expand it to the whole screen, because then you wont be able to see the text on the left. the one u have is made with editing winntbbu.dl_

websee, on Apr 5 2005, 04:15 AM, said:

you can add any image that can be viewed by internet explorer.
jpg, gif (even animated), bmp, png, ....


#18 User is offline   zzzz 

  • Intermediate
  • Group: Members
  • Posts: 44
  • Joined: 06-March 05

Posted 05 May 2005 - 02:51 PM

OK, thanks.

I'm still waiting for someone to come up with a slideshow of winntbbu :D :P

#19 User is offline   websee 

  • Junior
  • Pip
  • Group: Members
  • Posts: 60
  • Joined: 25-September 04

Posted 11 May 2005 - 04:39 AM

hmm, a flash movie does not seem to work, because you must have flash installed in order to play flash movies, and u dont at the beginning of a windows installation. the only thing that should work is outputting ur flash mivie as .exe and then loading it directly into detachedprogram

#20 User is offline   laza 

  • Group: Members
  • Posts: 4
  • Joined: 07-March 05

Posted 13 May 2005 - 10:29 PM

:unsure:

Tried this but no work, winntbbu loaded instead.
must have done something wrong.

Share this topic:


  • 5 Pages +
  • 1
  • 2
  • 3
  • Last »
  • 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 - 2013 msfn.org
Privacy Policy