September 1, 200422 yr Yes,You may not need savepath, that just writes to registry.path could also be maybe %temp% ?
September 1, 200422 yr Yes,You may not need savepath, that just writes to registry.path could also be maybe %temp% ?thanks. i think i got it. actually, i want it extracted to desktop so i can delete it rite away
September 1, 200422 yr 5. Clean the directory so sp1.msp, data1.cab, and netfx.msi are the only files (3 files) in the directory.Where is this data1.cab ? I can not locate it.
September 1, 200422 yr Winrar has a temp option. so it extract to your temp dir, executes your setup, then deletes the temp file that it created, when install has completed. Makes it clean then.
September 1, 200422 yr Winrar has a temp option. so it extract to your temp dir, executes your setup, then deletes the temp file that it created, when install has completed. Makes it clean then.oh! ok. as long as it gets deleted. i'll do that then. thanks!
September 1, 200422 yr add switches intosetup = netfx.msi /qnin winrar. guessed them switches.Where is that cab file?
September 1, 200422 yr Comment tab in winrar should look like this.;The comment below contains SFX script commandsSetup=netfx.msi /qnTempModeSilent=1Overwrite=1
September 1, 200422 yr 5. Clean the directory so sp1.msp, data1.cab, and netfx.msi are the only files (3 files) in the directory.Where is this data1.cab ? I can not locate it.SP1 needs the cabinet file from the installation routine: netfx1.cab
September 1, 200422 yr has anyone been able to utilize this in svcpack.inf? Also, I think its been said that there is an error when using winrar temp extract (extracting to a temp dir)...
September 1, 200422 yr One question... how'd you get an admin install of .NET Framework 1.1 Redist. I looked on the first page, but could not figure it out. Can anyone help me?
September 1, 200422 yr @canuckerfanType msiexec /a netfx.msi@evilvoiceTested SFX rar with Windows install using tempmode. No problems.
September 1, 200422 yr Thanks for the help guys. I think I got it. Only thing is, I don't have a data1.cab in my dotnetfx folder, only a netfx1.cab file. Should it be like this?
Create an account or sign in to comment