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:
looeee
commented 48 weeks 4 days ago 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 ...
looeee
commented 1 year 1 week ago 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 ...
looeee posted a new blog entry: How To: Fix the Borland Database BDE MergeModule MSM
looeee posted a new blog entry: Shell Extensions Are Like File Extensions
looeee
commented 1 year 3 weeks ago 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 ...
looeee
commented 1 year 5 weeks ago 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 ...
looeee
commented 1 year 5 weeks ago on the Mandatory TESTS blog entry You should always test the user with no rights before you test the software with the admin ...
looeee
commented 1 year 5 weeks ago 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 ...
looeee
commented 1 year 5 weeks ago 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 ...
looeee
commented 1 year 10 weeks ago 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 ...
looeee
commented 1 year 14 weeks ago on the Uninstall MSI with VBScript download Const ProductCode = "{00000000-0000-0000-0000-000000000000}"
Const msiInstallStateAbsent = 2
On ...