
cloferba
MemberContent Type
Profiles
Forums
Events
Everything posted by cloferba
-
Unlocker 1.90 silent install script for Windows
cloferba replied to Rico.JohnnY's topic in Application Installs
emmm i cant understand what does this script? it creates a silent installer based on your files? -
issue when i create a w7 aio
cloferba replied to cloferba's topic in Unattended Windows 7/Server 2008R2
solved the problem was the "´s bad tutorial -
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
-
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
-
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..
-
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?
-
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?
-
Avira Setup Creator - for Avira Antivir Personal v10
cloferba replied to cyberyeye's topic in Application Installs
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) -
UpxGui, Graphical frontend for the upx compressor.
cloferba replied to damian666's topic in Software Hangout
the link doesnt work -
looking for same thing!! which is the command to avoid gadget installation?
-
cant find TUM51.tmp file :S where is tuneup .msi setup?? im on windows7
-
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
-
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
-
i want to edit this text: which is the dll file i have to modify?
-
i really dont believe that "dexter" has made this applicattion...it seems too professional, and he doesnt distribute it to the public
-
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?
-
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?
-
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
-
Let the user choose the Win7 edition ...
cloferba replied to midiboy's topic in Unattended Windows 7/Server 2008R2
that url doesnt work i hope to see this thread continuing -
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??