 |
 | Visual Studio 2005 Service Pack 1 |  |
|
jjlucsy
| Joined: 24 Mar 2007 |
| Posts: 39 |
| Location: Flint, MI, USA |
|
 |
Posted: Sat Sep 08, 2007 11:31 pm |
|
 |
 |
 |
 |
I have VS2005. Unfortunately, up to this point I haven't been able to apply the SP for it because of the application I develop for require the stuff I build to work with pre-SP libraries. So I had this thought that maybe I could apply the SP and back off the includes and libraries so that I get the IDE fixes and enhancements but still be able to do my builds. So, before I go ahead with this idea, I wanted to try it out in a sandbox. Therein lies my problem, I get the message:
| Quote: |
The Windows Installer Service could not be accessed.
This can occur if you are running Windows in safe
mode, or if the Windows Installer is not correctly
installed. Contact your support personnel for assistance. |
Next I tried setting the configuration entries for trace to "d" instead of ".", ran WinDbg, last two entries (since the first is repeated a bunch of times):
| Quote: |
(003816) SBIE (FD) 00000001.0F.FFFFFFFF \Device\NamedPipe\lsarpc
(003816) SBIE (PD) 001F0FFF 001664
|
Any ideas to get around this? If not, I'll have to resort to testing in a VMWare session, but that takes quite a bit to setup and I'd rather not go that route.
Thanks.
|
|
|
 |
 | |  |
|
tzuk
| Joined: 22 Jun 2004 |
| Posts: 15024 |
|
|
 |
Posted: Sun Sep 09, 2007 5:13 pm |
|
 |
 |
 |
 |
The lsarpc should stay like this, and probably has nothing to do with your problem. What happens is that Sandboxie did not recognize that Visual Studio 2005 Service Pack 1 wants to use Windows Installer. I will look into this later when I have time.
For now your best workaround is to run a sandboxed installation for some other software, that should cause Windows Installer (msiexec.exe) to start in the sandbox. You don't actually have to go through with that installation, just leave it open so Windows Installer doesn't close. Then you should be able to install VS 2005 SP 1.
|
|
_________________ tzuk
|
 |
 | |  |
|
jjlucsy
| Joined: 24 Mar 2007 |
| Posts: 39 |
| Location: Flint, MI, USA |
|
 |
Posted: Mon Sep 10, 2007 7:49 pm |
|
 |
 |
 |
 |
The SP comes as a bundled exe, its extracts some parts and then runs those. I know I've seen the msiexec.exe running during some part of this, but didn't actually check if it still was at the point the dialog came up. I'll have to do more tests at some point, but a little busy at the moment. I'll let you know what I find.
|
|
|
|
jjlucsy
| Joined: 24 Mar 2007 |
| Posts: 39 |
| Location: Flint, MI, USA |
|
 |
Posted: Mon Sep 10, 2007 10:48 pm |
|
 |
 |
 |
 |
Well, that worked better, but maybe half way thru or so, i got a SBIE2305 Out of Memory error and the setup fails. What memory is it running out of?
|
|
|
|
dlguild
| Joined: 22 Apr 2007 |
| Posts: 230 |
| Location: Pennsylvania |
|
 |
Posted: Tue Sep 11, 2007 4:25 pm |
|
 |
 |
 |
 |
I'm not sure as to the exact nature of the error message you are getting. However, VS2005 SP1 modifies some very large files. Sandboxie needs to copy all the files to be modified into the sandbox. The default Sandboxie settings for CopyLimitKb are probably to low to work in this case. See:
http://www.sandboxie.com/index.php?CopyLimitKb
As a first step, I would try adjusting this setting through the GUI to a much higher number.
Configuration -> Sandbox Settings -> Set File Copy Options.
|
|
_________________ Dan
|
|
jjlucsy
| Joined: 24 Mar 2007 |
| Posts: 39 |
| Location: Flint, MI, USA |
|
 |
Posted: Wed Sep 12, 2007 9:08 pm |
|
 |
 |
 |
 |
| dlguild wrote: |
| As a first step, I would try adjusting this setting through the GUI to a much higher number. |
Or, perhaps, I have it set too high: 3276800
|
|
|
|
dlguild
| Joined: 22 Apr 2007 |
| Posts: 230 |
| Location: Pennsylvania |
|
 |
Posted: Wed Sep 12, 2007 10:19 pm |
|
 |
 |
 |
 |
Yes, that's pretty high. The number only needs to be as big as the biggest individual file to be copied into the sandbox, not the total of all the files. Try removing one trailing zero. I assume you are still having no luck?
|
|
|
|
jjlucsy
| Joined: 24 Mar 2007 |
| Posts: 39 |
| Location: Flint, MI, USA |
|
 |
Posted: Thu Sep 13, 2007 2:05 pm |
|
 |
 |
 |
 |
| dlguild wrote: |
| I assume you are still having no luck? |
Yep, no luck. Doesn't seem related to that number.
|
|
|
|
tzuk
| Joined: 22 Jun 2004 |
| Posts: 15024 |
|
|
 |
Posted: Thu Sep 13, 2007 2:46 pm |
|
 |
 |
 |
 |
| jjlucsy wrote: |
| Well, that worked better, but maybe half way thru or so, i got a SBIE2305 Out of Memory error and the setup fails. What memory is it running out of? |
That could indicate a bug. I'll try this with Visual Studio Express Service Pack 1, if we're lucky, I'll get SBIE2305 in that case too.
|
|
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
All times are GMT
Page 1 of 1
Use the RSS feed to watch this topic for replies
|
|
|
|
|  |