JKI Discussion Forums
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Internet explorer renaming .vip files to .zip files.

#1
User is offline   Kris 

  • Group: Members
  • Posts: 1
  • Joined: 11-January 12
I have had several reports of customers trying to download Package Manager files off my website and are reporting that are turned into zip files. I have only been able to gather a limited amount of information on their computers so far. I appears that they are trying to use internet explorer 8 and may not have LabVIEW or VIPM on the computer used to download the files. I haven't been able to reproduce this on my computers but have had several independent reports of this behavior.

Is this a known issue? Is there any way to force it to download with the proper extension?
0 kudos

#2
User is offline   Ashish 

  • Group: JKI Team
  • Posts: 26
  • Joined: 31-July 06
  • Gender:Male
Kris,

I was able to reproduce the issue using IE8. The PC had nothing related to LabVIEW or VIPM on it.

The issues is caused dure to security settings in IE8 which identifies unknown file type (in this case, ".vip" file) and renames it to ".zip".

i was able to disable this "feature" of IE8 by changing the security setting in IE8 to "Medium".

Here is a video demonstrating the issue and the solution to fix the problem: http://screencast.com/t/MqiXFn9EfSb

- Ashish
Ashish Uttarwar
Product Support Engineer and Certified LabVIEW Developer, JKI
0 kudos

#3
User is offline   Parag 

  • Group: Members
  • Posts: 2
  • Joined: 01-February 12
I was working on my application which automatically downloads some files using IE, and landed up on this page while searching the same kind of issue I was facing.
To fix this issue, I changed the registry settings before I started the download algorithm, and reverted it back to original after the download was complete. This is not a good way since tampering of IE group policy is not always permitted on all systems, but for now I've found some solution which actually worked for me. Just though I could share the registry settings:

The way to programatically change the privacy tab is placed in 1A10 Dword found in:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3

(1A10 is the value corresponding to the privacy tab slider in IE)

The corresponding values of this DWORD are:

Block All Cookies: 00000003
High: 00000001
Medium High: 00000001
Medium: 00000001
Low: 00000001
Accept all Cookies: 00000000

I also played along with the A8A88C49-5EB2-4990-A1A2-0876022C854F and AEBA21Fa-782A-4A90-978D-B72164C80120 Dwords and had could set 1E05 to

high: 00010000
medium: 00020000
low: 00030000

Just thought to share if someone needs to do this programatically for their users :)

Source

Thanks!
Parag D
0 kudos

#4
User is offline   Ashish 

  • Group: JKI Team
  • Posts: 26
  • Joined: 31-July 06
  • Gender:Male
Parag,

Thanks for sharing this information.

Isn't it easy to change the security settings and revert them back when done?
Ashish Uttarwar
Product Support Engineer and Certified LabVIEW Developer, JKI
0 kudos

#5
User is offline   Parag 

  • Group: Members
  • Posts: 2
  • Joined: 01-February 12

View PostAshish, on 03 February 2012 - 07:36 PM, said:

Isn't it easy to change the security settings and revert them back when done?


In your case, it is easy to do this manually, since the users are using the link only for the purpose of downloading packages.
I was doing some program for automating downloads, where I figured this problem, and thought to share the same info.

Your use case makes changing the settings and reverting them back manually the best solution.
0 kudos

#6
User is offline   Michael Aivaliotis 

  • Group: JKI Team
  • Posts: 327
  • Joined: 15-March 06
  • Gender:Male

View PostKris, on 11 January 2012 - 03:58 PM, said:

I have had several reports of customers trying to download Package Manager files off my website and are reporting that are turned into zip files. I have only been able to gather a limited amount of information on their computers so far. I appears that they are trying to use internet explorer 8 and may not have LabVIEW or VIPM on the computer used to download the files. I haven't been able to reproduce this on my computers but have had several independent reports of this behavior.

Is this a known issue? Is there any way to force it to download with the proper extension?


To answer the original poster. Since you are managing your site. It may be possible to configure your server to serve-up the file correctly if you configure a MIME-TYPE for VIP files. How to do it depends on what type of server you are running.
Michael Aivaliotis - VIPM Product Manager

VIPM Idea Exchange <<-- Post your VIPM Feature Requests Here
VIPM Online Documentation
JKI Product Support <<-- For urgent requests, submit a ticket
0 kudos

#7
User is offline   Michael Aivaliotis 

  • Group: JKI Team
  • Posts: 327
  • Joined: 15-March 06
  • Gender:Male
We've created a Knowledge Base article for this here:

http://support.jki.n...es-to-zip-files
Michael Aivaliotis - VIPM Product Manager

VIPM Idea Exchange <<-- Post your VIPM Feature Requests Here
VIPM Online Documentation
JKI Product Support <<-- For urgent requests, submit a ticket
0 kudos

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic