524 reputation
139
bio website
location
age 19
visits member for 1 year, 6 months
seen 4 hours ago
stats profile views 22

Finishing college with my internship this semester and going to university in software engineering.

I have some experience in .NET and Java, along with some Lua and COBOL.


May
11
comment Lua - Removing words that are not in a list
Instead of concatenating the string in the loop, you could just send in a space as a second parameter: table.concat(retstring, " ")
Apr
21
accepted Referencing WiX extension in same solution as wixproj
Apr
21
answered Referencing WiX extension in same solution as wixproj
Apr
16
asked Referencing WiX extension in same solution as wixproj
Apr
12
comment Detect if last character is not multibyte in Lua
@m.buettner Well, I never... Learn something new everyday.
Apr
12
comment Detect if last character is not multibyte in Lua
@m.buettner I just tested it, actually. Not sure if they changed the behaviour in 5.2, but it does work in 5.1. Try it out.
Apr
12
comment Detect if last character is not multibyte in Lua
string.sub(str, stringLength,stringLength) does indeed return the last character in str. Just be sure not to name your variable string, as that conflicts with the string table. Also, could you elaborate what you mean by multibyte character?
Apr
12
revised lua code deobfuscation
added 137 characters in body
Apr
12
answered lua code deobfuscation
Apr
10
comment Getting the file version of a native exe in MSBuild
Would using a preprocessor extension to grab the file version be out of the question?
Apr
8
revised Find XML node in C# ignore the rest
Added an example
Apr
8
answered Find XML node in C# ignore the rest
Mar
28
comment Add External DLL to WIX project
@PLAudet You could use a preprocessor pragma that calls heat, reads the output and writes it to your wxs file.
Mar
27
comment Avoid to add components manually
@Kowsika Try "%wix%\bin\heat" -?. Don't forget the quotes.
Mar
25
comment how to find the status of executed MSI from the command prompt
As Ciprian said, you can enable logging using msiexec /i "C:\...\setup.msi" /l*xv log.txt. Then use net helpmsg 0000 to know what each error message means. For example 1603 is fatal error during installation.
Mar
24
awarded  Fanatic
Mar
21
accepted Path unavailable error during setup
Mar
20
answered Path unavailable error during setup
Mar
20
revised Path unavailable error during setup
added 90 characters in body
Mar
19
answered Separate Publish Event from Control