Update of /cvsroot/bitcollider/supercollider/installer
In directory usw-pr-cvs1:/tmp/cvs-serv31668/installer
Modified Files:
sc-setup.wse
Log Message:
Fixing a few usability bugs and making sure that windows size right,
and the user can now remove a file from the list, as well as removing
it from disk.
Index: sc-setup.wse
===================================================================
RCS file: /cvsroot/bitcollider/supercollider/installer/sc-setup.wse,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** sc-setup.wse 2001/07/12 00:50:35 1.1
--- sc-setup.wse 2001/07/12 20:52:52 1.2
***************
*** 1226,1230 ****
end
item: Create Directory
! Pathname=%MAINDIR%\MyMusic
end
item: Create Directory
--- 1226,1230 ----
end
item: Create Directory
! Pathname=%MAINDIR%\watched
end
item: Create Directory
***************
*** 1341,1357 ****
end
item: Edit Registry
! Total Keys=2
! item: Key
! Key=Software\Bitzi\Supercollider
! New Value=%MAINDIR%\cache
! Value Name=CacheFolder
! Root=1
! end
! item: Key
! Key=Software\Bitzi\Supercollider\WatchedFolders
! New Value=%MAINDIR%\MyMusic
! Value Name=Folder0
! Root=1
! end
end
item: Self-Register OCXs/DLLs
--- 1341,1349 ----
end
item: Edit Registry
! Total Keys=1
! Key=Software\Bitzi\Supercollider
! New Value=%MAINDIR%\cache
! Value Name=CacheFolder
! Root=1
end
item: Self-Register OCXs/DLLs
|