Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
11666bb5
Commit
11666bb5
authored
Dec 05, 2002
by
Sylvain Petreolle
Committed by
Alexandre Julliard
Dec 05, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install apps in windows\system since that's what the system directory
is set to in the config file.
parent
4577875c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
wineinstall
tools/wineinstall
+9
-9
No files found.
tools/wineinstall
View file @
11666bb5
...
...
@@ -100,7 +100,7 @@ function conf_string_answer {
}
function
create_windows_directories
{
for
tdir
in
"
$CROOT
/windows"
"
$CROOT
/windows/system"
"
$CROOT
/windows/system32"
\
for
tdir
in
"
$CROOT
/windows"
"
$CROOT
/windows/system"
\
"
$CROOT
/windows/Start Menu"
"
$CROOT
/windows/Start Menu/Programs"
\
"
$CROOT
/Program Files"
"
$CROOT
/Program Files/Common Files"
\
"
$CROOT
/windows/Profiles"
"
$CROOT
/windows/Profiles/Administrator"
\
...
...
@@ -132,14 +132,14 @@ function configure_wine_applications {
link_app notepad
"
$CROOT
/windows/notepad.exe"
link_app regedit
"
$CROOT
/windows/regedit.exe"
link_app rundll32
"
$CROOT
/windows/rundll32.exe"
link_app wcmd
"
$CROOT
/windows/system
32/
cmd.exe"
link_app control
"
$CROOT
/windows/system
32
/control.exe"
link_app winhelp
"
$CROOT
/windows/system
32
/help.exe"
link_app notepad
"
$CROOT
/windows/system
32
/notepad.exe"
link_app progman
"
$CROOT
/windows/system
32
/progman.exe"
link_app regsvr32
"
$CROOT
/windows/system
32
/regsvr32.exe"
link_app winemine
"
$CROOT
/windows/system
32
/winmine.exe"
link_app winver
"
$CROOT
/windows/system
32
/winver.exe"
link_app wcmd
"
$CROOT
/windows/system
/w
cmd.exe"
link_app control
"
$CROOT
/windows/system/control.exe"
link_app winhelp
"
$CROOT
/windows/system/help.exe"
link_app notepad
"
$CROOT
/windows/system/notepad.exe"
link_app progman
"
$CROOT
/windows/system/progman.exe"
link_app regsvr32
"
$CROOT
/windows/system/regsvr32.exe"
link_app winemine
"
$CROOT
/windows/system/winmine.exe"
link_app winver
"
$CROOT
/windows/system/winver.exe"
link_app uninstaller
"
$CROOT
/windows/uninstall.exe"
link_app winhelp
"
$CROOT
/windows/winhelp.exe"
link_app winhelp
"
$CROOT
/windows/winhlp32.exe"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment