Jump to content











Photo
- - - - -

New Beta Script for VistaPE


  • Please log in to reply
221 replies to this topic

#201 ludovici

ludovici

    Silver Member

  • .script developer
  • 610 posts
  • Location:France
  •  
    France

Posted 18 August 2009 - 11:19 AM

Hi jim Cease :whistling:

AudioV3.script
Directx.script
XPEPatch.script

#202 Roludao

Roludao

    Newbie

  • Members
  • 13 posts
  •  
    Puerto Rico

Posted 09 November 2009 - 05:20 PM

hi ludovici,

These links are broken! :thumbup:

Hi jim Cease

AudioV3.script
Directx.script
XPEPatch.script


Do you have others links and Realtek Audio Driver for VistaPE?

Merci!! :dubbio:

#203 ludovici

ludovici

    Silver Member

  • .script developer
  • 610 posts
  • Location:France
  •  
    France

Posted 09 November 2009 - 05:56 PM

Hello Roludao :dubbio:

Audio.script
Side by Side
DirectX

#204 Roludao

Roludao

    Newbie

  • Members
  • 13 posts
  •  
    Puerto Rico

Posted 09 November 2009 - 08:02 PM

Merci ludovici!! :thumbup:
but is not working...
When I start the AudioActivatorPE show me this message.
msg_audioactivatorpe.jpg
I installed driver audio manually with success!
driver_audio_okay.jpg
I am using VistaPE CAPI v.12 (RC1b common API)
What It's wrong?? :dubbio:
Any ideia??

#205 ludovici

ludovici

    Silver Member

  • .script developer
  • 610 posts
  • Location:France
  •  
    France

Posted 09 November 2009 - 09:40 PM

AudioActivator need the side by side script

#206 Roludao

Roludao

    Newbie

  • Members
  • 13 posts
  •  
    Puerto Rico

Posted 10 November 2009 - 02:41 AM

Yeah I installed too!
Side By Side
Look my scenario please:
1-VistaPE CAPI 12 complete
2-AIK / DVD Vista SP1
3-Audio V3 (Beta 5)
4-SidebySide
5-Directx10
6-VistaPE Patch (I tried with and without it)
7-Audio Driver Setup Manualy.

I forgot to install something? :dubbio:

#207 Roludao

Roludao

    Newbie

  • Members
  • 13 posts
  •  
    Puerto Rico

Posted 11 November 2009 - 11:16 AM

Yeah I installed too!
Side By Side
Look my scenario please:
1-VistaPE CAPI 12 complete
2-AIK / DVD Vista SP1
3-Audio V3 (Beta 5)
4-SidebySide
5-Directx10
6-VistaPE Patch (I tried with and without it)
7-Audio Driver Setup Manualy.

I forgot to install something? :)


Somebody can help me??? :drunk:

#208 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 11 November 2009 - 09:51 PM

that '5-SideBySide.script' made for 'VistaPE Leopard Beta II' project
not for 'VistaPE CAPI 12'
in VistaPE CAPI 12 the variable '%Os_Type%' is not defined and x64 source is not supported
so edit the script if you want to use it in VistaPE CAPI 12
comment out all lines begins with 'If,"%Os_Type%",NOTEQUAL,"X86",etc...'
and remove the 'If,"%Os_Type%",EQUAL,"X86",'
e.g.
[codebox][Process] Echo,"Processing Microsoft Visual C++ 2005/2008 Redistributable - x86/x64 9.0.30729.17 v.3 For 32/64-Bit Leopard..." If,ExistDir,"%target_sys%\wbem\Repository",DirDelete,"%target_sys%\wbem\Repository" // Unpack,,Archive,"SxS","x86.7z","%TargetDir%" ##If,"%Os_Type%",NOTEQUAL,"X86",Unpack,,Archive,"SxS","x64.7z","%TargetDir%" // Unpack,,Archive,"SxS","Sx86.7z","%TempDir%" # Hive_Load,HKCM ShellExecute,"hide","regedit.exe","/s #$q%TempDir%\Sx86.reg#$q" Hive_Unload // ##If,"%Os_Type%",NOTEQUAL,"X86",Unpack,,Archive,"SxS","Sx64.7z","%TempDir%" # ##If,"%Os_Type%",NOTEQUAL,"X86",Hive_Load,HKCM ##If,"%Os_Type%",NOTEQUAL,"X86",ShellExecute,"hide","regedit.exe","/s #$q%TempDir%\Sx64.reg#$q" ##If,"%Os_Type%",NOTEQUAL,"X86",Hive_Unload // Echo,"Loading registry hive: [software]"[/codebox] also add these lines to the audioV3.script: [codebox]hive_load,HKU reg_add,0x7,"%reg%\Microsoft\Windows NT\CurrentVersion\Svchost","LocalSystemNetworkRestricted","hidserv","Netman","AudioEndpointBuilder","wlansvc" reg_add,0x7,"%reg%\Microsoft\Windows NT\CurrentVersion\Svchost","netsvcs","gpsvc","IKEEXT","AudioSrv","FastUserSwitchingCompatibility","Ias","Irmon","Nla","Ntmssvc","NWCWorkstation","Nwsapagent","Rasauto","Rasman","Remoteaccess","SENS","Sharedaccess","SRService","Tapisrv","Wmi","WmdmPmSp","TermService","wuauserv","BITS","ShellHWDetection","LogonHours","PCAudit","helpsvc","uploadmgr","sacsvr","ProfSvc","lanmanserver"
reg_add,0x7,"%reg%\Microsoft\Windows NT\CurrentVersion\Svchost","LocalServiceNetworkRestricted","DHCP","eventlog","AudioSrv","LmHosts"
hive_unload[/codebox]

