

	MuOInfo customizeImage.
	MuOInfo removeSomeTools.
	FileStream fileIn: 'csound opcodes.cs'.
	MGraph makeFlap.

StringHolder new
		acceptContents: (self memberNamed: 'install/changes.txt') contents;
		openLabel: 'CHANGES'.
StringHolder new
		acceptContents: (self memberNamed: 'install/readme.txt') contents;
		openLabel: 'README'.
.

	Display newDepth: 32.
	MuOInfo new installOSProcessPlugIn.
	MuOInfo new deleteInstallationFiles.
	(FileDirectory default fileExists: 'muO welcome.pr')
		ifTrue:
		[
			ProjectLoading openFromDirectory: FileDirectory default
				andFileName: 'muO welcome.pr'
		].

