Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Setup Slideshow

Featured Replies

I will have to try running mpc at t32 and let you know how it goes. Binking video files would be nice unless you would like a playlist, but i guess you could just combine your vids then bink. thanks for letting me know.


EDIT : I found how to do this with an easier way ( winntbbued )

webroot nice one :thumbup

can you help me cause i'm not sure if i have done this write :blushing:

i want to make a cd only with the background billboard but with no text and no image slideshow

i have added all the files from your zip in $OEM$\$1\Install

i have edited the filelist.js like this :

var images = new Array(
);

and i added in winnt.sif this line on the GuiUnattended section :

DetachedProgram="%systemdrive%\install\slideshow.cmd"

and i edited slideshow.cmd like this :

cmdow @ /HID
@echo off

IF EXIST C:\win51ip.SP2 set CDROM=C:
IF EXIST D:\win51ip.SP2 set CDROM=D:
IF EXIST E:\win51ip.SP2 set CDROM=E:
IF EXIST F:\win51ip.SP2 set CDROM=F:
IF EXIST G:\win51ip.SP2 set CDROM=G:
IF EXIST H:\win51ip.SP2 set CDROM=H:
IF EXIST I:\win51ip.SP2 set CDROM=I:
IF EXIST J:\win51ip.SP2 set CDROM=J:
IF EXIST K:\win51ip.SP2 set CDROM=K:
IF EXIST L:\win51ip.SP2 set CDROM=L:
IF EXIST M:\win51ip.SP2 set CDROM=M:
IF EXIST N:\win51ip.SP2 set CDROM=N:
IF EXIST O:\win51ip.SP2 set CDROM=O:
IF EXIST P:\win51ip.SP2 set CDROM=P:
IF EXIST Q:\win51ip.SP2 set CDROM=Q:
IF EXIST R:\win51ip.SP2 set CDROM=R:
IF EXIST S:\win51ip.SP2 set CDROM=S:
IF EXIST T:\win51ip.SP2 set CDROM=T:
IF EXIST U:\win51ip.SP2 set CDROM=U:
IF EXIST V:\win51ip.SP2 set CDROM=V:
IF EXIST W:\win51ip.SP2 set CDROM=W:
IF EXIST X:\win51ip.SP2 set CDROM=X:
IF EXIST Y:\win51ip.SP2 set CDROM=Y:
IF EXIST Z:\win51ip.SP2 set CDROM=Z:

start %systemdrive%\install\slideshow.hta

and finally i edited the text.js like this :

var text = new Array(
);

do i have to do anything else or not?

and did i made everything corrrect or not?

thanks in advance :D

Edited by InViSibLe Gr

  • 4 weeks later...
  • 3 weeks later...

I run my binked exe at T39 (runs without sound) and start at T32 (sound driver is activ at this point) a mp3-to-exe file. So i need no players ! I start with detachedprogram (winnt.sif) - an cmd file. This cmd starts some programs, like driverpacks, the binked exe and a autoit script, which starts at T32 the soundfile.

  • 2 weeks later...

@ mediapla

What exactly should be done? How make autoit script to play mp3-to-exe file at T32 or have you example of it to edit?

Another question having nothing with slideshow or may be having.

What could be executed in WINNT.SIF:

[setupParams]

UserExecute="WScript.exe %systemroot%\xxxxx.js" ?

wish there was an EXE way for this, but i havn't found one without IE recuiremants..

  • 2 years later...

:unsure: Estimated Websee:

I want to say thanks for posting this program.It has served much to me, but I have taken the dare to do some modifications to the file Slideshow.hta,I only canged the screen size and position since don´t wish to fullscreen.Attached the modified file and a pic of the final result, if somebody served him.I request excuses to you it to have modified without your permission.

P:D:Sorry my poor and bad english, I hope understood.

My respect.

sshot3rw4.png

slideshow_mod.zip

  • 1 year later...
  • 9 months later...

hi,

i try to add slidshow in setup

slideshow.hta

but i failed i don't know why

i used xp cd which has no winnt.sif file in i386\system32 folder

so i use your winnt.sif

which is like that

;

; Generated by ali

;

[Data]

AutoPartition=0

MsDosInitiated = 0

UnattendedInstall = Yes

AutomaticUpdates=no

[unattended]

UnattendMode = FullUnattended

UnattendSwitch = Yes

OemPreinstall = Yes

OemSkipEula = Yes

Repartition=No

FileSystem = *

WaitForReboot = No

TargetPath = "\WINNT"

DriverSigningPolicy = Ignore

NonDriverSigningPolicy = Ignore

Hibernation = No

KeyboardLayout="German"

[systemFileProtection]

SFCQuota = 0

[GuiUnattended]

AdminPassword=""

AutoLogon = Yes

DetachedProgram = "%SYSTEMDRIVE%\install\slideshow.cmd"

TimeZone = 110

OEMSkipRegional = 1

OemSkipWelcome = 1

[Display]

BitsPerPel=32

Xresolution=1024

Yresolution=768

Vrefresh=85

[Networking]

InstallDefaultComponents=Yes

[Components]

Deskpaper = off

Templates = off

Zonegames = off

Hearts = off

Freecell = off

Games = off

Minesweeper = off

solitaire = off

spider = off

iis_common = on

iis_ftp = on

iis_inetmgr = on

iis_www = on

msmsgs=off

msnexplr=off

upnp = on

IAS = on

OEAccess = off

[userData]

FullName="Iftikhar"

OrgName="Azlan Traders"

ComputerName="azlan"

ProductKey = *

[WindowsFirewall]

Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]

Mode = 0

[shell]

CustomDefaultThemeFile = "%WinDir%\Resources\Themes\Default.theme"

[GuiRunOnce]

Command0=%systemdrive%\install\GuiRunOnce.cmd

[setupParams]

UserExecute = "%systemdrive%\install\t9setup.cmd"

and also edit slideshow.cmd with

start %CDROM%% $OEM$\$1\install%slideshow.hta

sorry to say that my setup of xp is running as useual there is no change and slideshow is not running

olease ,,,, tell me what is wrong or mistake done by me in setting

slideshow.cmd

  • 6 months later...
  • 1 year later...

hello dear i am new user of this forum

i want to know in windows xp how to modify the text which is display during xp installation at the end of when installation complete and start blue window again for register xp , make user names ,and in last text com thank you..

which file is that plz reply must

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.