#209 Roludao

Roludao

    Newbie

  • Members
  • 13 posts
  •  
    Puerto Rico

Posted 12 November 2009 - 08:09 PM

Thanks dera!!
I have a big process!!! :)
My speaker icon now is on and show me the properties, but still is not working!!
The services and Windows Audio / Endpoint are started!!
I don't find the Multimedia Class Scheduler...so I add registry and I get it!
But his not starting.... show me this "Error 1083: The executable program that this service is configured to run in does not implement the service."
I need the Multimedia Class Scheduler services??? if YES How to start then??? :)

Thanks for all help me!! I will to get the audio very soon!! heheheh


PS: Sorry for my bad english!! :drunk:

#210 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 12 November 2009 - 08:26 PM

I need the Multimedia Class Scheduler services???

i think no
at least for me with Sigmatel or Analog Devices there is sound without that services

i don't know Realtek
i can see on your screenshot you have 'X:\Program Files\Realtek'
but maybe the driver is not installed fully correctly
i mean maybe some realtek services is not installed correctly and not started?

#211 Roludao

Roludao

    Newbie

  • Members
  • 13 posts
  •  
    Puerto Rico

Posted 12 November 2009 - 09:08 PM

Hum...I see.
Well Please look my screenshot!
speaker_realtek_winpe.jpg

I think so close to work my sound!! :drunk:

#212 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 13 November 2009 - 12:03 PM

don't know why that error occures

i use my modded script:
http://www.mediafire.com/?lnzzujylqqw

i load my driver manually in the running PE from an unique folder
(e.g. adding a custom folder via '%BaseDir%\Custom\VistaPE-CAPI\audiodrivers')
using the command 'drvload.exe inf_path',
for the successful driver loading i also place these files next to my audio driver files:
ks.inf
ksfilter.inf
wdmaudio.inf
drmk.sys
drmkaud.sys
portcls.sys
SysFxUI.dll
WMALFXGFXDSP.dll

#213 Roludao

Roludao

    Newbie

  • Members
  • 13 posts
  •  
    Puerto Rico

Posted 13 November 2009 - 05:29 PM

Hum.. Theses files are dependency from Audio Driver Native Windows alright?
I installed Realtek Driver see below:
driver_audio_okay.jpg
One comment, I don't have the Explorer shell Ultimate V4, I need it?
If yes, can you send me please?

thanks!!!

#214 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 13 November 2009 - 05:35 PM

for me with Sigmatel and Analog Devices sound card
the script what i posted on mediafire.com
works alone,
i mean it does not need any additional script

#215 Roludao

Roludao

    Newbie

  • Members
  • 13 posts
  •  
    Puerto Rico

Posted 13 November 2009 - 05:41 PM

i mean it does not need any additional script

It can be because my driver it is HD!
Therefore it is not working! :drunk:

Please someone could send me Explorer shell Ultimate V4 script??
Thanks!!

