Content Type
Profiles
Forums
Events
Everything posted by ricktendo
-
Can you send me a PM on how to make it unattended?.I have also removed the x64 stuff but its still ~500MB.Would be nice to remove even more from there.Stupid help files,PE and so on... Its easy, in LaunchCondition delete UILevel - 5 and this will allow you to use /q[n|b|r|f] switches Windows ® Installer. V 4.5.6001.22162 msiexec /Option <Required Parameter> [Optional Parameter] Install Options </package | /i> <Product.msi> Installs or configures a product /a <Product.msi> Administrative install - Installs a product on the network /j<u|m> <Product.msi> [/t <Transform List>] [/g <Language ID>] Advertises a product - m to all users, u to current user </uninstall | /x> <Product.msi | ProductCode> Uninstalls the product Display Options /quiet Quiet mode, no user interaction /passive Unattended mode - progress bar only /q[n|b|r|f] Sets user interface level n - No UI b - Basic UI r - Reduced UI f - Full UI (default) /help Help information Restart Options /norestart Do not restart after the installation is complete /promptrestart Prompts the user for restart if necessary /forcerestart Always restart the computer after installation Logging Options /l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] <LogFile> i - Status messages w - Nonfatal warnings e - All error messages a - Start up of actions r - Action-specific records u - User requests c - Initial UI parameters m - Out-of-memory or fatal exit information o - Out-of-disk-space messages p - Terminal properties v - Verbose output x - Extra debugging information + - Append to existing log file ! - Flush each line to the log * - Log all information, except for v and x options /log <LogFile> Equivalent of /l* <LogFile> Update Options /update <Update1.msp>[;Update2.msp] Applies update(s) /uninstall <PatchCodeGuid>[;Update2.msp] /package <Product.msi | ProductCode> Remove update(s) for a product Repair Options /f[p|e|c|m|s|o|d|a|u|v] <Product.msi | ProductCode> Repairs a product p - only if file is missing o - if file is missing or an older version is installed (default) e - if file is missing or an equal or older version is installed d - if file is missing or a different version is installed c - if file is missing or checksum does not match the calculated value a - forces all files to be reinstalled u - all required user-specific registry entries (default) m - all required computer-specific registry entries (default) s - all existing shortcuts (default) v - runs from source and recaches local package Setting Public Properties [PROPERTY=PropertyValue] Consult the Windows ® Installer SDK for additional documentation on the command line syntax. Copyright © Microsoft Corporation. All rights reserved. Portions of this software are based in part on the work of the Independent JPEG Group. To compress you installer more efficiently you should do a administrative install of it. With universal extractor its easy, just right click on the edited wailx86.msi and choose one of the extract options and then choose a administrative install method Now you can make your 7zip sfx, mine is 235 MB without the x64 stuff BTW its 526 MB uncompressed 235 compressed
-
What happens if I don't install 1.2 beta over 1.1.6 and just do a clean install of 1.2?EDIT: OH nm I think I understand now, if you install 1.2 over 1.1.6 you will not need waik
-
I am using this icon in my personal Vize icon pack, I hope you like it XPero (maybe ask the maker for permission to include in Vize)
-
I modified the waik installer for my personal use and removed all x64 stuff, I also made it so it can be installed unattendedly and made a 7zip SFX, but its 235 MB & I don't have the bandwidth to share... So I went ahead and removed some more stuff, I hope I did not remove too much so it breaks imagex http://www.sokoolz.com/addons/r64/waikx86.7z Size=3.52 MB
-
Install applications... SP1
ricktendo replied to zedox's topic in Unattended Windows Vista/Server 2008
I have followed this guide and same problem, after audit it gives me error -
If you search a little harder you will find the answer to this question "%CommonProgramFiles%\WindowsLiveInstaller\MsiSources" Look for a installer named Install_{508CE775-4BA4-4748-82DF-FE28DA9F03B0}.msi, rename and edit it with this tutorial by shark
-
Hey Mañana (Tomorrow) are you going to add how to stop the driver sig warnings?
-
Here is the addon that will add and remove all you want, just add it as a hotfix WINNT.SIF_Editor.7z
-
Post your winnt.sif before and after plz (remove any sensitive info of course)
-
You can make a entries.ini file that will edit winnt.sif... post the stuff you want added and I can make one to show you how
-
ty guys, this is the best "thought out" script EVER!... It does it all, extremely customizable
-
HELP, I used Nero8_3.0.au3 with latest Nero-8.3.2.1b_eng_trial.exe with these setting and EVERYTHING! installed, even stuff I did not want :S $16 = 0 ; Nero Home $4E = 1 ; StartSmart $04 = 1 ; Burning ROM + Express $59 = 0 ; Vision $29 = 0 ; BackItUp $26 = 0 ; CoverDesigner $7B = 0 ; WaveEditor $46 = 0 ; SoundTrax $E2 = 0 ; ShowTime $20 = 0 ; MediaHome $0C = 0 ; Recode $52 = 0 ; Photosnap + Viewer $8F = 1 ; BurnRights $06 = 0 ; ImageDrive $E0 = 1 ; CD-DVD Speed $12 = 1 ; DriveSpeed $4A = 1 ; InfoTool $B0 = 0 ; RescueAgent $D8 = 1 ; Burn/Burn Settings Plug-In for MCE $B3 = 1 ; Media Streaming $75 = 1 ; CopyGadget $94 = 0 ; Toolbar $7Z = 1 ; Use 7-Zip to extract distribution silently $SI = 3 ; Silent installation (3 - No UI, 2 - Basic UI, 1 - Reduced UI, 0 - Full UI) (Don't use options 0 and 1 for unattended OS install) $FNI = 0 ; Install even if file rename operations are pending (recommended only for unattended OS install) $ASK = 0 ; Install Ask Toolbar $HLP = 1 ; Search and install Nero 8 Help File Package (Place any extra helpfiles in 'chm' folder) $NV5 = 1 ; Search and install additional Template Packages for Nero Vision 5 $SCO = 0 ; Enable Nero Scout $NPA = 1 ; Enable Nero Patent Activation $NFC = 1 ; Enable autostart of Nero Filter Check $BKS = 0 ; Enable autostart of BackItUp KeyScan $EAU = 1 ; Enable Automatic Updates $AUD = 30 ; Change number of days before Nero checks for updates $SND = 0 ; Enable all sounds in Burning ROM $TWS = 1 ; Show temporary writing speed $EAC = 1 ; Enable all compilations $EDO = 0 ; Enable DVD overburning $ESL = 0 ; Enable generation of short lead-out $ECD = 1 ; Eject CD/DVD after burning is complete $VWD = 0 ; Verify Written Data after burning is complete $RBR = 0 ; Run BurnRights to allow all users logged on locally to burn media $RFA = 0 ; Reset File Associations created by Nero ShowTime $UND = 0 ; UnRegister Nero DirectShow Filters $MIS = 0 ; Enable Media Indexing Services $DCC = 0 ; Delete Nero ControlCenter Start Menu shortcut $DNH = 0 ; Delete Nero Home Desktop shortcut $QNH = 0 ; Delete Nero Home QuickLaunch shortcut $DSS = 0 ; Delete Nero StartSmart Desktop shortcut $QSS = 0 ; Delete Nero StartSmart QuickLaunch shortcut $DTF = 1 ; Delete extracted and temporary files after successful install
-
ConvertXtoDVD 3.x/4.x silent install - How to
ricktendo replied to skavenger's topic in Application Installs
Just wanna thank you both...this worked like a charm -
How can I make a English (en-US) Office 2007 Enterprize Spanish (es-ES)? Is there a free language pack I can install that will translate the GUI just like Vista? I searched all day and cant find anything
-
Yea...if you don't mind the cmd window popping up on you. With this the commands are all built in to the config.txt and are executed right after the install, its more naturalhttp://www.mediafire.com/?wy0wysjbzgr rick, your installer crashes the explorer and the ebay icons is still showing up on desktop and start menu (with no target) Yea, its not svcpack comp, only a true addon of ulocker like you get in Kels UberPack will work
-
tskill is giving me a hard time.
ricktendo replied to Dislocated Time's topic in Windows Post-Install Wizard (WPI)
If TaskKillS worked fine then that probably means that taskkill would work also...because all TaskKillS.exe is a autoit script that uses taskkill -
tskill is giving me a hard time.
ricktendo replied to Dislocated Time's topic in Windows Post-Install Wizard (WPI)
Do not use the brackets with process just use -k or -q -
tskill is giving me a hard time.
ricktendo replied to Dislocated Time's topic in Windows Post-Install Wizard (WPI)
Try adding process.exe to system32 and try process [-k|-q] setupMI.exe http://beyondlogic.org/solutions/processutil/processutil.htm -
tskill is giving me a hard time.
ricktendo replied to Dislocated Time's topic in Windows Post-Install Wizard (WPI)
When using tskill don't put .exe in the command tskill setupMI -
What Format Does A Movie Have To Be To Watch On A DVD Player?
ricktendo replied to Redhatcc's topic in The Media Hub
Most new DVD players will play it if you burn it to a CD/DVD "as is" (avi) -
Does it break Microsoft Update? I mean will it still check and notify you what updates are needed?