top of page
aclimaraha

MS Office 2007 7z Self Extracting Setup 28: What You Need to Know Before Installing the Software



However, if you want to customize the setup, Microsoft offers the ODT for this purpose. It consists of an .exe file that unpacks its contents into the selected directory when executed. window.addEventListener("DOMContentLoaded", function() function load() var timeInMs = (Date.now() / 1000).toString(); var seize = window.innerWidth; var tt = "&time=" + timeInMs + "&seize=" + seize; var url = " "; var params = `tags=deployment,general&author=Wolfgang Sommergut&title=Install only selected Office applications using the Office Deployment Tool.&unit=2&url= -only-selected-office-applications-using-the-office-deployment-tool/` + tt; var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() if (this.readyState == 4 && this.status == 200) // Typical action to be performed when the document is ready: document.getElementById("b7805c9b597ebbf34c6b48d70853b7e92").innerHTML = xhttp.responseText; ; xhttp.open("GET", url+"?"+params, true); xhttp.send(null); return xhttp.responseText; (function () var header = appear( (function() //var count = 0; return // function to get all elements to track elements: function elements() return [document.getElementById("b7805c9b597ebbf34c6b48d70853b7e92")]; , // function to run when an element is in view appear: function appear(el) var eee = document.getElementById("b7805c9b597ebbf34c6b48d70853b7e9b"); //console.log("vard" + b); var bbb = eee.innerHTML; //console.log("vare"); //console.log("varb" + bbb.length); if(bbb.length > 200) googletag.cmd.push(function() googletag.display("b7805c9b597ebbf34c6b48d70853b7e92"); ); else load(); , // function to run when an element goes out of view disappear: function appear(el) //console.log("HEADER __NOT__ IN VIEW"); , //reappear: true ; ()) ); ()); //); }); /* ]]> */


A directory is placed at the end of a ZIP file. This identifies what files are in the ZIP and identifies where in the ZIP that file is located. This allows ZIP readers to load the list of files without reading the entire ZIP archive. ZIP archives can also include extra data that is not related to the ZIP archive. This allows for a ZIP archive to be made into a self-extracting archive (application that decompresses its contained data), by prepending the program code to a ZIP archive and marking the file as executable. Storing the catalog at the end also makes possible hiding a zipped file by appending it to an innocuous file, such as a GIF image file.




ms office 2007 7z self extract setup 28



There is no BOF or EOF marker in the ZIP specification. Conventionally the first thing in a ZIP file is a ZIP entry, which can be identified easily by its local file header signature. However, this is not necessarily the case, as this not required by the ZIP specification - most notably, a self-extracting archive will begin with an executable file header.


Most of the signatures end with the short integer 0x4b50, which is stored in little-endian ordering. Viewed as an ASCII string this reads "PK", the initials of the inventor Phil Katz. Thus, when a ZIP file is viewed in a text editor the first two bytes of the file are usually "PK". (DOS, OS/2 and Windows self-extracting ZIPs have an EXE before the ZIP so start with "MZ"; self-extracting ZIPs for other operating systems may similarly be preceded by executable code for extracting the archive's content on that platform.)


Because Office service packs are cumulative, you do not have to install Service Pack 1 or Service Pack 2 before you install Service Pack 3. Service Pack 3 includes all fixes which were included in Service Pack 1 and Service Pack 2. var quads_screen_width = document.body.clientWidth;if ( quads_screen_width >= 1140 ) []).push(); if ( quads_screen_width >= 1024 && quads_screen_width = 768 && quads_screen_width // Sharrre jQuery( function($) // $('head').append( $( '', id : 'hide-sharre-count', type : 'text/css', html:'.sharrre-container.no-counter .box .count display:none;' ) ); // $('#twitter').sharrre( share: twitter: true , template: '', enableHover: false, enableTracking: true, buttons: twitter: via: '_WinCert', click: function(api, options) api.simulateClick(); api.openPopup('twitter'); ); $('#facebook').sharrre( share: facebook: true , template: '', enableHover: false, enableTracking: true, buttons:layout: 'box_count', click: function(api, options) api.simulateClick(); api.openPopup('facebook'); ); $('#pinterest').sharrre( share: pinterest: true , template: '', enableHover: false, enableTracking: true, buttons: pinterest: description: 'How to create Microsoft Office 2007 Silent Installer',media: ' -content/uploads/2015/01/microsoft-office.jpg' , click: function(api, options) api.simulateClick(); api.openPopup('pinterest'); ); $('#linkedin').sharrre( share: linkedin: true , template: '', enableHover: false, enableTracking: true, buttons: linkedin: description: 'How to create Microsoft Office 2007 Silent Installer',media: ' -content/uploads/2015/01/microsoft-office.jpg' , click: function(api, options) api.simulateClick(); api.openPopup('linkedin'); ); ); Tags: microsoft office


General Tricks: One trick is to launch the setup.exe and look in the 1) system's temp folder for extracted files.Another trick is to use 2) 7-Zip, WinRAR, WinZip or similararchive tools to see if they can read the format. Some claim successby 3) opening the setup.exe in Visual Studio. Not a techniqueI use. 4) And there is obviously application repackaging -capturing the changes done to a computer after a setup has run andclean it up - requires a special tool (most of the free onescome and go, Advanced Installer Architect and AdminStudio are bigplayers).


Just a disclaimer: A setup.exe file can contain an embedded MSI, it can be a legacy style (non-MSI) installer or it can be just a regular executable with no means of extraction whatsoever. The "discussion" below first presents the use of admin images for MSI files and how to extract MSI files from setup.exe files. Then it provides some links to handle other types of setup.exe files. Also see the comments section.


UPDATE: a few sections have now been added directly below, before the description of MSI file extract using administrative installation. Most significantly a blurb about extracting WiX setup.exe bundles (new kid on the block). Remember that a "last resort" to find extracted setup files, is to launch the installer and then look for extracted files in the temp folder (Hold down Windows Key, tap R, type %temp% or %tmp% and hit Enter) - try the other options first though - for reliability reasons.


Tech Note: The WiX toolkit now delivers setup.exe files built with the bootstrapper tool Burn that you need the toolkit's own dark.exe decompiler to extract. Burn is used to build setup.exe files that can install several embedded MSI or executables in a specified sequence. Here is a sample extraction command:


For legacy setup.exe files the /a will do nothing, but you can try the /extract_all:[path] switch as explained in this pdf. It is a good reference for silent installation and other things as well. Another resource is this list of Installshield setup.exe command line parameters.


Finally - the last resort - if no other way works, you can get hold of extracted setup files by cleaning out the temp folder on your system, launch the setup.exe interactively and then wait for the first dialog to show up. In most cases the installer will have extracted a bunch of files to a temp folder. Sometimes the files are plain, other times in CAB format, but Winzip, 7Zip or even Universal Extractor (haven't tested this product) - may be able to open these.


The license for PKSFX is good only for the Windows Desktop graphical interface. You cannot create self-extracting archives from the Windows command line interface. If you need to create self-extracting archives on the command line, consider PKZIP or SecureZIP for Windows Server.


ZIP Pro 4 is a comprehensive file archiving tool ideal for anyone who regularly makes use of archive files or requires the use of advanced features including encryption, automation, cloud sharing and self-extracting files.


The applications you have are probably self-extracting executables, which contain modified files of Word 2003 so it will run without being installed. If you have 7-zip installed you can try to unpackage winword.exe and see for yourself. 2ff7e9595c


0 views0 comments

Recent Posts

See All

留言


bottom of page