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
e30b0780
Commit
e30b0780
authored
Sep 23, 2002
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 23, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install notepad.exe in c:\windows too.
parent
472d0168
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
wineinstall
tools/wineinstall
+2
-1
No files found.
tools/wineinstall
View file @
e30b0780
...
...
@@ -197,8 +197,8 @@ function link_app {
#puts windows applications replacements to windows directories,
#configures them
function
configure_wine_applications
{
link_app notepad
"
$CROOT
/windows/notepad.exe"
link_app regedit
"
$CROOT
/windows/regedit.exe"
link_app uninstaller
"
$CROOT
/windows/uninstall.exe"
link_app wcmd
"
$CROOT
/windows/system32/cmd.exe"
link_app control
"
$CROOT
/windows/system32/control.exe"
link_app winhelp
"
$CROOT
/windows/system32/help.exe"
...
...
@@ -207,6 +207,7 @@ function configure_wine_applications {
link_app regsvr32
"
$CROOT
/windows/system32/regsvr32.exe"
link_app winemine
"
$CROOT
/windows/system32/winmine.exe"
link_app winver
"
$CROOT
/windows/system32/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