looeee

0
Solutions
0
Forum Threads
2
Blog Entries
0
Articles
2
Downloads
0
Ideas
0
Events
0
Videos
0
Groups Joined
14
Comments
Send this user an email
Show:
46 weeks 4 days ago looeee
commented on the Do orphaned HKCR root keys cause significant slowdown of os performance or is the effect limited ? forum discussion What do you mean by an orphaned HKCU key?
Could you provide an example?
There are a whole load of ...
51 weeks 5 days ago looeee
commented on the What is Deferred Execution Custom Action and Why is it Used ? blog entry Nice article. Here's some more info for you.
An immediate custom action's role is to gather data ...
1 year 1 week ago looeee posted a new blog entry: How To: Fix the Borland Database BDE MergeModule MSM
1 year 1 week ago looeee posted a new blog entry: Shell Extensions Are Like File Extensions
1 year 1 week ago looeee
commented on the Deploy MSIs that Have No Advertised Entry Points article I do not agree with your commandline
msiexec /fauvs
"a" should be used with extreme caution. It ...
1 year 3 weeks ago looeee
commented on the Does an Application Create an ODBC Driver? blog entry Yes
I have always preferred the ODBC entries to be in the registry.
Another disadvantage to the ...
1 year 3 weeks ago looeee
commented on the Mandatory TESTS blog entry You should always test the user with no rights before you test the software with the admin ...
1 year 3 weeks ago looeee
commented on the Installing Selected Features of MSI with ADDLOCAL Property blog entry You get the ice87 error becuse you are not supposed to hardcode ADDLOCAL in the Property Table. It ...
1 year 3 weeks ago looeee
commented on the Using SOURCEDIR Property in Package blog entry You should only ever run ResolveSource at install-time by using the condition "not Installed" or the ...
1 year 8 weeks ago looeee
commented on the Using WiseScript to Register DLLs download don't forget to uninstall them
you should use the commandline
/s /u %NEWFILE%
oh and you'll ...
1 year 12 weeks ago looeee
commented on the Uninstall MSI with VBScript download Const ProductCode = "{00000000-0000-0000-0000-000000000000}"
Const msiInstallStateAbsent = 2
On ...