The bootstrapper for .net 3.0 comes with the SDK, but I just can't use it
since it is incomplete (The keys for the .exe's are missing)
I have been trying to use the Manifest Builder before, but didn't quite get
the hang of it. Can't see how to make the checks if the framework is
allready installed, and can't see how to point it to the redistributable at
the MS site...
I'll have a look into i
Allan Bredahl
> Did you create the bootstrapper manifest? Try running the bootstrap
> manifest generator -- you point it to the redistributable, and it creates
[quoted text clipped - 27 lines]
>> Allam Bredahl
>> "
RobinS - 02 Jun 2007 23:55 GMT
I didn't point mine at the redistributable on Microsoft.com, I copied it
down locally and in ClickOnce, said "deploy this from my server". Then when
I do the Publish, it copies it to my web server.
If you have the .exe file, you can run the Bootstrapper Manifest builder
and point it at that .exe file and tell it to create the bootstrapper
manifest. It adds an entry to Visual Studio for you that you can select as
a preprequisite.
What Manifest Builder are you using? Are you using the one I pointed you
to? Is it the same one? It actually puts the manifest wherever it needs to
go, IIRC. If you need more help with this, post back and I'll give more
exact instructions; that's on my other computer (why is everything always
on the computer I'm not typing on?).
You don't need to check and see if .Net 3.0 is already installed; the
redistributable, when run, will do that. So you just need to package it in
as a prerequisite.
I am running XP, and have a couple of Virtual Machines (I use Cisco's free
VMware Server). I'm running IIS on my machine, and can host the ClickOnce
package, and run it in my VM and see it run. That's just one way to test it
without mucking up anybody.
Does that help?
Robin S.
-----------------------------------------------
> The bootstrapper for .net 3.0 comes with the SDK, but I just can't use it
> since it is incomplete (The keys for the .exe's are missing)
[quoted text clipped - 39 lines]
>>> Allam Bredahl
>>> "