forked from peazip/peazip.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
edit-file-in-archive.html
598 lines (598 loc) · 24.6 KB
/
edit-file-in-archive.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<meta name="AUTHOR" content="PeaZip Free Archiver Utility">
<meta name="DESCRIPTION"
content="How to edit files inside 7Z TAR WIM ZIP archives and save changes to compressed files. Modify file content in existing archives.">
<meta name="KEYWORDS"
content="edit, modify, save, change, existing, archives, files, compressed, inside, zip, 7z, wim, tar, how to, howto, into">
<meta name="ROBOTS" content="all">
<title>How to edit files inside existing archives</title>
<meta name="viewport" content="width=device-width">
<meta property="og:site_name"
content="PeaZip file archiver utility, free RAR ZIP software">
<meta property="og:title"
content="How to edit files inside existing archives">
<meta property="og:description"
content="How to edit files inside 7Z TAR WIM ZIP archives and save changes to compressed files. Modify file content in existing archives.">
<meta property="og:image" content="free-zip/peazip-icon.png">
<meta property="og:url"
content="https://peazip.github.io/edit-file-in-archive.html">
<link rel="stylesheet" type="text/css" href="peazip-software.css">
</head>
<body>
<div style="text-align: center;">
<table
style="width: 100%; text-align: left; margin-left: auto; margin-right: auto;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: top; text-align: center;">
<table
style="text-align: left; margin-left: auto; margin-right: auto;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
</tr>
<tr>
<td style="vertical-align: top;"> <img
title="How to edit files inside archives"
alt="edit files in existing archives" src="peazip_ico24.png"
style="border: 0px solid ; width: 24px; height: 24px;"> </td>
<td style="vertical-align: middle;">
<br>
</td>
<td style="vertical-align: middle; font-weight: bold;"><a
href="index.html">DOWNLOAD PEAZIP</a> </td>
<td style="vertical-align: middle; font-weight: bold;">
<br>
</td>
<td style="vertical-align: middle; font-weight: bold;"><a
href="peazip-help-faq.html">ONLINE SUPPORT</a> </td>
<td style="vertical-align: top; font-weight: bold;">
<br>
</td>
<td style="vertical-align: middle; font-weight: bold;"><a
href="screenshots-peazip-1.html">SCREENSHOTS</a> </td>
<td style="vertical-align: top; font-weight: bold;">
<br>
</td>
<td style="vertical-align: middle; font-weight: bold;"><a
href="peazip-compression-benchmark.html">BENCHMARKS</a> </td>
<td style="vertical-align: top;">
<br>
</td>
<td style="vertical-align: middle; font-weight: bold;"><a
href="donations.html">DONATE</a> </td>
</tr>
<tr>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><img
alt="edit content in 7z tar wim zip files"
src="free-rar/archive-manager.png" style="width: 12px; height: 12px;">
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr align="center">
<td
style="vertical-align: top; background-color: rgb(72, 136, 248);">
<div style="text-align: left;"> </div>
<table
style="width: 960px; text-align: left; font-weight: bold; color: rgb(253, 253, 253);"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td colspan="1" rowspan="1" style="vertical-align: top;"> <br>
<h1 style="text-align: center;"><big><big><big><a
style="font-weight: bold;" name="edit_7z_tar_wim_zip_file"></a><span
style="font-weight: bold;">How to edit files inside existing
archives</span><br>
</big></big></big></h1>
<br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td
style="vertical-align: top; background-color: rgb(204, 204, 204);"><img
alt="How to edit files inside 7Z TAR WIM ZIP archives"
src="free-rar/file-compressor.png" style="width: 2px; height: 2px;"><br>
</td>
</tr>
<tr>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><img
alt="edit and save changes to compressed files"
src="free-rar/file-compressor.png" style="width: 2px; height: 2px;"><br>
</td>
</tr>
<tr align="center">
<td style="vertical-align: top;"><br>
<table style="text-align: left;" border="0" cellpadding="6"
cellspacing="0">
<tbody>
<tr>
<td
style="vertical-align: top; text-align: center; font-weight: bold;"><small><a
href="peazip-help-faq.html">FAQ, HOW TO</a></small></td>
<td
style="vertical-align: top; text-align: center; font-weight: bold;"><small><br>
</small></td>
<td
style="vertical-align: top; text-align: center; background-color: rgb(240, 239, 238); font-weight: bold;"><small><a
href="peazip-help.html">ONLINE TUTORIAL</a></small></td>
<td
style="vertical-align: top; text-align: center; font-weight: bold;"><small><br>
</small></td>
<td
style="vertical-align: top; text-align: center; background-color: rgb(240, 239, 238); font-weight: bold;"><small><a
href="peazip-more.html">ISSUE TRACKER, CVE<br>
</a></small></td>
<td
style="vertical-align: top; text-align: center; font-weight: bold;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238); text-align: center; font-weight: bold;"><a
href="changelog.html"><small>CHANGE LOG</small></a><br>
</td>
<td
style="vertical-align: top; text-align: center; font-weight: bold;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238); text-align: center; font-weight: bold;"><small><a
href="peazip-tos-privacy.html">TOS, PRIVACY</a><br>
</small></td>
<td
style="vertical-align: top; text-align: center; font-weight: bold;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238); text-align: center; font-weight: bold;"><small><a
href="peazip-free-archiver.html">WHAT IS PEAZIP</a><br>
</small></td>
<td
style="vertical-align: top; text-align: center; font-weight: bold;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238); text-align: center; font-weight: bold;"><small><a
href="peazip-reviews.html">REVIEWS</a></small></td>
</tr>
</tbody>
</table>
<br>
<table
style="background-color: rgb(240, 240, 240); width: 960px; text-align: left;"
border="0" cellpadding="48" cellspacing="0">
<tbody>
<tr align="left">
<td
style="background-color: rgb(255, 255, 255); vertical-align: top;">
<ul style="font-weight: bold;">
<li>see also: <a
href="add-files-to-existing-archive.html">add files into existing
archives</a>, <a href="add-remove-files-from-archive.html">delete file
form archive</a>, <a href="how-to-update-existing-archive.html">update
/ replace existing files in
archive</a></li>
</ul>
<br>
<h2><big><big><big><a style="font-weight: bold;"
name="edit_file_in_archive"></a><a
href="edit-file-in-archive.html#edit_7z_tar_wim_zip_file"><span
style="font-weight: bold;">Edit files
in
7Z TAR WIM ZIP archives</span><br>
</a></big></big></big></h2>
<br>
<br>
<h3 style="font-weight: bold;"><big>Double click files in
archive to open for editing</big></h3>
<br>
<a name="edit_files_inside_archive"></a>The <span
style="font-weight: bold;">simplest way to edit existing files inside
archives</span>, for archive types supported through 7z / p7zip
backend, is to open the archive and double click on desired file from
PeaZip archive manager to open it as
preview: file(s) will be extracted for viewing / editing to a temporary
work path.<br>
If the file preview is modified and saved, PeaZip will automatically
ask to update
the file in
archive with the newer version.<br>
From context menu > More it is possible to force update for
arbitrary archive types, providing PeaZip is able to write data into
the desired foramt, as explained below.<br>
<br>
<div style="text-align: center;">
<h2><img
title="Edit content of existing archives with PeaZip"
alt="modify files in zip archives" src="navarchive.png"
style="width: 640px; height: 411px;"></h2>
</div>
<br>
<br>
<h3><big><span style="font-weight: bold;">Right-click to
edit files with custom application</span></big></h3>
<br>
Rather than double clicking the archived file to open it with the
associated application, it is possible to right click the file and use
Context menu > <span style="font-weight: bold;">Preview with</span>
submenu to chose a custom application, or one of the user defined
applications, to edit the file.<br>
<br>
<span style="font-weight: bold;">Set custom apps to open
and edit files in archives with</span><br>
From Options > Settings, Application tab it is possible to define
apps and scripts to open files with.<br>
Most common applications and <a href="antivirus-scan-zipped-files.html">anti-virus
programs</a> are automatically detected and configured by PeaZip, but
every application and script can be easily customized by the user, or
replaced with preferred alternatives.<br>
<br>
<br>
<h3 style="font-weight: bold;"><big>Drag / Add edited files
into
the archive</big></h3>
<br>
<a name="modify_files_inside_archive"></a>Alternatives are <a
href="add-files-to-existing-archive.html">dragging
files into the archive</a> in order to overwrite existing version of
the file, or use Add button and selecting an existing archive as output
destination for more options (Add, Update, Freshen updating only files
already existing in archive,
Synchronize) available from archive creation
interface.<br>
It is posible to edit existing RAR archives with PeaZip if WinRar is
installed in the system (autonomous support for rar editing rar file
format is not possible due to rar licensing limitations).<br>
<h3><img title="Modify archive content"
alt="how to edit content of zip files" src="add-to-archive.png"
style="width: 100px; height: 45px;"></h3>
<br>
<br>
<h3 style="font-weight: bold;"><big>What archive types can
be edited<br>
</big></h3>
<br>
<a name="cannot_edit_file_inside_archive"></a>Please
note that is (quite obviously) necessary to write data to the archive
in order to modify its content, so the correct password must be
provided if applicable, and only file in write-supported formats can be
edited - in example 7Z, TAR, WIM, and ZIP formats supported through
7z/p7zip binary.<br>
<br>
<span style="font-weight: bold;">Edit vcontent of arbitrary
file types as archives</span><br>
<br>
From Options
> Settings > Archive manager tab it is possible to set <span
style="font-weight: bold;">"Edit non canonical archive
types"</span>
option in order to try to modify data inside container files with
extensions non commonly used for file archiving, but this option is off
by default and not recommended for general usage because those formats
may require editing / saving metadata fields which are unsupported and
out of
the scope of general-purpose archiving applications.<br>
<br>
<span style="font-weight: bold;">Note about editing Windows
EXE files</span><br>
<br>
PeaZip can create EXE files as SFX (self-extracting archives) both
employing 7Z and ARC compression.<br>
It is possible to open / browse and to edit EXE files as archives, but
– due to the multiple standards available for the format - not all
types of EXE files can be read (for browsing) or written (for editing).<br>
<ul>
<li><span style="font-weight: bold;">Whenever the user
attempts to edit the content of an EXE file PeaZip assumes the file is
a 7Z SFX archives, because this structure can be bot read and written
by the application.</span></li>
</ul>
<ul>
<li><span style="font-weight: bold;">As a role of thumb,
to edit the content of an EXE file - which is not an SFX archive - it
is possible to rename the file form .exe to .zip extension and to
revert the extension back to .exe once done editing.</span> However
please note that acting as a resource editor for EXE files is beyond
the scope of the application, so edited EXE files are not guaranteed to
work correctly – conversely, editing 7Z SFX EXE file is fully supported.</li>
</ul>
<br>
<br>
Read more about how to <a href="7zip-files-utility.html">edit files
inside 7Z archives</a>, <a href="free-rar-create.html">edit content of
RAR files</a> from PeaZip if WinRar is available on the same machine, <a
href="zip-files-utility.html">edit files in ZIP archives</a>, and how
to <a href="zipx-files-software.html">edit ZIPX files</a> (non-Deflate
compressed ZIP containers).<br>
<br>
<p><span style="font-weight: bold;">Synopsis: How to edit
files inside 7Z TAR WIM ZIP archives with PeaZip. Edit and save changes
to compressed files. Modify file content in existing archives.<br>
</span></p>
<p><span style="font-weight: bold;">Topics: edit files in
archives, edit compressed files</span><br>
<span style="font-weight: bold;"></span><span
style="font-weight: bold;"></span></p>
<p><span style="font-weight: bold;">PeaZip > FAQ
> How to edit files inside existing archives<br>
</span></p>
<br>
<table
style="background-color: rgb(240, 240, 240); width: 100%; text-align: left;"
border="0" cellpadding="24" cellspacing="1">
<tbody>
<tr>
<td colspan="1" rowspan="1"
style="vertical-align: top; background-color: rgb(250, 250, 250);">
<h3 style="color: rgb(0, 0, 0);"><img
title="FAQ how to work with archive files 7Z, RAR, TAR, ZIP..."
alt="edit file inarchive" src="file-format/archive-manager.png"
style="width: 96px; height: 96px;" align="right"><a
name="how_to_compress_files"></a>ARCHIVE
MANAGER</h3>
<p><a href="rar-zip-file-format-size-limitations.html">7Z
RAR TAR ZIP
archive formats
limitations</a><br>
</p>
<p><a href="tar-windows.html#atomic_tar_extraction">Atomic
TAR files
extraction, how to automatically untar compressed TAR archives in a
single step</a><br>
</p>
<p><a href="archive-file-formats-comparison.html">Comparison
of compression
algorithms and archive
formats</a><br>
</p>
<p><a href="what-is-zip-file.html">How file
compression (lossy, lossless)
and archiving works?</a> </p>
<p><a style="font-weight: bold;"
href="how-to-compress-files-folders.html">How to add files and folders
to a new
archive</a><br>
</p>
<ul>
<li><a
href="how-to-zip-files-separate-archives.html">How to add files to
multiple separate
archives</a><br>
</li>
</ul>
<p><a style="font-weight: bold;"
href="convert-files.html">How to convert
existing
archives</a><br>
</p>
<p><a style="font-weight: bold;"
href="how-to-extract-rar-zip-archives.html">How to extract single or
multiple
archives at once</a><br>
</p>
<ul>
<li><a href="how-to-extract-multipart-archives.html">How
to extract
multi-part archiives</a><br>
</li>
<li><a
href="how-to-extract-selected-files-from-archive.html">How to extract
selected content from
archive</a><br>
</li>
</ul>
<p style="font-weight: bold;"><a
href="how-to-open-rar-tar-zip-files.html">How to open, list, browse,
and search
archive file</a> </p>
<p><a style="font-weight: bold;"
href="how-to-update-existing-archive.html">How to update existing
archives</a><br>
</p>
<ul>
<li><a href="add-files-to-existing-archive.html">How
to add new
files to existing archive</a></li>
<li><a href="add-remove-files-from-archive.html">How
to delete files from
archive</a></li>
<li><a href="edit-file-in-archive.html">How
to edit
files in archive</a><br>
</li>
</ul>
<p> </p>
<p style="font-weight: bold;"><a
href="file-compression-performances.html">How to improve file
compression
performances</a></p>
<p><a href="self-extracting-archives.html">Self
extracting archives</a></p>
<p><a href="what-is-solid-compression.html">What
is solid compression?</a><br>
</p>
<p><a
href="why-can-not-compress-pdf-avi-mp3-files.html">Why some types of
files cannot be compressed?</a><br>
</p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<br>
</td>
</tr>
<tr align="center">
<td style="vertical-align: top;">
<table
style="margin-left: auto; margin-right: auto; width: 960px; text-align: left;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
</tr>
<tr>
<td style="vertical-align: top; width: 25%;"><small> <img
alt="edit file in zip archive" src="titles.png"
style="width: 129px; height: 2px;"><br>
<a name="edit_files_in_zip_archive"></a>DOWNLOADS<br>
<img alt="modify existing zip file"
src="free-rar/extract-rar.png" style="width: 1px; height: 1px;"
vspace="3"><br>
</small><small><a href="index.html">All
PeaZip downloads</a><br>
</small><small><a href="peazip-linux.html">PeaZip
for Linux</a><br>
</small><small><a href="peazip-macos.html">PeaZip
for macOS</a></small><br>
<small> <a href="peazip-64bit.html">PeaZip
for Windows</a><br>
</small><small><a href="peazip-sources.html">PeaZip sources</a></small><small><br>
</small></td>
<td style="vertical-align: top; width: 25%;"><small><img
alt="modify file in zip archive" src="titles.png"
style="width: 129px; height: 2px;"><br>
<a name="modify_file_in_zip_archive"></a>SUPPORT<br>
<img alt="modify content of zip archive"
src="free-rar/extract-rar.png" style="width: 1px; height: 1px;"
vspace="3"><br>
<a href="peazip-help.html">Online
help</a><br>
<a href="peazip-help-faq.html">Frequently
Asked Questions</a><br>
</small><br>
</td>
<td style="vertical-align: top; width: 25%;"><small><img
alt="peazip file compression software" src="titles.png"
style="width: 129px; height: 2px;"><br>
<a style="color: rgb(0, 0, 0);"
name="peazip_cross_platform_archive_manager_app"></a>ABOUT<br
style="font-style: italic;">
<img alt="peazip free archiver utility"
src="free-rar/extract-rar.png" style="width: 1px; height: 1px;"
vspace="3"><br style="font-style: italic;">
</small><small><a href="peazip-tos-privacy.html"
style="font-weight: normal;">PeaZip project: TOS,
Privacy</a><br>
</small></td>
<td style="vertical-align: top; width: 247px;">
<table
style="width: 100%; text-align: left; margin-left: auto; margin-right: 0px;"
border="0" cellpadding="3" cellspacing="0">
<tbody>
<tr>
<td style="text-align: right; vertical-align: middle;"><small><a
target="_blank" href="https://github.com/peazip/PeaZip/releases.atom">Releases
Feed</a></small></td>
<td
style="text-align: right; width: 30px; vertical-align: middle;"><small><img
alt="Modify file content in existing archives"
title="PeaZip releases feed" src="extract-zip/rss16.png"
style="width: 24px; height: 24px;" align="middle"></small></td>
</tr>
<tr>
<td style="text-align: right; vertical-align: middle;"><small><a
target="_blank" href="https://github.com/peazip/PeaZip/wiki">PeaZip
Wiki</a></small></td>
<td
style="text-align: right; width: 30px; vertical-align: middle;"><small><img
title="PeaZip Wiki online" alt="modify files in zip archives"
src="free-zip/wikipedia.png" style="width: 24px; height: 24px;"
align="middle"></small></td>
</tr>
<tr>
<td style="text-align: right; vertical-align: middle;"><small><a
href="mailto:giorgio.tani.software@gmail.com">Developer email</a></small></td>
<td
style="text-align: right; width: 30px; vertical-align: middle;"><small><img
alt="how to edit content of zip files"
title="Mail developer | Giorgio Tani" src="free-zip/mail.png"
style="width: 24px; height: 24px;"><br>
</small></td>
</tr>
<tr>
<td style="text-align: right; vertical-align: middle;"><small><a
href="peazip-more.html">Search knowledge-base</a><br>
</small></td>
<td
style="text-align: right; width: 30px; vertical-align: middle;"><small><img
alt="edit files inside existing archives"
title="Search in PeaZip project domain"
src="extract-rar/rar-opener.png"
style="border: 0px solid ; width: 24px; height: 24px;" align="middle"></small></td>
</tr>
</tbody>
</table>
<br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>