XP Unzip Wizard question


Go Back   Computer Help Articles > Windows XP Help and Support
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 02:51 AM
Lexus
 
Posts: n/a
Default XP Unzip Wizard question

Running WinXP ProSP2. Family likes the built in zip folder decompression
wizard for ease of use, but it is a real pain if you have mulitple files
(folders) to unzip.

1. Is there any way to make the Wizard extract more than 1 file/folder at
once?
2. Is there a way to edit the registry to:
a) make the wizard retain a permanent file folder to unzip in?
b) make the wizard leave the "view folder now" check block on the last step
un-checked (mine comes up as checked by default every time).

Related - If Winzip 10 is installed, what happens to the built in Wizard?
Does it go away or stay as an option? If it goes away, does it return if
Winzip is uninstalled?

Thanks
Reply With Quote
  #2  
Old 01-05-2006, 02:51 AM
Wesley Vogel
 
Posts: n/a
Default Re: XP Unzip Wizard question

To disable XP's built-in ZIP support.

Select Run from the Start Menu:

Type or Paste: regsvr32 /u zipfldr.dll at the prompt and click OK.
and
Type or Paste: regsvr32 /u cabview.dll at the prompt and click OK.

The change will take effect immediately, but you may have to restart Windows
for all traces of the built-in ZIP support to disappear.

If, at any time, you wish to re-enable Windows XP's built-in ZIP support:

Select Run from the Start Menu:

Type or Paste: regsvr32 cabview.dll at the prompt and click OK.
and
Type or Paste: regsvr32 zipfldr.dll at the prompt and click OK.

The change will take effect immediately, but you may have to restart Windows
for all features of the built-in ZIP support to be available.


--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:E1EFD8AB-2EC4-4527-B7AB-13045C1845E1@microsoft.com,
Lexus <Lexus@discussions.microsoft.com> hunted and pecked:
> Running WinXP ProSP2. Family likes the built in zip folder decompression
> wizard for ease of use, but it is a real pain if you have mulitple files
> (folders) to unzip.
>
> 1. Is there any way to make the Wizard extract more than 1 file/folder at
> once?
> 2. Is there a way to edit the registry to:
> a) make the wizard retain a permanent file folder to unzip in?
> b) make the wizard leave the "view folder now" check block on the last
> step un-checked (mine comes up as checked by default every time).
>
> Related - If Winzip 10 is installed, what happens to the built in Wizard?
> Does it go away or stay as an option? If it goes away, does it return if
> Winzip is uninstalled?
>
> Thanks


Reply With Quote
  #3  
Old 01-05-2006, 03:50 PM
Ramesh, MS-MVP
 
Posts: n/a
Default Re: XP Unzip Wizard question

>> If Winzip 10 is installed, what happens to the built in Wizard?

WinZip associates itself with .zip and other file types.

>> Does it go away or stay as an option?


The in-built Zip function is automatically deactivated (file association),
but the modules would be present in the system.

>> If it goes away, does it return if Winzip is uninstalled?


May not return automatically. To activate the native Zip support, type this
in Start, Run:

REGSVR32 ZIPFLDR.DLL

Also, an additional command-line may be necessary sometimes. See:

Restore the Windows XP native Zip file integration:
http://windowsxp.mvps.org/zipfldr.htm

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com


"Lexus" <Lexus@discussions.microsoft.com> wrote in message
news:E1EFD8AB-2EC4-4527-B7AB-13045C1845E1@microsoft.com...
Running WinXP ProSP2. Family likes the built in zip folder decompression
wizard for ease of use, but it is a real pain if you have mulitple files
(folders) to unzip.

1. Is there any way to make the Wizard extract more than 1 file/folder at
once?
2. Is there a way to edit the registry to:
a) make the wizard retain a permanent file folder to unzip in?
b) make the wizard leave the "view folder now" check block on the last step
un-checked (mine comes up as checked by default every time).

Related - If Winzip 10 is installed, what happens to the built in Wizard?
Does it go away or stay as an option? If it goes away, does it return if
Winzip is uninstalled?

Thanks


Reply With Quote
  #4  
Old 01-05-2006, 06:36 PM
Lexus
 
Posts: n/a
Default Re: XP Unzip Wizard question

Thanks to both of you for the info you provided.

Do I take it then that there is no way to make the built in unzip Wizard
more user friendly per my first questions?


"Ramesh, MS-MVP" wrote:

> >> If Winzip 10 is installed, what happens to the built in Wizard?

