There is a way to launch an msi with logging turned on:
msiexec /l* logfile.txt /i MyMsi.msi
Then examine the log file. Note at the end of the log file it shows a dump of MSI properties.
There is a way to launch an msi with logging turned on:
msiexec /l* logfile.txt /i MyMsi.msi
Then examine the log file. Note at the end of the log file it shows a dump of MSI properties.
Amazon books on flirting
Web page (with source code) converts source code in various languages to color-coded HTML.
Others:
API for adding links at del.icio.us
function: http://del.icio.us/api/posts/add? &url= url for post &description= description for post &extended= extended for post &tags= space-delimited list of tags &dt= datestamp for post, format "CCYY-MM-DDThh:mm:ssZ"
makes a post to delicious.
the datestamp requires a LITERAL "T" and "Z" like in ISO8601. For example: "1984-09-01T14:21:31Z"
Comedy writers' jargon
Tango FTP dropbox
The Tango DropBox allows you to upload files and folders without launching your FTP application. Simply drag and drop files on to the Tango DropBoxes you create on the desktop.
[Code Access Security articles]
MSDN article: An Introduction to Code Access Security
enum FieldType
{
FieldString,
FieldInt,
FieldDouble,
FieldMDY,
FieldYMD
};
class Field
{
public int fieldNumber;
public string fieldName;
public FieldType fieldType;
public int fieldSize;
public Field (int fn, string n, string t, int s)
{
fieldNumber = fn;
fieldName = n;
fieldType = (CSVParse.FieldType) Enum.Parse (
typeof(CSVParse.FieldType), t);
fieldSize = s;
}
}
You must take the "A" train
To go Sugar Hill 'way up in Harlem
If you miss the "A" train
You'll find you've missed the quickest way to HarlemHurry, get on now it's coming
Listen to those rails a-humming
All 'board get on the "A" train
Soon you will be on Sugar Hill in Harlem