Jump to content

ricktendo

Member
  • Posts

    2,261
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Honduras

Everything posted by ricktendo

  1. ricktendo

    Help needed

    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
  2. 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
  3. 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)
  4. ricktendo

    Help needed

    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
  5. I have followed this guide and same problem, after audit it gives me error
  6. 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
  7. Hey Mañana (Tomorrow) are you going to add how to stop the driver sig warnings?
  8. Here is the addon that will add and remove all you want, just add it as a hotfix WINNT.SIF_Editor.7z
  9. Post your winnt.sif before and after plz (remove any sensitive info of course)
  10. 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
  11. ty guys, this is the best "thought out" script EVER!... It does it all, extremely customizable
  12. Nice find
  13. 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
  14. There is a CPL AIO addon with CPUZ and HWMonitor in it that uses the registry to create a CPL link http://www.wincert.net/forum/index.php?showtopic=337
  15. Just wanna thank you both...this worked like a charm
  16. You can use a program called CPL File Maker or you can use the registry to add a CPL shortcut
  17. 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
  18. 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
  19. If TaskKillS worked fine then that probably means that taskkill would work also...because all TaskKillS.exe is a autoit script that uses taskkill
  20. Do not use the brackets with process just use -k or -q
  21. Try adding process.exe to system32 and try process [-k|-q] setupMI.exe http://beyondlogic.org/solutions/processutil/processutil.htm
  22. When using tskill don't put .exe in the command tskill setupMI
  23. Most new DVD players will play it if you burn it to a CD/DVD "as is" (avi)
  24. Does it break Microsoft Update? I mean will it still check and notify you what updates are needed?
×
×
  • Create New...