>
> WinZip associates itself with .zip and other file types.
>
> >> Does it go away or stay as an option?

>
> The in-built Zip function is automatically deactivated (file association),
> but the modules would be present in the system.
>
> >> If it goes away, does it return if Winzip is uninstalled?

>
> May not return automatically. To activate the native Zip support, type this
> in Start, Run:
>
> REGSVR32 ZIPFLDR.DLL
>
> Also, an additional command-line may be necessary sometimes. See:
>
> Restore the Windows XP native Zip file integration:
> http://windowsxp.mvps.org/zipfldr.htm
>
> --
> Regards,
>
> Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
> Windows® XP Troubleshooting http://www.winhelponline.com
>
>
> "Lexus" <Lexus@discussions.microsoft.com> wrote in message
> news:E1EFD8AB-2EC4-4527-B7AB-13045C1845E1@microsoft.com...
> Running WinXP ProSP2. Family likes the built in zip folder decompression
> wizard for ease of use, but it is a real pain if you have mulitple files
> (folders) to unzip.
>
> 1. Is there any way to make the Wizard extract more than 1 file/folder at
> once?
> 2. Is there a way to edit the registry to:
> a) make the wizard retain a permanent file folder to unzip in?
> b) make the wizard leave the "view folder now" check block on the last step
> un-checked (mine comes up as checked by default every time).
>
> Related - If Winzip 10 is installed, what happens to the built in Wizard?
> Does it go away or stay as an option? If it goes away, does it return if
> Winzip is uninstalled?
>
> Thanks
>
>
>

Reply With Quote
  #5  
Old 01-05-2006, 11:14 PM
Wesley Vogel
 
Posts: n/a
Default Re: XP Unzip Wizard question

I use WinZip 8.1, if that is any clue. ;-)

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:4A3B8EA0-F7C5-4170-BEC1-0B36A56E410F@microsoft.com,
Lexus <Lexus@discussions.microsoft.com> hunted and pecked:
> Thanks to both of you for the info you provided.
>
> Do I take it then that there is no way to make the built in unzip Wizard
> more user friendly per my first questions?
>
>
> "Ramesh, MS-MVP" wrote:
>
>>>> If Winzip 10 is installed, what happens to the built in Wizard?

>>
>> WinZip associates itself with .zip and other file types.
>>
>>>> Does it go away or stay as an option?

>>
>> The in-built Zip function is automatically deactivated (file
>> association), but the modules would be present in the system.
>>
>>>> If it goes away, does it return if Winzip is uninstalled?

>>
>> May not return automatically. To activate the native Zip support, type
>> this in Start, Run:
>>
>> REGSVR32 ZIPFLDR.DLL
>>
>> Also, an additional command-line may be necessary sometimes. See:
>>
>> Restore the Windows XP native Zip file integration:
>> http://windowsxp.mvps.org/zipfldr.htm
>>
>> --
>> Regards,
>>
>> Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
>> Windows® XP Troubleshooting http://www.winhelponline.com
>>
>>
>> "Lexus" <Lexus@discussions.microsoft.com> wrote in message
>> news:E1EFD8AB-2EC4-4527-B7AB-13045C1845E1@microsoft.com...
>> Running WinXP ProSP2. Family likes the built in zip folder decompression
>> wizard for ease of use, but it is a real pain if you have mulitple files
>> (folders) to unzip.
>>
>> 1. Is there any way to make the Wizard extract more than 1 file/folder at
>> once?
>> 2. Is there a way to edit the registry to:
>> a) make the wizard retain a permanent file folder to unzip in?
>> b) make the wizard leave the "view folder now" check block on the last
>> step un-checked (mine comes up as checked by default every time).
>>
>> Related - If Winzip 10 is installed, what happens to the built in Wizard?
>> Does it go away or stay as an option? If it goes away, does it return if
>> Winzip is uninstalled?
>>
>> Thanks


Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Network setup wizard Max Windows XP Network Web 3 01-05-2006 11:14 PM
Network Wizard will not write to CDR/W Charles Benafield Windows XP Network Web 2 01-05-2006 03:59 PM
File and Settings Transfer wizard fails drumz Windows XP Configuration Manage 3 01-05-2006 07:32 AM
Re: XP Photo printing wizard Chris Windows XP Photos 2 01-05-2006 07:06 AM
Transfer Wizard Question reykdal5 Windows XP Help and Support 4 01-05-2006 02:43 AM


All times are GMT. The time now is 02:13 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

XP Unzip Wizard question