Jump to content

cloferba

Member
  • Posts

    113
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Argentina

Everything posted by cloferba

  1. emmm i cant understand what does this script? it creates a silent installer based on your files?
  2. i dont know why when i insert the following commands imagex /export D:\AIO\WIMs\Win64.wim 4 D:\AIO\DVD\sources\install.wim “Windows 7 HOMEBASIC (x64)” i recieve this: i have been followin the steps of this tutorial http://www.windowsvalley.com/create-windows-7-aio-all-in-one-dvd-or-merge-all-editions-of-windows-7-in-single-dvd/ but it is not working the images of my win7 64bits are not exported to my win7 32bits image
  3. and can i unattended using rt windows lite? i mean...lots of programs to make unattended windows 7 ask first for a version to be silent installed with this...the only thing it do is merge lot of versions of w7 in one dvd...but how about to unnatended them? have you tried that? thank you very much for the help
  4. well...i dont understand this step: so..i dont see WHEN im going to need it...on next steps, the author doesnt uses the INDEX NOS on any command or something..
  5. i have seen different versions of windows 7 of 32b and 64b on one DVD.... how can they do that? i have found this: http://www.windowsvalley.com/create-windows-7-aio-all-in-one-dvd-or-merge-all-editions-of-windows-7-in-single-dvd/ but the people have commented that they couldnt did it.... so...what about you guys? do you know an easy way to burn both versions of windows7 (32b and 64b) on a single DVD?
  6. so which is the problem? so many users are requesting a new verrsion of rt seven lite after sp1 was released
  7. so, i cant make an unnatended windows 7 with sp1 integrated by msdn? when will last version be released?
  8. for me it doesnt work... the process avgui.exe doesnt exist...so i think it will never close have you tried that with last version of avg free?
  9. i have found a bug: If an user choose spanish installation...and he set Install start menu icon BUT NO DESKTOP ICON..the setup doesnt work ok (it shows an 7zip error..file missing i think). but if user choose to create the 2 shorcuts..the setups work fine. (i have tryied many times this...and it occurs the same)
  10. looking for same thing!! which is the command to avoid gadget installation?
  11. cant find TUM51.tmp file :S where is tuneup .msi setup?? im on windows7
  12. well..i have tried on many ways but when %CDROM%\1.EXE doesnt exist, the cmd doesnt continue with the script execution (2.exe) and the cmd is closed if 1.exe exist, the cmd works excelent could be that "if" parameter is bad written? (i also have tried Yzöwl commands): IF EXIST "%CDROM%\1.EXE" (START "" /WAIT "%CDROM%\1.EXE") "C:\2.EXE" and then if exist... else... if no exist... goto... &&... but no way PD: if i have %cdrom% on a pendrive..or hard disk..all works fine, the problem is when %cdrom% is a cdrom or a dvd
  13. sorry guys for a late reply...my pc was infected with virus i have tried to make this run on Windows7, but it doesnt work i still having problem with this: IF EXIST "%CDROM%\1.exe" RUN /wait "%CDROM%\1.exe" ELSE RUN /wait "%CDROM%\2.exe" EXIT so..following Yzöwl instructions, i have tried this: if exist "%CDROM%\1.exe" (Start /wait "%CDROM%\1.exe") run "C:\2.exe" ELSE (run "C:\2.exe") exit i have replaced shutdown command for 2.exe application...but there is no way to run this cmd ok on W7! dont know why! need help
  14. i want to edit this text: which is the dll file i have to modify?
  15. i really dont believe that "dexter" has made this applicattion...it seems too professional, and he doesnt distribute it to the public
  16. http://pia.windowstitan.com/screenshots.html it is amazing! i want to replace my WPI with this application to show a menu to install my programs! does anybody knows which is the name of this assistant?
  17. hi guys! im needing a batch that can detect if there is a pendrive on the pc, and if it is connected, launch an application. i will explain my idea: after install my unattended w7, (and disable uac), i need to detect if there is a pendrive... if a pendrive is connected to the pc, launch wpi.exe on the root of the pendrive. if there isnt any removable store device on the pc, then execute wpi.exe on %cdrom%. any help?
  18. with this it should work SHUTDOWN -r -f -t 01 thank you very much other question: if exist "%CDROM%\Autowpi.exe" (Start /wait "%CDROM%\Autowpi.exe")ELSE (SHUTDOWN -r -f -t 01) exit after execute autowpi.exe i need to run other application, so how can specify that? this is what i have tried but it doesnt work: if exist "%CDROM%\Autowpi.exe" (Start /wait "%CDROM%\Autowpi.exe") run "C:\application.exe" ELSE (SHUTDOWN -r -f -t 01) exit
  19. thank you very mthis message appears: "Windows is going to be restart" is any way to hide this and restart?
  20. im trying to get this bach work, but i cant! it is very simple, but i have problems with the syntaxis: IF EXIST "C:\1.exe" RUN /wait "C:\1.exe" ELSE shutdown -r EXIT the shutdown -r is for reboot the pc if the file doesnt exist anyone can help me?
  21. hello! its any way to hide this assistant after install my unattended W7?
  22. that url doesnt work i hope to see this thread continuing
  23. i have tryied many many times to slipstream all updates of windows7 on a dvd...and made this dream possible: Slipstream updates Delete ei.cfg to enable the window to select which version i want to install Reboot and select some version of windows7 to install Check the version i have installed and have all the updates i have slipstream how can i do that? at the moment, i have tryied the first 3 points...but the problem i have is, if i slipstream updates for home edition, when i try to install ultimate edition it shows i havent slipstream any updates =( why??
×
×
  • Create New...