
3,411
Downloads
822
Downloads of v 34.0
12/1/2014
Last update
A light Firefox edition.
To install Light, run the following command from the command line or from PowerShell:
C:\> choco install light
To upgrade Light, run the following command from the command line or from PowerShell:
C:\> choco upgrade light
Files
Hide- tools\chocolateyInstall.ps1
Show
$packageName = 'light' $installerType = 'EXE' $url = 'http://heanet.dl.sourceforge.net/project/lightfirefox/34/icc/light-34.0.en-US.win32.installer.exe' $silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' $fileFullPath = "$Env:ProgramFiles\Light\light.exe" $validExitCodes = @(0) #please insert other valid exit codes here, exit codes for ms http://msdn.microsoft.com/en-us/library/aa368542(VS.85).aspx try { Install-ChocolateyPackage $packageName $installerType $silentArgs $url -validExitCodes $validExitCodes Install-ChocolateyDesktopLink $fileFullPath Write-ChocolateySuccess $packageName } catch { Write-ChocolateyFailure $packageName $($_.Exception.Message) throw }
- tools\chocolateyUninstall.ps1
Show
$packageName = 'light' $installerType = 'EXE' $silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' $unpath = "$Env:ProgramFiles\Light\uninstall\helper.exe" $desktop = $([System.Environment]::GetFolderPath([System.Environment+SpecialFolder]::DesktopDirectory)) $shortcut_to_remove = "light.exe.lnk" $validExitCodes = @(0) #please insert other valid exit codes here, exit codes for ms http://msdn.microsoft.com/en-us/library/aa368542(VS.85).aspx try { Uninstall-ChocolateyPackage $packageName $installerType $silentArgs $unpath -validExitCodes $validExitCodes Remove-Item "$desktop\$shortcut_to_remove" Write-ChocolateySuccess $packageName } catch { Write-ChocolateyFailure $packageName $($_.Exception.Message) throw }
Virus Scan Results
- light.34.0.nupkg (7bb3cc2af7fc) - ## / 56 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Light 34.0 | 822 | Monday, December 1, 2014 | approved |
Light 32.0 | 424 | Sunday, September 7, 2014 | |
Light 31.0 | 323 | Saturday, August 2, 2014 | |
Light 30.0 | 324 | Saturday, June 14, 2014 | |
Light 29.0.20140506-alpha | 357 | Monday, May 5, 2014 | |
Light 29.0-alpha | 313 | Thursday, May 1, 2014 | |
Light 27.0-alpha | 359 | Sunday, February 2, 2014 | |
Light 26.0.1.20130120-alpha | 335 | Monday, January 20, 2014 |
Discussion for the Light Package
Ground rules:
- This discussion is only about Light and the Light package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Light, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.