I am attempting to install a windows base business management program on Wine 0.9.60
I tried to install using the wines windows XP, but ran into shell32.dll problems. Iread Sticky's notations, and switched to wines windows 98. This allowed the setup.exe to move ahead, but when it looked at the S drive location it wanted to install to, it found no allocated space. It needs 483803. I do not see how to allocate specific space in the Wine configuration. The computer I am installing the program on is a client to a Windows XP server, the program requires the S drive.
any thoughts on why it wont install on the XP selection, and the drive problem?
Thanks,
Steve
0.9.60 Wine with Ubunto 8.04- Create "S" drive wit
-
- Newbie
- Posts: 3
- Joined: Tue Apr 29, 2008 6:50 pm
Re: 0.9.60 Wine with Ubunto 8.04- Create "S" drive
It's stupid if it requires an "S:" drive. What if I don't have it? Sounds like standard M$BS. If you absolutely have to have that "S:" drive - map it with winecfg. Of course the place it is pointed to needs to have at least that much space on it.velocity54 wrote:I am attempting to install a windows base business management program on Wine 0.9.60
I tried to install using the wines windows XP, but ran into shell32.dll problems. Iread Sticky's notations, and switched to wines windows 98. This allowed the setup.exe to move ahead, but when it looked at the S drive location it wanted to install to, it found no allocated space. It needs 483803. I do not see how to allocate specific space in the Wine configuration. The computer I am installing the program on is a client to a Windows XP server, the program requires the S drive.
any thoughts on why it wont install on the XP selection, and the drive problem?
Thanks,
Steve
-
- Newbie
- Posts: 3
- Joined: Tue Apr 29, 2008 6:50 pm
Drive created, how to allocate space
Just a point of clarification. The creation and use of the S drive is the vendor requirement. Wine easily allows creating the drive, and perhaps it easily allows the allocating of space for the software to be loaded, but I have not found the solution.
The command setuptbswin1.exe will implement and progress, but stalls at the point of finding the S drive having no allocated space.
Thanks,
Steve
The command setuptbswin1.exe will implement and progress, but stalls at the point of finding the S drive having no allocated space.
Thanks,
Steve
Re: Drive created, how to allocate space
You can add an "s:" drive really easy on Wine:velocity54 wrote:Just a point of clarification. The creation and use of the S drive is the vendor requirement.
Code: Select all
ln -s /my/drive_s ~/.wine/dosdevices/s:
-
- Newbie
- Posts: 3
- Joined: Tue Apr 29, 2008 6:50 pm
S Drive exists, but sofware finds no space for install
Here is the result of copying your code line suggestion into a terminal command and substituting C for S following my/drive:
steve@office-south:~$ ln -s /my/drive_c ~/.wine/dosdevices/s:
ln: creating symbolic link `/home/steve/.wine/dosdevices/s:': File exists
steve@office-south:~$
Wine configuration tab Drives shows S:, my path for Drive Mapping is /drive/_S
So, nothing is changed from the previous condition. Is my path correct?
steve@office-south:~$ ln -s /my/drive_c ~/.wine/dosdevices/s:
ln: creating symbolic link `/home/steve/.wine/dosdevices/s:': File exists
steve@office-south:~$
Wine configuration tab Drives shows S:, my path for Drive Mapping is /drive/_S
So, nothing is changed from the previous condition. Is my path correct?
Re: S Drive exists, but sofware finds no space for install
You asking as? That's your drive - you should know what directory "/drive/_S" is? You can alway remove that S: symlink and recreate it.velocity54 wrote:Here is the result of copying your code line suggestion into a terminal command and substituting C for S following my/drive:
steve@office-south:~$ ln -s /my/drive_c ~/.wine/dosdevices/s:
ln: creating symbolic link `/home/steve/.wine/dosdevices/s:': File exists
steve@office-south:~$
Wine configuration tab Drives shows S:, my path for Drive Mapping is /drive/_S
So, nothing is changed from the previous condition. Is my path correct?