Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

win_tech_off_topic · Windows Technical: Off Topic

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1723
  • Category: Windows
  • Founded: Jul 27, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

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

Messages

Advanced
Messages Help
Messages 59019 - 59048 of 60507   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
59019 Joe Kaplan
joekaplan2003 Send Email
Dec 2, 2008
4:45 am
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...
59020 John Elliot
jj5v1 Send Email
Dec 2, 2008
7:33 pm
... 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....
59021 Chris Wuestefeld
moebiusstreet Send Email
Dec 2, 2008
7:35 pm
... I just saw a new CodeProject article [1] that talks about a C#-oriented frontend to Wix. It looks pretty spiffy. [1]...
59022 mike
vista21 Send Email
Dec 4, 2008
6:08 pm
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...
59023 Jeremy Lew
schramm9 Send Email
Dec 4, 2008
6:24 pm
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...
59024 Shawn A. Van Ness
arithex Send Email
Dec 5, 2008
2:30 am
http://www.codeplex.com/RegexC...
59025 Joe Kaplan
joekaplan2003 Send Email
Dec 5, 2008
6:01 pm
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...
59026 Richard Howells
loopylozzysdad Send Email
Dec 8, 2008
2:28 pm
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...
59027 Richard Howells
loopylozzysdad Send Email
Dec 8, 2008
2:29 pm
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...
59028 Brad Wilson
bradw_64 Send Email
Dec 8, 2008
4:15 pm
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...
59029 Richard Howells
loopylozzysdad Send Email
Dec 8, 2008
4:42 pm
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...
59030 Brad Wilson
bradw_64 Send Email
Dec 8, 2008
4:53 pm
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...
59031 Stuart Laughlin
stuartlaughlin Send Email
Dec 8, 2008
4:56 pm
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,...
59032 John Elliot
jj5v1 Send Email
Dec 8, 2008
5:27 pm
... Some days I really do look forward to that downsizing....
59033 Marc Brooks
anotherexcita Send Email
Dec 8, 2008
6:02 pm
... 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...
59034 Marc Brooks
anotherexcita Send Email
Dec 8, 2008
6:05 pm
... I forgot to mention, if you simply want to swap your SIDs, you can use the wicked "ICACLS /substitute" command -- Marc C. Brooks ...
59035 Herb Warren
warren_herb Send Email
Dec 8, 2008
6:29 pm
... Must be a Vista / Server2008 thing. OTOH, it's a deviously evil idea. Have to keep it in mind for Windows 7. Herb....
59036 Richard Howells
loopylozzysdad Send Email
Dec 8, 2008
6:55 pm
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...
59037 Shawn A. Van Ness
arithex Send Email
Dec 9, 2008
1:47 am
ICACLS.EXE is relatively new; CACLS.EXE is what you're looking for, on XP. -S...
59038 Amanuel Workneh
m4mm0 Send Email
Dec 9, 2008
8:52 am
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...
59039 SteveC
stevecatomic9 Send Email
Dec 9, 2008
3:39 pm
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...
59040 Kim Gräsman
kimgrasman Send Email
Dec 9, 2008
5:22 pm
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...
59041 Chris Tavares
durgansmith Send Email
Dec 9, 2008
5:54 pm
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. ...
59042 Anna-Jayne Metcalfe
jalapenokitten Send Email
Dec 9, 2008
5:57 pm
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...
59043 Patrik Husfloen
husfloen@... Send Email
Dec 9, 2008
9:19 pm
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...
59044 Shawn A. Van Ness
arithex Send Email
Dec 9, 2008
10:02 pm
You want Gen<X>... wait I mean XCode .NET... no wait I mean CodeSmith<http://www.codesmithtools.com/> ....
59045 Shawn Wildermuth
aunyay Send Email
Dec 9, 2008
10:11 pm
Or "MyGeneration&quot; (which is not open source) Thanks, Shawn Wildermuth http://wildermuth.com <http://wildermuth.com/> http://silverlight-tour.com...
59046 Curt Hagenlocher
curt_hagenlo... Send Email
Dec 10, 2008
5:16 am
I never realized before how un-googlable the name "Gen<X>" is......
59047 Jamin Guy
guy_jamin Send Email
Dec 10, 2008
10:19 pm
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...
59048 Richard Howells
loopylozzysdad Send Email
Dec 10, 2008
10:28 pm
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 -...
Messages 59019 - 59048 of 60507   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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