Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1106871
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T01:51:21+00:00 2026-05-17T01:51:21+00:00

When you right click on a file in Windows Explorer and click properties and

  • 0

When you right click on a file in Windows Explorer and click properties and then click the Custom tab there is a list of properties. I want to add one of these custom properties using a VBScript file. The property’s name must be Version and the value must be a version number such as 1.0.0.0. The file type is an msi.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T01:51:22+00:00Added an answer on May 17, 2026 at 1:51 am

    To read and write custom file properties, you need to use the DSOFile.OleDocumentProperties COM object that is provided by the dsofile.dll library.

    Here’s sample code to accomplish your task:

    Set oFile = CreateObject("DSOFile.OleDocumentProperties")
    oFile.Open("E:\Setup.msi")
    
    oFile.CustomProperties.Add "Version", "1.0.0.0"
    oFile.Save
    oFile.Close
    

    Before running this code, make sure you have registered dsofile.dll in the system:

    regsvr32 dsofile.dll
    

    More info on using the dsofile.dll in this TechNet article.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In MS VisualStudio (I'm using 2005), it's possible to right-click in some code file
I want to create a right click context menu for my textboxes to provide
Is there a way to detect a right click followed by paste with JavaScript
When I right-click a solution in VS2008 and select Check In... I am presented
I used to be able to right click Folders in my project and click
If I use the following code I lose the ability to right click on
In the library, right-click on a movieclip that you have written an ActionScript class
When developing in a VS2005+ with C# project and I right click on a
I think most people know how to do this via the GUI (right click
The WebBrowser control has a property called IsWebBrowserContextMenuEnabled that disables all ability to right-click

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.