MSFN Forum: How to add WPI to a Windows CD\DVD! - MSFN Forum

Jump to content


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

How to add WPI to a Windows CD\DVD! Rate Topic: -----

#21 User is offline   shahedsalehi 

  • Group: Members
  • Posts: 2
  • Joined: 09-February 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 10 February 2012 - 12:11 PM

Hi
I want to run wpi before desktop loads i disable the check box again it loads after desktop loads
i want to run when windows is finalizing setup
Windows 7 ultimate 32bit

This post has been edited by shahedsalehi: 10 February 2012 - 12:12 PM



#22 User is offline   alfreire 

  • Member
  • PipPip
  • Group: Members
  • Posts: 120
  • Joined: 07-August 11
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 13 June 2012 - 02:52 PM

Hello... after much searching, I found script (don't remember where) to avoid message "There is not disk in drive" when there is a memory reader in PC... I test it and work perfect...
It's this:
@ECHO OFF
SETLOCAL
(SET DRIVE=)
FOR /F "USEBACKQ TOKENS=2 DELIMS==" %%# IN (`WMIC DATAFILE WHERE^
 "PATH='\\WPI\\' AND FILENAME='WPI' AND EXTENSION='exe'"^
 GET Name /VALUE^|FIND "="`) DO SET "DRIVE=%%~d#"&SET "FPATH=%%#"

START "" "%DRIVE%\WPI\WPI.exe"
exit

Attached Setupcomplete.cmd

Regards... ;-)

Attached File(s)


This post has been edited by alfreire: 14 June 2012 - 04:21 PM


#23 User is online   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,386
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 20 June 2012 - 01:05 PM

Many thanks for this tip! ;)

#24 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 11,431
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 20 June 2012 - 01:47 PM

View Postalfreire, on 13 June 2012 - 02:52 PM, said:

Hello... after much searching, I found script (don't remember where)


No prob, I do ;), here:
http://www.msfn.org/...on-the-cd-roms/

jaclaz

This post has been edited by jaclaz: 20 June 2012 - 01:47 PM


#25 User is offline   alfreire 

  • Member
  • PipPip
  • Group: Members
  • Posts: 120
  • Joined: 07-August 11
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 20 June 2012 - 02:53 PM

View Postjaclaz, on 20 June 2012 - 01:47 PM, said:

View Postalfreire, on 13 June 2012 - 02:52 PM, said:

Hello... after much searching, I found script (don't remember where)


No prob, I do ;), here:
http://www.msfn.org/...on-the-cd-roms/

jaclaz

Yes... thank's to you, Outbreaker and all members who participated in the post... For some time I found it and could not remember where...
Regards... ;-)

This post has been edited by alfreire: 20 June 2012 - 02:54 PM


#26 User is offline   submix8c 

  • Inconceivable!
  • Group: Patrons
  • Posts: 3,241
  • Joined: 14-September 05
  • OS:none specified
  • Country: Country Flag

Posted 20 June 2012 - 03:09 PM

This is fine unless it's on ANY accessible drive with WPI.EXE in the EXACT position/folder.

Better to find a VERY unique filename first then hard-set the Path... UBCD98SE (don't bother looking for it) used a VBS to find "Ready" CD-ROM types (ONLY) to ensure that it was a (obviously) Ready CD-ROM...AND...the File in question existed.

Just my $.02...

This post has been edited by submix8c: 20 June 2012 - 03:15 PM


#27 User is offline   waqas1323 

  • Group: Members
  • Posts: 1
  • Joined: 29-June 12
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 07 September 2012 - 02:17 AM

source.rar is not access-able plz re-upload it.

#28 User is online   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,386
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 07 September 2012 - 02:28 AM

View Postwaqas1323, on 07 September 2012 - 02:17 AM, said:

source.rar is not access-able plz re-upload it.

You can download reading the manual or here:

http://www.wpiw.net/downloads/Sources.rar


But it's for Windows Vista, Server 2008 and Windows 7 !

Cheers

This post has been edited by myselfidem: 07 September 2012 - 02:35 AM


#29 User is offline   spamking98 

  • Group: Members
  • Posts: 3
  • Joined: 19-January 13
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 26 January 2013 - 01:39 AM

View PostKelsenellenelvian, on 05 January 2011 - 01:24 AM, said:

Windows Vista\7 Disks

Download http://www.wpiw.net/...ads/Sources.rar

Extract to copied Windows source, yes you will need to overwrite\ad to the existing sources folder

Add WPI folder to the root.

Remake Windows ISO using your favorite method.


Hi, I really appreciate this program unfortunately I am really new to this, so can I just add this new sources folder to the existing one on the windows 7 copied installation folder? or can I just copy the Setupcomplete.cmd script to the sources folder on the copied windows 7 installation folder?

Thanks!!

#30 User is online   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,386
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 26 January 2013 - 03:37 AM

Option 1:
------------

1 - Download and extract the folder Sources.rar
2 - Inside Sources, copy $oem$ inside your Distribution folder: C:\%Distribution_Folder%\sources\$oem$

3 - Using WPI: Add inside Options | Features :

Check: Load desktop before installation starts


Option 2:
-----------

Simply add inside Autounattend.xml file:

<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <FirstLogonCommands>
                <SynchronousCommand wcm:action="add">
                    <Order>1</Order>
                    <Description>Installation des applications avec WPI</Description>
                    <CommandLine>cmd /c for %i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %i:\wpi\wpi.exe start %i:\wpi\wpi.exe</CommandLine>
                    <RequiresUserInput>false</RequiresUserInput>
                </SynchronousCommand>
            </FirstLogonCommands>



Check: Load desktop before installation starts

*Edit: Strange member name you choosen: spamking98(but why not ?)

This post has been edited by myselfidem: 26 January 2013 - 07:33 AM


#31 User is offline   spamking98 

  • Group: Members
  • Posts: 3
  • Joined: 19-January 13
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 26 January 2013 - 10:27 AM

View Postmyselfidem, on 26 January 2013 - 03:37 AM, said:

Option 1:
------------

1 - Download and extract the folder Sources.rar
2 - Inside Sources, copy $oem$ inside your Distribution folder: C:\%Distribution_Folder%\sources\$oem$

3 - Using WPI: Add inside Options | Features :

Check: Load desktop before installation starts


Option 2:
-----------

Simply add inside Autounattend.xml file:

<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <FirstLogonCommands>
                <SynchronousCommand wcm:action="add">
                    <Order>1</Order>
                    <Description>Installation des applications avec WPI</Description>
                    <CommandLine>cmd /c for %i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %i:\wpi\wpi.exe start %i:\wpi\wpi.exe</CommandLine>
                    <RequiresUserInput>false</RequiresUserInput>
                </SynchronousCommand>
            </FirstLogonCommands>



Check: Load desktop before installation starts

*Edit: Strange member name you choosen: spamking98(but why not ?)


Hi, I cant find the distribution folder in the copied windows 7 installation cd? when I open it the copied cd I see boot, efi, langpacks, sources, support, upgrade, and the WPI folder that I copied to the root of the installation folder. When I open the sources folder I see $OEM$ folder, is this where I should copy the downloaded sources folder? thanks in advance

#32 User is online   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,386
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 26 January 2013 - 11:25 AM

The %Distribution_Folder% is the folder name you given and where all Windows 7 files will be copied.

Example: C:\Win7_SP1

Copy the folder $oem$ (extracted from Sources.rar) inside C:\Win7_SP1\sources\

Copy WPI folder on C:\Win7_SP1\ and launch WPI.exe to cutomize your silent installations!

That's done!

This post has been edited by myselfidem: 26 January 2013 - 11:45 AM


#33 User is offline   spamking98 

  • Group: Members
  • Posts: 3
  • Joined: 19-January 13
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 26 January 2013 - 12:32 PM

View Postmyselfidem, on 26 January 2013 - 11:25 AM, said:

The %Distribution_Folder% is the folder name you given and where all Windows 7 files will be copied.

Example: C:\Win7_SP1

Copy the folder $oem$ (extracted from Sources.rar) inside C:\Win7_SP1\sources\

Copy WPI folder on C:\Win7_SP1\ and launch WPI.exe to cutomize your silent installations!

That's done!



Thank You so much , thats what I thought it was, excuse my neewbishness, Im still learning, this is really a great program!! Better than nlite!! Do you plan on adding an option to add drivers to a windows 7 installation? I would love to see that!! I currently use DISM to add drivers...

#34 User is online   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,386
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 26 January 2013 - 12:46 PM

You are welcome! :)

About drivers integration you will find help also here using Windows 7:

http://www.msfn.org/board/topic/152813-how-to-create-an-oem-folder/


You can also use WPI to add some specific drivers but it's needed to work a little using SFX files !

Example:

Scan3970.txt
;!@Install@!UTF-8!
; Mode silencieux pour HP Scanjet3970 series x86
GUIMode="2"
RunProgram="hidcon:cmd /c xcopy \"%%T\\*.*\" %SYSTEMDRIVE%\\Drivers\\Scanjet\\ /s /e /i /y"
RunProgram="%SYSTEMDRIVE%\\Drivers\\Scanjet\\DPInst32.exe /SW"
;!@InstallEnd@!



Help inside the sub-forum:
http://www.msfn.org/...dule-and-tools/

Enjoy !

This post has been edited by myselfidem: 26 January 2013 - 12:46 PM


#35 User is online   tolios1313 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 19-December 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted Yesterday, 09:31 AM

what use for windows 7 ???? setupcomplete ?????

#36 User is online   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,386
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted Yesterday, 03:28 PM

Help from post #30

Cheers

#37 User is online   tolios1313 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 19-December 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted Yesterday, 03:39 PM

who can help me with teamviwer i dont know how work that ?? :'(

Share this topic:


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

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy