|
Pages: [1]
|
 |
|
Author
|
Topic: Network install workaround (Read 1737 times)
|
|
|
dedndave
Member
    
Gender: 
Posts: 5919
Still using Abacus 2.0
|
oops - i think it was written that way so as not to violate MS licensing agreements
|
|
|
|
|
Logged
|
Zn+1 = Zn2+C
|
|
|
|
drizz
|
Can't you just unpack install.exe to "Z:\masm32" with e.g. 7zip and run makelibs.bat?
|
|
|
|
|
Logged
|
|
|
|
hutch--
Administrator
Member
    
Posts: 9558
Mnemonic Driven API Grinder
|
There is an easier way to do it without having to tweak the installation, install it on a normal fixed disk then copy the entire installation to another partition.
The reason why the install is designed to block network installations is because there were so many errors when earlier versions were installed on some forms of network drives where path errors prevented the installation from working.
The project is designed around fixed paths from the root directory of whatever partition it is installed on as this prevented a miriad of problems picking up the wrong linker and libraries.
|
|
|
|
|
Logged
|
|
|
|
fheller
New Member

Posts: 3
|
There is an easier way to do it without having to tweak the installation, install it on a normal fixed disk then copy the entire installation to another partition.
The reason why the install is designed to block network installations is because there were so many errors when earlier versions were installed on some forms of network drives where path errors prevented the installation from working.
The project is designed around fixed paths from the root directory of whatever partition it is installed on as this prevented a miriad of problems picking up the wrong linker and libraries.
Thanks for the background info. I didn't have access to C: on the installation. Can't you just unpack install.exe to "Z:\masm32" with e.g. 7zip and run makelibs.bat?
Didn't occur to me; If you elaborate more (Do I have to run a resource extractor to feed the compressed file into 7zip, etc?) I can put this in the guide. I don't have time to try it right now.
|
|
|
|
|
Logged
|
|
|
|
hutch--
Administrator
Member
    
Posts: 9558
Mnemonic Driven API Grinder
|
 > I didn't have access to C: on the installation. Try D: E: F: G: H: etc ..... It works on any partition that has a root directory.
|
|
|
|
|
Logged
|
|
|
|
|
drizz
|
Can't you just unpack install.exe to "Z:\masm32" with e.g. 7zip and run makelibs.bat?
Didn't occur to me; If you elaborate more (Do I have to run a resource extractor to feed the compressed file into 7zip, etc?) I can put this in the guide. I don't have time to try it right now. You can extract SFX exes just as easily as archives, navigate in the 7zFM to install.exe and press Extract, or right click on install.exe if you have shell context menu integration for 7z and press "Extract to". You can also extract with Total Commander if you have it by pressing Alt+F9 on the install.exe.
|
|
|
|
|
Logged
|
|
|
|
Mark Jones
Drifting in the Abstract
Member
    
Posts: 2302
=- Stargate Atlantis -=
|
Or, for a real thurough reversing, you could run each module through ObjConv, and then re-assemble that any way you see fit... who wants to see a demonstration?
|
|
|
|
|
Logged
|
"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08
|
|
|
|
fearless
|
Also seems to work on SUBST drives. I use that to create drives for M: for Masm stuff and V: for visual foxpro stuff, and i create a batch file and save it in the startup folder: SUBST M: C:\DEVELOP\ASM SUBST V: C:\DEVELOP\VFP\SOURCE
|
|
|
|
|
Logged
|
|
|
|
Vortex
Raider of the lost code
Member
    
Gender: 
Posts: 2960
|
Hi fheller,
The subst trick is a nice one. With this method, you can run multiple instances of Masm32 on the same partition.
|
|
|
|
|
Logged
|
|
|
|
fheller
New Member

Posts: 3
|
I added the methods suggested by drizz and fearless (quoted directly) and linked back to this page. Thanks for the suggestions!
|
|
|
|
|
Logged
|
|
|
|
|
|
Pages: [1]
|
|
|
 |