/build/static/layout/Breadcrumb_cap_w.png

Microsoft .NET Visual J# Redistributable

Version: 1

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 11.9k  |  Created: 06/27/2005

Average Rating: 0
.NET Visual J# Redistributable has 1 inventory records, 0 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (6)

Most Common Setup Type
Windows Installer (MSI)
Average Package Difficulty Rating
Rated 2 / 5 (Somewhat Easy) based on 2 ratings
Most Commonly Reported Deployment Method
Vendor Provided Command Line (switch driven)
120
Note
My command line ended up:

vjredist.exe /Q /C:"inst /q"

Seems to install it completely quietly.
You can also extract the .msi file from the legacy installer and deploy it via AD or any 3rd party msi deploy tool.

You do need to install this after the .NET framework.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
119
Note
Download the package from here.

The file is called vjredist.exe

You can extract the file by using command line:

vjredist.exe /T:C:\Temp /C

This will extract the contents of the exe file into C:\Temp Folder. MSI file is called jsredist.msi.



Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
118
Command Line
For web package (legacy Microsoft)

/Q Quiet mode
/T:<full path> (for temp extraction)
/C Extract only
/C:<cmd>

For msi package: non msi standard supports:

/?, /q (no UI), /qb (w/progress) /u /l
limited luck with all the other msi commands
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
118
Note
This command-line works too:

vjredist.exe /q /c:"msiexec /i jsredist.msi /qb-"

in this case you can use the command-line options of msiexec. If you use /qn instead of /qb- the package installs completely silent.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
5
Command Line
Try

msiexec.exe /a c:\test\jsredist.msi ADDEPLOY=1 /QB
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Command Line
First extract all files using command:
> vjredist64 /T:c:\path /C

then install with command:
> Install /q
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

.NET Visual J# Redistributable

Version

1

Questions & Answers (0)

Questions & Answers related to Microsoft .NET Visual J# Redistributable

Blogs (0)

Blog posts related to Microsoft .NET Visual J# Redistributable

Reviews (0)

Reviews related to Microsoft .NET Visual J# Redistributable

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