Adding to Desktop and Folders

The following section adds and updates the VoiceView components to the desktop and group folders.


[VView.Inis]
;create folder
setup.ini, progman.groups,, "group4="%APPS_DESC%""
;create link
setup.ini, group4,, """%FileXfer_DESC%"", filexfer.exe"
;create folder
setup.ini, progman.groups,, "SendTo=""..\..\%SendTo_DESC%"" 
;create link to EXE
setup.ini, SendTo,,"""%SendToPhone_DESC%"", filexfer.exe"
;create folder
setup.ini, progman.groups,, "group1=""%StartUp_DESC%"""
;create link
setup.ini, group1,, """%StartXfer_DESC%"", filexfer.exe /a"

This sections is used to remove VoiceView components from Windows 95 when a VoiceView modem is removed or uninstalled from the system.


[VView.Rem.Inis]
;create folder
setup.ini, progman.groups,, "group4=""%APPS_DESC%"""
;delete link
setup.ini, group4,, """%FileXfer_DESC%"""
;create folder
setup.ini, progman.groups,, "SendTo=""..\..\%SendTo_DESC%"""
;delete link
setup.ini, SendTo,,"""%SendToPhone_DESC%"""
;create folder
setup.ini, progman.groups,, "group1=""%StartUp_DESC%"""
;delete link
setup.ini, group1,, """%StartXfer_DESC%"""

[VoiceView_remove]
UpdateInis  = VView.Rem.Inis

The following section should be added or modified to specify the necessary strings.


[Strings]
; Name of Accessories menu
APPS_DESC = "Accessories"
; Startup Group
StartUp_DESC = "StartUp"
; SendTo folder 
SendTo_DESC    = "SendTo"
; Name of file transfer application 
FileXfer_DESC = "File Transfer"
; Name for file transfer app in SendTo menu
SendToPhone_DESC = "Person On Phone"
; Name for auto start feature
StartXfer_DESC = "VoiceView Auto Detection"