#216 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 13 November 2009 - 09:20 PM

How dou you mean?

it is HD!

my audio cards definitely need the 'hdaudbus.sys' bus driver,
but seems it is already integrated in VistaPE
so for me no need to manually load this bus driver

maybe yours needs other drivers too (e.g. hdaudss.inf or hdaudio.inf and HdAudio.sys?)


@Ludovici
as remember right you have Realtek
what needed?

#217 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 13 November 2009 - 11:09 PM

Hum.. Theses files are dependency from Audio Driver Native Windows alright?

i don't understand exactly

in most of the audio driver's .inf i can see ks.inf,wdmaudio.inf mentioned,
so these ks.inf wdmaudio.inf and the files mentioned in wdmaudio.inf are needed to be present in the same folder next to the driver files
for successfully use the command 'drvload.exe path\xyz.inf' in the running PE

#218 NewBSOD

NewBSOD

    Member

  • Members
  • 49 posts
  •  
    Norway

Posted 14 November 2009 - 09:08 AM

Hum...I see.
Well Please look my screenshot!
speaker_realtek_winpe.jpg

I think so close to work my sound!! :drunk:


Hi.

Maybe try another directX script, I had exact same error with one directX script

#219 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 14 November 2009 - 10:04 AM

the script i posted at mediafire.com
for me works alone using an unmodded VistaPE CAPI - i mean i use the original vpeldr.exe and the scripts are not modified
(no need to add additional directx or side-by-side or Explorer shell Ultimate V4 scripts - sorry Roludao i have lost that script, maybe Ludovici can help , it is his script)

that script adds the directx files too, only adds the files, does not add registry entries,
the file list is from Max_Real Qnx's older directx script:
'xVPE DirectX 10.script' Version=14 'DirectX 10 rc1 For VistaPE' what is available here)

and for me that test works fine

anyone can confirm or disprove that script works or not?

#220 Roludao

Roludao

    Newbie

  • Members
  • 13 posts
  •  
    Puerto Rico

Posted 16 November 2009 - 07:37 PM

Thanks Dera, but It's not working!
I downloaded this script(xVPE DirectX 10.script) and I think that it is working well.
Directx Okay
SidebySide Okay
Explorer Okay
Driver Okay
Please look my screenshot below:
audio_realtek_vistape.jpg

Any Ideias?

#221 injsu8ss

injsu8ss
  • Members
  • 7 posts
  •  
    United States

Posted 13 July 2010 - 08:50 PM

Hi, the links to download your scripts lead to a page with a lot of scripts but yours are not found.
It would be a good idea to post the link directly so upon a click a download starts.

I am trying to find a way to make windows audio services started so i can add a sound drivers.

Hello Everybody :thumbup:

I have released a new series of capture of my DVD vista; if maybe somebody want my services, Control-Panel and add-files scripts for VistaPE (Tested on VistaPE v12)
Be lenient with my scripts, they are just Beta; If you want to modify it, No problem...
Be careful the Base Files Bis script is a very big script because it add a lot of Files in Sys32 & Sys32\languages...
That is my links for my scripts Control Panel Service Base Files Bis Wlan Audio
My pictures is here (Nuno, if you want move my pictures; No problem)

If You seen this picture, you can seen 486Mo on Icone Computer; it's release with 512Mo of FWBF Cache and my computer is a virtual machine of 1Go.

Posted Image

Pictures of my control Panel

Posted Image
Posted Image

Picture of my internet explorer

Posted Image
Posted Image
Release on VistaPE 12RC1 (Update Pack of Marcus Sebus different VPEloader only) + XPEnet + XPEjava + XPE patch + XPE Vmware all this scripts has been modified by me; they execute only on X:\Programs Files directory...



#222 PaPeuser

PaPeuser

    Silver Member

  • Advanced user
  • 787 posts
  •  
    United States

Posted 14 July 2010 - 06:18 PM

Hi, the links to download your scripts lead to a page with a lot of scripts but yours are not found.
It would be a good idea to post the link directly so upon a click a download starts.

I am trying to find a way to make windows audio services started so i can add a sound drivers.



If you are looking for a down load link for the ludovici project try down load link in this post :thumbup: :cheers:
Link to post

post 8 i think ludovici included changes in this updated package that are talked about in topic,,




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users