I voted. I hope Mike Munger, the libertarian candidate for governor in NC, gets his 2%, so he can automatically be on the ballot next time. I think that's the condition....
In my last post , I forgot to point you to Inno Setup ; go get the Inno Setup QuickStart Pack to get going. I showed how to copy a directory full of data, like tutorials or sample data, that might change depending on the customer. That means the files are not known when the installer is compiled. Here's what it looked like: Source: {src}\data\*; DestDir: C:\MyCompany\data; Flags: external recursesubdirs skipifsourcedoesntexist onlyifdoesntexist uninsneveruninstall; Permissions: users-modify This time, I 'm going to show how to let the user choose where this directory is located, and whether to install the contents of the directory at all. First, let's show an obvious choice: Source: {src}\data\*; DestDir: {userdocs} \MyCompany\data; Flags: [as above.... ] That new constant will put the data in a subdirectory of My Documents, for the user that installs the program. This might be fine for you, if each user of your program is going to install it the...
I'm never sure how these things make it into production - did someone test it? They must have relied solely on automated tests, I guess. I had a FedEx delivery coming, and I wanted to add delivery instructions. There's a link as part of the tracking page, but it makes me set up an account. If I have to, sigh. The delivery instructions page is dead simple - a drop-down for preferred location to leave a package, and a text entry for notes. However, the "submit" button at the bottom of the page is not enabled, and won't become enabled no matter what I type in the text field. I had to find the "try our new design" checkbox at the top of the page and flip to the new design for it to work. Strike 1: didn't test the old form, which is the default. I tried to type in a front door code for my building, but when I typed #, I got an error "No special characters permitted". Somehow all punctuation is disallowed, including comma, period and apostrophe....
I don't understand why I need to do this, but I'm enabling captchas on my comments. The majority of comments I get are in Chinese, and have about 20 periods at the end with links to .info websites. Reporting the posters as spammers hasn't stopped the comments, so hopefully this will. Update: Fail! two spam comments have already appeared on this post. If Blogger doesn't fix this problem, I will move to WordPress. Update2, Sept 7, 2010: Blogger has enabled automatic spam comment detection, and a comment spam box. I've not seen spam comments in the past week, and so far no spam comments in my inbox. I'm becoming optimistic. Foolhardy, I know.
Comments