RISult - Integrating RIS + RyanVM/BTS packs Version 1.1.7
#51
Posted 15 March 2006 - 03:48 PM
I have tried an install on two different pcs Fulji seimens & a Dell GX520 on the same 17" dell tft monitor.
The Fuji installs fine & the plug & play for the monitor dosent come up. When I do a ris install now on a gx520 the part to search the web for drivers apears. you can select to not look on the web then force it to search & then it installs plug & play drivers for the monitor.
The problem seems to occur on what VGA/Display adapter you have in the PC & not with the actual monitor. The GX520 has an intel display adapter.cannot give details of the exact one at present.
Does anyone have a solution to get round this issue as its anoying when you have to put input in on an unattended install..
#52
Posted 16 March 2006 - 03:01 AM
I would do a build with only RyanVM Update pack integrated (presuming you're using RyanVM packs!) to check if the issue is related to this - as I've certainly heard of this happening outside of RIS (and therefore do not think it is specific to either RIS or RISult).
If you're not using the RVM pack then then try leaving out the BTS packs too.
Let me know how it goes.
Cheers,
Andy
#53
Posted 16 March 2006 - 04:53 AM
#54
Posted 16 March 2006 - 04:56 AM
I'd have a look at this topic over at Ryan's forums:
http://www.ryanvm.net/forum/viewtopic.php?...ug+play+monitor
It *may* be something you need to take up over there.
Cheers,
Andy
#55
Posted 17 March 2006 - 06:29 AM
Ryan said he would add the update in 2.0.4 which i am using but I still have the problem.
can anyone confirm this update was added to 2.0.4?
#56
Posted 17 March 2006 - 10:21 AM
my build is risult 2.0.4 latest ryan & BTS..
when my machine install s complete C:\D were the bts drivers are held still remains. for some reason the directory is not deleted. it apears as if the guirunonce is not running & the bts cleenup.cmd is not running.
any ideas?
this is what is put into the sif file when RIsULT runs..
[GUIRunOnce]
command9 = "%SystemDrive%\D\BTS_DPs_finish.cmd"
command10 = "%SYSTEMDRIVE%\TEMP\BTS_DPs_cleanup.cmd"
would a runonceEX.cmd run from cmdlines.txt be effecting these commands running.?
#57
Posted 17 March 2006 - 10:55 AM
I've seen this problem myself - and not just with RIS/RISult. It has been mentioned on the BTS forums. My solution is that I add an extra:
command11=cleanup.cmd
to the [GUIRunOnce] section of the SIF file. The cleanup.cmd I create just deletes the "%SystemDrive%\D" folder.
This works for me.
Sorry I can't be more specific.
Cheers,
Andy
#58
Posted 18 March 2006 - 11:02 AM
I think I will add this cleanup to my cleanup commands in my cleanup.cmd which runs after my runoncex.cmd..
#59
Posted 18 March 2006 - 12:13 PM
Yes - you are right. On checking, my cleanup.cmd deletes that folder also.
Cheers,
Andy
#60
Posted 21 March 2006 - 03:24 AM
RISult v1.1.6 now available.
Didn't quite finish the necessary work in RISult 1.1.5 to get it working with DP Base 6.03.4.
Now fixed.
Cheers,
Andy
This post has been edited by Fencer128: 21 March 2006 - 03:48 AM
#61
Posted 22 March 2006 - 08:20 AM
#62
Posted 22 March 2006 - 08:33 AM
I haven't made any changes to the part concerned with cleanups. I figured that the only way of doing this is to include a cleanup.cmd with the RISult.zip file and add a line to the code to add the following to ristndrd.sif:
[GUIRunOnce] command11 = cleanup.cmd
Where cleanup.cmd contains:
@echo off TITLE Unattended Windows XP Service Pack 2 Setup echo Finalising installation and cleaning up hard disk del "%systemdrive%\temp\BTS_DPs_cleanup.cmd" /q rd "%systemdrive%\D" /s /q shutdown -r -t 60 -c "Computer will now reboot to complete installation"
For the last while I've thought that it should be down to Bashrat to deal with this, and that the C++ version of the DP base may indeed do this.
In the meantime I suggest you keep using cleanup.cmd. If I have time soon I will possibly add it to the pack in the way described above.
Cheers,
Andy
PS - Does anyone else think that cleanup.cmd should be included?
This post has been edited by Fencer128: 22 March 2006 - 08:34 AM
#63
Posted 24 March 2006 - 05:37 AM
I've just released a new version of RISult. Some fairly big changes in this one
Quote
New features/bug fixes:
- Added support for "BTS_DriverPacks_BASE_Vxxx.exe" extraction and automatic execution of "DriverPacks_Slipstreamer_Vxxx.cmd" for method 2.
- Included folder structure in RISult.zip file to remove need to create structure manually.
- Included most text-mode Ethernet drivers (Broadcom, Intel, Marvell and Realtek cards/on-board chipset).
- Added ability to run custom script to modify "BTS_DriverPacks_finish.cmd" before slipstream.
- Included sample "btscustom.cmd" to disable ATI CCC via edit of "BTS_DriverPacks_finish.cmd".
- Included "Cleanup.cmd" to aid clearing of temp files after build completes.
- Included "Fedit.exe" necessary for BTS file manipulation (Thanks to djbe on MSFN forums).
- Included "7z.exe" necessary for BTS file extraction (Please see CREDITS section at end of RISult batch file and RISult_Instructions.txt).
- Updated variables pointing to RyanVM files to use latest file names.
- Updated enclosed documentation.
Upshot of all of this is that you now no longer need to manually run BTS_DriverPacks_BASE_Vxxx.exe everytime a new version is released or you want to change your driver pack collection. Just drop the new exe in one folder and/or the DPs in another and re-run RISult
Also, the whole file structure is now included within RISult.zip. Just extract to the root of C: and copy your files into the appropriate folders.
I've also followed RogueSpears' lead and included text-mode drivers for Broadcom, Intel, Marvell and Realtek so that you can use RIS with these NICs (files are automatically added to your image).
I've added a "btscustom.cmd" that you can choose to use (it doesn't run by default). Currently it alters BTS files so that ATI's CCC applet (the one that requires .NET FW 1.1) doesn't install.
By request I've included a "Cleanup.cmd" that runs at first logon and deletes any TEMP remnants (such as the "D" folder) that are sometimes present due to BTS processes.
Documentation and file names have been updated. Please be sure to re-read them before running RISult.
Thanks especially go out to djbe for allowing me to include Fedit.exe with this version.
Have Fun
Andy
PS - There will be a bit of a feature freeze from this point on. Bug fixes only, as I'm currently re-writing RISult to use VB and have a GUI interface.
This post has been edited by Fencer128: 24 March 2006 - 07:46 AM
#64
Posted 27 March 2006 - 01:37 AM
Last thing
Changed included Intel drivers to RIS specific versions now that they are available.
Cheers,
Andy
#65
Posted 13 April 2006 - 10:42 AM
Just 1 questiion.
Why does it disable the local admin account. Can I change a setting so this doesn't happen?
#66
Posted 13 April 2006 - 11:32 AM
I've not noticed this behaviour - are you sure it's down to RISult? Could you post some more details (how you make your build, your SIF file, etc).
Please make sure to remove any licence keys, names, etc.
Cheers,
Andy
#67
Posted 13 April 2006 - 12:20 PM
Thanks
Attached File(s)
-
CMDLINES.TXT (33bytes)
Number of downloads: 63 -
HKCU.reg (3.57K)
Number of downloads: 43 -
HKLM.reg (1.73K)
Number of downloads: 42 -
RISult.cmd (66.82K)
Number of downloads: 88 -
SP2.SIF (2.65K)
Number of downloads: 47
#68
Posted 13 April 2006 - 01:02 PM
Thanks
#69
Posted 20 April 2006 - 02:27 PM
Cheers very much
#70
Posted 20 April 2006 - 03:06 PM
In the "Images" folder on your RIS server you will need to create a new folder if you haven't already done so (e.g. "My_Build").
Inside this folder you should place the i386 and $OEM$ folders from the "RIS_Install" folder on the machine hosting RISult.
I suggest that you have a read on Microsoft's site concerning RIS and RISETUP if you're unfamiliar with them, as there's a fair amount to learn outside of RISult.
Good luck,
Andy
This post has been edited by Fencer128: 20 April 2006 - 03:07 PM
- ← RIS. Windows XP Pro w/SP2 and Intel Mass Storage Drivers issue
- Unattended RIS Installation
- RIS client asking for bizarre file →



Help


Back to top








