How do I do it? Is there any reason I shouldn't?
I have a winform ClickOnce App that has about 13mbs in DLLs that are not mine so I would have no need/ability to update them at any regular intervals.
DevExpress(3), Microsoft ReportViewer, Microsoft SQL Replication. Microsoft SQL SMO.
Without them being included in my ClickOnce App my whole program comes in at about 1.5mbs and with our remote sites having limited vpn connectivity I really need to get it down there. I can't send 15mbs across our network to all users everytime I make a minor app change.
Thanks
UPDATE FOR CLARITY
For clarification; I do not want to install my DLLs to the GAC with ClickOnce. ClickOnce is what my main app needs to use. I want to remove that 13mbs of DLLs from the ClickOnce App and get them installed for use on all the local systems.
If I can accomplish this with out the GAC, fantastic. I just need my main app trimer so updates.