Search the web
Sign In
New User? Sign Up
win_tech_off_topic · Windows Technical: Off Topic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 59019 - 59048 of 59807   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
59019
WiX is great if you want to target Windows Installer as your installer platform. That's generally a good idea since WI supports things like GPO-based...
Joe Kaplan
joekaplan2003
Offline Send Email
Dec 2, 2008
4:45 am
59020
... You shouldn't say things like that. Especially not when the arse is falling out of the global economy, and conflicts are sprouting up around the world....
John Elliot
jj5v1
Offline Send Email
Dec 2, 2008
7:33 pm
59021
... I just saw a new CodeProject article [1] that talks about a C#-oriented frontend to Wix. It looks pretty spiffy. [1]...
Chris Wuestefeld
moebiusstreet
Offline Send Email
Dec 2, 2008
7:35 pm
59022
so found in our code base we use a lot of regex.compiled options. i had to use a regex the other day in a loop (albeit small) and decided to dig around to see...
mike
vista21
Offline Send Email
Dec 4, 2008
6:08 pm
59023
I don't have any opinion on whether it's worth it for you, but it is possible to pre-compile regexes into a permanent assembly and then use that from your...
Jeremy Lew
schramm9
Online Now Send Email
Dec 4, 2008
6:24 pm
59024
http://www.codeplex.com/RegexC...
Shawn A. Van Ness
arithex
Offline Send Email
Dec 5, 2008
2:30 am
59025
FWIW, In Jeff Friedl's "Mastering Regular Expressions" book [1] he actually did some measurement of perf stuff for compiled vs. interpreted .NET regex and...
Joe Kaplan
joekaplan2003
Offline Send Email
Dec 5, 2008
6:01 pm
59026
Hi All, A year ago I decided to try the delights of developing as a non-admin. It's been great, I didn't regret it. My machine has been showing the symptoms...
Richard Howells
loopylozzysdad
Offline Send Email
Dec 8, 2008
2:28 pm
59027
Hi All, A year ago I decided to try the delights of developing as a non-admin. It's been great, I didn't regret it. My machine has been showing the symptoms...
Richard Howells
loopylozzysdad
Offline Send Email
Dec 8, 2008
2:29 pm
59028
Well, the most obvious is: once you have the OS installed to your liking, back it up, and start with the restore next time. ... Well, the most obvious is: once...
Brad Wilson
bradw_64
Offline Send Email
Dec 8, 2008
4:15 pm
59029
Hi Brad, It’s a partial solution. It could reduce the frequency of having to reset all the permissions. I might come round to it but somehow I don’t like...
Richard Howells
loopylozzysdad
Offline Send Email
Dec 8, 2008
4:42 pm
59030
If your data files are all in a centralized location, then right click Properties on the root folder and propagate the changes down into all children. If...
Brad Wilson
bradw_64
Offline Send Email
Dec 8, 2008
4:53 pm
59031
On Mon, Dec 8, 2008 at 10:42 AM, Richard Howells ... +1 I used to take that approach. I'd install the OS, apply the gazillion (roughly) security updates,...
Stuart Laughlin
stuartlaughlin
Offline Send Email
Dec 8, 2008
4:56 pm
59032
... Some days I really do look forward to that downsizing....
John Elliot
jj5v1
Offline Send Email
Dec 8, 2008
5:27 pm
59033
... I strongly suspect that your old SID is not granting rights specifically to the files, rather it's granted to the OWNER of the files. So all you really...
Marc Brooks
anotherexcita
Online Now Send Email
Dec 8, 2008
6:02 pm
59034
... I forgot to mention, if you simply want to swap your SIDs, you can use the wicked "ICACLS /substitute" command -- Marc C. Brooks ...
Marc Brooks
anotherexcita
Online Now Send Email
Dec 8, 2008
6:05 pm
59035
... Must be a Vista / Server2008 thing. OTOH, it's a deviously evil idea. Have to keep it in mind for Windows 7. Herb....
Herb Warren
warren_herb
Offline Send Email
Dec 8, 2008
6:29 pm
59036
Yes – I thought that too. In fact I *thought* that creator/Owner always had full control over an object. However: I made myself an administrator temporarily...
Richard Howells
loopylozzysdad
Offline Send Email
Dec 8, 2008
6:55 pm
59037
ICACLS.EXE is relatively new; CACLS.EXE is what you're looking for, on XP. -S...
Shawn A. Van Ness
arithex
Offline Send Email
Dec 9, 2008
1:47 am
59038
Hi, I haven't used it, but SetACL[1] seems to be your friend, found when trying to recall the name of another tool I used to use to add permissions recursively...
Amanuel Workneh
m4mm0
Offline Send Email
Dec 9, 2008
8:52 am
59039
I have a little .exe that creates a text file (some ASCII art). In a pre-build event on VS 2008, I want to run the exe, get the text it creates, and update a...
SteveC
stevecatomic9
Offline Send Email
Dec 9, 2008
3:39 pm
59040
Hi Steve, Is the const a hard requirement, or could you use a resource? If so, just link the ASCII file as an embedded resource, and have a pre-build step...
Kim Gräsman
kimgrasman
Offline Send Email
Dec 9, 2008
5:22 pm
59041
You might want to consider creating a custom tool for VS instead of a pre-build step. Then your ascii art generator would work like the resource compiler etc. ...
Chris Tavares
durgansmith
Offline Send Email
Dec 9, 2008
5:54 pm
59042
Hi Steve, ... pre-build event on VS 2008, I want to run the exe, get the text it creates, and update a .cs file with it (changing the content of a const in the...
Anna-Jayne Metcalfe
jalapenokitten
Offline Send Email
Dec 9, 2008
5:57 pm
59043
It might not apply, but I think you can use SVN (and perhaps other SCMs?) to add a "check out" hook to update the files. /Patrik On Tue, Dec 9, 2008 at 6:57...
Patrik Husfloen
husfloen@...
Send Email
Dec 9, 2008
9:19 pm
59044
You want Gen<X>... wait I mean XCode .NET... no wait I mean CodeSmith<http://www.codesmithtools.com/> ....
Shawn A. Van Ness
arithex
Offline Send Email
Dec 9, 2008
10:02 pm
59045
Or "MyGeneration" (which is not open source) Thanks, Shawn Wildermuth http://wildermuth.com <http://wildermuth.com/> http://silverlight-tour.com...
Shawn Wildermuth
aunyay
Offline Send Email
Dec 9, 2008
10:11 pm
59046
I never realized before how un-googlable the name "Gen<X>" is......
Curt Hagenlocher
curt_hagenlo...
Offline Send Email
Dec 10, 2008
5:16 am
59047
Is there a way to create a stable ram disk in Vista Ultimate 64? I've seen a few apps here and there, but don't trust any I've seen so far. I'd like to create...
Jamin Guy
guy_jamin
Offline Send Email
Dec 10, 2008
10:19 pm
59048
I'm curious why people want to create RAM disks? ISTM that the whole point of having tons of RAM is to let the system manage it and make best use of it. So -...
Richard Howells
loopylozzysdad
Offline Send Email
Dec 10, 2008
10:28 pm
Messages 59019 - 59048 of 59807   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help