
easly89
MemberContent Type
Profiles
Forums
Events
Everything posted by easly89
-
[Help] Unattended Seven and WPI
easly89 replied to easly89's topic in Windows Post-Install Wizard (WPI)
oohhhh finally!!! Really i didn't find that page on the daemon page, really really THANK you ! Now i can burn my iso thank you guys, best forum i've been on so far pls close this post -
[Help] Unattended Seven and WPI
easly89 replied to easly89's topic in Windows Post-Install Wizard (WPI)
Thanks! I resolved the Vbox issue now is installing without any prompt now only Daemon Tools is left .. hope that someone can help with that Carlo -
[Help] Unattended Seven and WPI
easly89 replied to easly89's topic in Windows Post-Install Wizard (WPI)
I searched for Daemon Tools and VirtualBox in the entire forum, and as u point out, I didn't find anything usefull for my problem unfortunately infact both installation are good and completely silent, the problem lies on their "addons" (DT.gadget and USB Drivers) which Windows recognize as Unsecure and prompts for confirmation before install Sry for my english, if the problem i'm getting is still not clear i'll post some screens of what happens Carlo EDIT: here are my "problems" -
[Help] Unattended Seven and WPI
easly89 replied to easly89's topic in Windows Post-Install Wizard (WPI)
With my French version all is installed perfectly with the programs I've choosen! Return Code WPI = 0 (success)! I used /silent (for me its ok to install the entire suite ) Thanks anyway, it could be usefull for anyone else or for other ppl who has errors with other things with the "comma" For Daemon's gadget and Vbot USB Drivers any news? -
[Help] Unattended Seven and WPI
easly89 replied to easly89's topic in Windows Post-Install Wizard (WPI)
good to know, i was tight about to post again about that silent switch not working thanks really i still have problems with the install of Daemon Tools for the gadget and VirtualBox with the usb drivers if someone can help I appreciate Carlo -
[Help] Unattended Seven and WPI
easly89 replied to easly89's topic in Windows Post-Install Wizard (WPI)
Hello guys, thanks for the answers! Now i'm trying again my iso, we'll see if this will do -
[Help] Unattended Seven and WPI
easly89 replied to easly89's topic in Windows Post-Install Wizard (WPI)
well i'll try this then! thx for the answer, i'll report the results asap Carlo -
[Help] Unattended Seven and WPI
easly89 replied to easly89's topic in Windows Post-Install Wizard (WPI)
I want to start it after SetupComplete.cmd so exactly i want it to run the first time a user logs on to the computer and it does, but there is that cmd windows that stays there forever and i don't know how to get rid of it.. -
[Help] Unattended Seven and WPI
easly89 replied to easly89's topic in Windows Post-Install Wizard (WPI)
yes, the cmd itself is good (if i start it now it do what it has to do and when finishes it closes) maybe there is something wrong in the way i call to it in the autounattended.xml? -
[Help] Unattended Seven and WPI
easly89 replied to easly89's topic in Windows Post-Install Wizard (WPI)
Resolved The reboot after RunOnceEx works, so no more reboot, and no more BSODs so everything goes in th e right way now just some more things i can't get rid of - When the script of FirstLog.cmd is launched other then the WPI also a Command Windows will appear and the Win7 installation will not go on if i don't close Manually the window.. how can i get rid of this? - Daemon Tools asks to install the gadget, how can i avoid that screen? (there is an Open file security warning exactly) - VrtualBox still asks if I want to install USB Drivers (coz of the Signin Policy i suppose) how can i get rid of it? - Windows live essentials installs but only manually, what are the silent switches for this prog? (i have downloaded the standalone installer) thanks in advance for the answers, Carlo -
[Help] Unattended Seven and WPI
easly89 replied to easly89's topic in Windows Post-Install Wizard (WPI)
this autounattended was created by RT7 so i don't know i want to create a local account but i want to choose the name (this part is not automated i know ) anyway i've just removed the line in the autounattended but i'm issuing some BSOD in the vitualPC (weird.. never got them) so i''ve added it again and making a new iso, i'll try that and check if they are gone oh and i've added a reboot request in the runonceex so that before the desktop first load there is the reboot so ther will not be another request on first login.. hope to be right i'll let u know asap thx in advance for the answers Carlo -
[Help] Unattended Seven and WPI
easly89 replied to easly89's topic in Windows Post-Install Wizard (WPI)
i'll try i didn't got the thing of the "append".. what do you mean? -
[Help] Unattended Seven and WPI
easly89 replied to easly89's topic in Windows Post-Install Wizard (WPI)
here it is Autounattended.xml and in the code: <?xml version="1.0" encoding="utf-8"?> <!--This answer file generated by RT Seven Lite--> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SetupUILanguage> <UILanguage>it-IT</UILanguage> </SetupUILanguage> <InputLocale>0410:00000410</InputLocale> <UserLocale>it-IT</UserLocale> <UILanguage>it-IT</UILanguage> <SystemLocale>it-IT</SystemLocale> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <value>Windows 7 ULTIMATE</value> </MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> <UserData> <ProductKey> <Key>xxxxxxxx</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <Organization>Easly s.p.a.</Organization> <FullName>Carlo Ruggiero</FullName> <AcceptEula>true</AcceptEula> </UserData> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserAccounts> <LocalAccounts /> </UserAccounts> <OOBE> <NetworkLocation>Home</NetworkLocation> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>false</HideWirelessSetupInOOBE> <SkipMachineOOBE>false</SkipMachineOOBE> <SkipUserOOBE>false</SkipUserOOBE> </OOBE> <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> <TimeZone>W. Europe Standard Time</TimeZone> <StartPanelOff>true</StartPanelOff> <Display> <ColorDepth>32</ColorDepth> <RefreshRate>60</RefreshRate> </Display> <Themes> <WindowColor>Sky</WindowColor> </Themes> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>cmd /C start /wait %systemdrive%\APPSX64\FirstLog.cmd</CommandLine> <Description>FirstLogonScript</Description> <Order>1</Order> </SynchronousCommand> </FirstLogonCommands> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ComputerName>Admin-PC</ComputerName> <Themes> <WindowColor>Sky</WindowColor> </Themes> </component> <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipAutoActivation>true</SkipAutoActivation> </component> </settings> </unattend> -
[Help] Unattended Seven and WPI
easly89 replied to easly89's topic in Windows Post-Install Wizard (WPI)
the request of reboot comes from win7, because it just pops out before WPI starts.. anyway in the wpi option this one is disabled (not checked!) -
[Help] Unattended Seven and WPI
easly89 replied to easly89's topic in Windows Post-Install Wizard (WPI)
thats what i've doen and now its all good the only thing to take care of is the request of reboot Thanks for your answer, Carlo -
[Help] Unattended Seven and WPI
easly89 replied to easly89's topic in Windows Post-Install Wizard (WPI)
Ok guys i made it... well an half way at least xD So thats what i've done.. I added the WPI to the FirstLogon of windows so now it is starting after the first desktop load and installs everything in the right way (shortcuts included!) so i'm really happy but there are some things i don't like: at first logon Windows ask for reboot, there is a way to disable this thing? Virtuabox, installs silently but when its time to install the Virtual Drivers Adapters it asks for a confirmation, is there a way to avoid this? thx in advance for the support, Carlo ps. really sry for my bad english, i'm too excited to check if everything is written right xD -
[Help] Unattended Seven and WPI
easly89 replied to easly89's topic in Windows Post-Install Wizard (WPI)
here i'm again, sadly with a bad news I did not solved the problem As i said before, the programs just installs perfectly, but their Shortcuts in the Programs Menu (and/or the desktop) are absent! Well, i've done what u asked me to and unfortunately the problem is still there.. i'll wait for other answers, thx again Carlo EDIT: Just to be complete: All those programs just Installs good and if I install them without the silent switch i find their shortcut in the program menu hope this can help EDIT2: Now i'm trying to integrate WPI into win7 letting it install the programs after the Desktop load, we'll see if this work.. EDIT3: Well i've learned something more indeed xD Just activeting the checkbox inside the option of WPI is not enough to make ti start after desktop load.. >.< So, if this can solve the problem, can pls someone tell me how to make WPI start after desktop load? (optionally after the first restart, because the computer must be restart at first startup!) thx in advance, Carlo -
[Help] Unattended Seven and WPI
easly89 replied to easly89's topic in Windows Post-Install Wizard (WPI)
Well, i've done it now so i suppose to be on the right way to the solution now i'm at the university so i can't try, i'll do later when i'll be back home thanks all for the support, Carlo -
[Help] Unattended Seven and WPI
easly89 replied to easly89's topic in Windows Post-Install Wizard (WPI)
i suppose u're right! i'll try that asap! but do I have to set x64 for all programs? Carlo -
[Help] Unattended Seven and WPI
easly89 replied to easly89's topic in Windows Post-Install Wizard (WPI)
tbh I simply have redone the config with the WPI Configurator Tool, so it added the quotes, so now i'll check if it work. (Anyway i suppose that quotes are usefull only if the pathto the install dir has white spaces or special characters.. we'll see) i'm busy for 1 hour more so don't expect me to write any news about this too soon (i'm working also if i'm at home >_<) i'll post result asap, thx for answer, Carlo EDIT: Here i'm after the try.. and i'm not happy as i would be The problem still persists (those programs Installs but there is no shortcuts in Start/Programs menu (and it makes difficult to start them..) in addition, i've included some other programs Flash Player (which doesn't recognize the /S switch) and VirtualBox (which asks me if I want to install the Virtual USB driver (and i think that it should not ask.. because it must be a silent install!) thanks in advance for any answer, Carlo EDIT2: Just found some switches for VirtualBox and FlashPlayer on AppDeploy, hope that this will work now! for the other i still have no clue unfortunately -
[Help] Unattended Seven and WPI
easly89 replied to easly89's topic in Windows Post-Install Wizard (WPI)
the file is working for me.. i'll try to reupload when i'll come back home.. Anyway i've tried to add the quotes, i'll try the installation then report the result thanks again for the support, Carlo EDIT: I've reuploaed the Config.js (this is the modified one, with the quotes) you can take it from here: config.js I've not tried yet my iso, but i will soon! Another question (related to a program i bought): how can I insert my Serial and Personal Data in the registry for HDTune Pro? (I did it with TuneUp but i don't know how to do this with hdtune) I want to clarify that I have a license for this program and i just want to automate Also this part of the installation thanks in advance, Carlo -
[Help] Unattended Seven and WPI
easly89 replied to easly89's topic in Windows Post-Install Wizard (WPI)
So, thanks again This are the programs that causes the problems: ImgBurn, MSI AfterBurner, LinX, CCleaner, EVGA Precision and DriverDetective There is not any particular installer, they are the default you can find on the respective sites, and using the Universal Silent Switch Finder i got the switches.. Anyway i've uploaded the installers i'm using (and also the entire config.jsr of WPI), so you (and anyone who wants) can download the installers and check whats wrong. All this software is freeware, so i hope i don't brake any rule of the forum doing this, if so please tell me i'll correct my error! Follows the codes lines of WPI with the progs and silent switches: MSI Afterburner - >Installer< prog[pn]=['MSI Afterburner']; uid[pn]=['0020']; dflt[pn]=['no']; forc[pn]=['no']; bit64[pn]=['no']; cat[pn]=['Overclock']; cmds[pn]=['%wpipath%\\Install\\0020_msiaft.exe /S']; pn++; LinX - >Installer< prog[pn]=['--- LinX ---']; uid[pn]=['0022']; dflt[pn]=['yes']; forc[pn]=['no']; bit64[pn]=['no']; cat[pn]=['Test']; cmds[pn]=['%wpipath%\\Install\\0022_linx.exe /S']; pn++; ImgBurn - >Installer< prog[pn]=['--- ImgBurn ---']; uid[pn]=['0031']; dflt[pn]=['yes']; forc[pn]=['no']; bit64[pn]=['no']; cat[pn]=['Burning']; cmds[pn]=['%wpipath%\\Install\\0031_imgburn.exe /S']; pn++; DriverDetective - >Installer< prog[pn]=['--- DriverDetective ---']; uid[pn]=['0008']; dflt[pn]=['yes']; forc[pn]=['no']; bit64[pn]=['no']; cat[pn]=['Utility']; cmds[pn]=['%wpipath%\\Install\\0008_driverdetective.exe /S /A /V"/qn"']; pn++; EVGA Precision - >Installer< prog[pn]=['--- EVGA Precision ---']; uid[pn]=['0019']; dflt[pn]=['yes']; forc[pn]=['no']; bit64[pn]=['no']; cat[pn]=['Overclock']; cmds[pn]=['%wpipath%\\Install\\0019_evga.exe /S']; pn++; CCleaner - >Installer< prog[pn]=['--- CCleaner ---']; uid[pn]=['0009']; dflt[pn]=['yes']; forc[pn]=['no']; bit64[pn]=['no']; cat[pn]=['Utility']; cmds[pn]=['%wpipath%\\Install\\0009_ccleaner.exe /S']; pn++; Wpi Config.jsr Thats all! For what concerns the drivers i added the mass storage to boot, and added also them as a clear install (they will be putted in a folder where windows searchs for drivers by default so i think its good ) waiting for answers, thanks again! Carlo -
[Help] Unattended Seven and WPI
easly89 replied to easly89's topic in Windows Post-Install Wizard (WPI)
Hi ricktendo64 and thank you for the answer, I appreciate! As far as i have understood it seems that is possible to integrate drivers into the boot.wim/install.wim images or to simply put them on the iso (correct me if I'm wrong please). So, I'll integrate my mass storage drivers into the boot, and probably put the other as "NOT" integrated (clear thing i was speaking of in 1st post) I'm happy to understand that XPMode will run flawlessly in a non-virtual computer The only thing i cannot solv is the one of that programs.. so i'll still wait for someone who can help me thx in advance for any answer, Carlo -
Hello guys! I'm working on an unattended installation of Windows 7 for my computer, and I wanted to ask you some things that are not clear enough for me.. so here i go! 1) How can I integrate Drivers? (I'm using RT7lite to integrare the drivers in the iso but in the selection screen it asks if i want to integrate them as clear/boot/install and I don't know which one to select..) 2) Integrating Drivers from DriverPack do I need to integrate any others? (I should not right?) 3) I've got 3 updates in ".cab" format and i'm not able to integrate them, how can I do? For what concerns the thirdy part Programs i'm using WPI, but i've some difficulty here too.. 1) I've some programs, "silenced" with the propers switch that installs correctly but do not show any link in the "Start\Programs" menu, why? (These are the programs: ImgBurn, MSI AfterBurner, LinX, CCleaner, EVGA Precision e DriverDetective) 2) If I try to install XPmode (as it is written on the microsoft site, so XPMODE first then VirtualMachine then the Update), After the first reboot it does not finish the installation.. can be this a problem caused by the fact that i'm running the OS on a virtual machine? its all for now (i hope >.<).. sry for my bad english waiting for your answers Cordially, Carlo