/build/static/layout/Breadcrumb_cap_w.png

Wingware Wing IDE

Version: 101

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: 2k  |  Created: 09/25/2012 by: trancendence

Average Rating: 0
Wing IDE has 1 inventory records, 0 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (3)

Most Common Setup Type
Legacy Setup with command line support
Average Package Difficulty Rating
Rated 1 / 5 (Very Easy) based on 1 ratings
Most Commonly Reported Deployment Method
Vendor Provided Command Line (switch driven)
1
Script

@echo off

goto initialization

:comments

--------------------------------------------------------------------------------

Wing IDE 101 .bat script

Creator: Trancendence

Date: 26/09/2012

--------------------------------------------------------------------------------

Comments:

This program installs Wing IDE 101 and deletes silly files

--------------------------------------------------------------------------------

 

:initialization

rem Sets network install location as varibles

set wingIdeNet=\\YOURSERVER\YOUR\SHARE\wingide-101-4.1.8-2.exe

 

rem Sets where the programs should be installed

set wingIdeC=C:\Program Files\Wing IDE 101 4.1\bin\wing-101.exe

 

:start

if not exist %wingIdeC% (

    %wingIdeNet% /verysilent

    del "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Wing IDE 101 4.1\Technical Support.lnk"

) else (

    goto eof

)

 

:eof

exit

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note

Installing with progress bar present: /silent

Full silent installation: /verysilent

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Script
...Bad edit...
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

Wing IDE

Version

4.1.8-2

Questions & Answers (0)

Questions & Answers related to Wingware Wing IDE

Blogs (0)

Blog posts related to Wingware Wing IDE

Reviews (0)

Reviews related to Wingware Wing IDE

 
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