MSFN Forum: Setup Slideshow - MSFN Forum

Jump to content



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

Setup Slideshow Rate Topic: -----

#41 User is offline   123321 

  • Newbie
  • Group: Members
  • Posts: 28
  • Joined: 27-February 05

Posted 07 June 2005 - 02:14 PM

I am using a xp with sp2 cd.

And nope the detachedprogram just does not run even with the
command prompt command option.

Is there any other way to make this work?


edit: When I check out my drive, I do see the directory install with
the command "slideshow.cmd" copy successfully during the text-mode
part of the xp setup.

This post has been edited by 123321: 07 June 2005 - 04:35 PM



#42 User is offline   laza 

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

Posted 07 June 2005 - 10:23 PM

I'm having the same trouble as you 123321.

;SetupMgrTag
[Data]
MsDosInitiated = "No"
AutoPartition=0
UnattendedInstall="Yes"

[Unattended]
OemPreinstall = "Yes"
UnattendMode=FullUnattended
OemSkipEula=Yes
Repartition=No
FileSystem=NTFS
UnattendSwitch=Yes
TargetPath=\WINDOWS
WaitForReboot=No
KeyboardLayout="US"

[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=No
OEMSkipRegional=1
TimeZone=260
OemSkipWelcome=1
DetachedProgram="%systemdrive%\install\slideshow.cmd"

C:\Install\slideshow.cmd is there

winntbbu.dll just cuts in as per normal install.

I cannot think of any thing else to try.
All the other commands in the answer file work fine.

laza

#43 User is offline   websee 

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

Posted 07 June 2005 - 11:46 PM

well, if it helps here is my winnt.sif and it does work
;
; Generated by websee
;

[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"
      OemPnPDriversPath="Drivers\66.93_win2kxp_english;Drivers\dvb217g;Drivers\logitechmw961enu;Drivers\logitechit215enu;Drivers\hpt3xx"

[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="YourName"
	OrgName=""
	ComputerName="MyComputer"
	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"


#44 User is offline   123321 

  • Newbie
  • Group: Members
  • Posts: 28
  • Joined: 27-February 05

Posted 08 June 2005 - 12:42 PM

okay, I'll try your winnt.sif
and see if it works, but your and my are almost exactly the same, except
for the keyboard, timezone, and custom theme layout.


Weird, that yours work any my does not.

While searching on the web for some additional help
by typing "detachedprogram" in Google web search.
A link to the "MSFN" forum section discussing the command
"DetachedProgram": most people have difficulities with "detachedprogram"
Also it does not support "cmd" commands. Only about 2 or 3 people have manage
to make it work while most of the others can not.

Is there something special with your CD?

#45 User is offline   websee 

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

Posted 08 June 2005 - 02:35 PM

i do not know, i have a regular windows xp cd that i patched myself to sp2, well actually i now use a dvd, but thats not the point. i never really had problems using detached program, but i install most of my drivers and programs from [setup params] as you can see from my winnt.sif

if you try my winnt.sif, you should delete the [components] part, cuz then you wont have some programs you could be missing later, like paint and games, but u will have instead iis installed. and of couse enter a valid cd-key

#46 User is offline   welard 

  • Newbie
  • Group: Members
  • Posts: 19
  • Joined: 15-October 04

Posted 12 June 2005 - 07:56 AM

Could u edit the code to run a vidio clip in sted of a slideshow?

#47 User is offline   websee 

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

Posted 12 June 2005 - 01:05 PM

unfortunately this wont work, because i need to use windows media fpr this and wm is installed later in the setup process.

#48 User is offline   welard 

  • Newbie
  • Group: Members
  • Posts: 19
  • Joined: 15-October 04

Posted 12 June 2005 - 03:27 PM

@websee
ok ty i can not get the slide show to work not sure y

#49 User is offline   mediapla 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 08-November 04

Posted 15 June 2005 - 01:01 PM

i allways use a program under detachdedprograms to install my compressed driver archiv. Is it possible to run a second cmd-file at this time or can i use the start /wait parameter to run the slideshow after the driver installation ?

#50 User is offline   websee 

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

Posted 16 June 2005 - 01:50 AM

yes, simply run the slideshow after your driver installation

#51 User is offline   mediapla 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 08-November 04

Posted 16 June 2005 - 03:47 AM

Now i have tried it. But it doesnt run. It starts the second line after the driver install but.... The file (*.hta) is looking for a linked program (... Select a program from the list) and in the list i have only Notepad.....whats going wrong ?

#52 User is offline   websee 

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

Posted 16 June 2005 - 04:57 AM

try
%SYSTEMROOT%\system32\mshta.exe "%yourpath%\slideshow.hta"


#53 User is offline   mediapla 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 08-November 04

Posted 18 June 2005 - 02:43 AM

I tried this, but it doesnt run. Have put some "pause" in the detached.cmd to see how it runs....no function, no error message...im going creazy...
Have canceled deteched.cmd (STRG+C) and start the slideshow manually at the prompt...the same problem....

#54 User is offline   mediapla 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 08-November 04

Posted 21 June 2005 - 08:44 AM

...but if i start slideshow.hta after the installation it runs fine...

#55 User is offline   stasys44 

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

Posted 21 June 2005 - 03:26 PM

Neither for me.

The same problem

#56 User is offline   websee 

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

Posted 21 June 2005 - 03:47 PM

i really do not know what is wrong, but i read the forums a bit, and there are really a lot people complaining about detachedprogran not working. i do not know what could be the reason for it. i cannot imagine, that it depends on different xp-cds, and unfortunately ref.chm does not say anything about it. sorry, but i cannot say what to do, it works for me and i do not have any xp-installation that is not working to test it.

before you try to configure the slideshow you should make sure detachedprogram works for you.

#57 User is offline   kmosh 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 24-July 04

  Posted 22 June 2005 - 09:23 AM

Hi,
I would realy appriciate someone to post slideshow.hta file.
How should it look like?
I looked at wpi.hta and there is no filelist.js file.
Or even better if a link to the complete files for the slideshow would be provided...
Thanks,
Kmosh.

#58 User is offline   websee 

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

Posted 22 June 2005 - 09:40 AM

have you tryed looking at the very first post? you didn? the you should...
http://www.msfn.org/...showtopic=40484
there is an attachment in my very first post containing all needed slideshow files and my original instructions.

#59 User is offline   kmosh 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 24-July 04

Posted 22 June 2005 - 09:49 AM

Sorry, missed it first time. thanks websee

#60 User is offline   mediapla 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 08-November 04

Posted 01 July 2005 - 08:10 AM

..it doesnt run. Habe tried some configurations, load pictures from harddisk, dvd - no function. But now im play a little animation film on detached.cmd and mp3 files with cmdlines.txt .... "multimedia setup"....

Share this topic:


  • 5 Pages +
  • 1
  • 2
  • 3
  • 4
  • 5
  • 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