Tuesday, September 23, 2008
Saturday, September 20, 2008
Change MSI to run under custom actions under user account
MSI package generated by VS2008 will run custom actions under SYSTEM account. This "feature" was implemented to work around Vista's UAC.
There is no way to change this behavior from VS2008, but you can adjust MSI package using ORCA tool (available in SDK).
Start ORCA tool, open MSI package, navigate to custom actions. Select action which you would like to run under user account and subtract 0x800 from Type. In my case, value generated by VS2008 is 3090, new value should be 1042.
Save MSI back. Done
There is no way to change this behavior from VS2008, but you can adjust MSI package using ORCA tool (available in SDK).
Start ORCA tool, open MSI package, navigate to custom actions. Select action which you would like to run under user account and subtract 0x800 from Type. In my case, value generated by VS2008 is 3090, new value should be 1042.
Save MSI back. Done
Saturday, September 13, 2008
Problem with 0.9.1031 and Silverlight1.0
0.9.1031 crashes when running with SL1.0. SL2.0 Beta2 works fine. If you run into this problem, you can either install SL1.0 or use MyDock0.9.1027
Tuesday, September 9, 2008
Monday, September 1, 2008
SL path mini language to geometry converter
Added utility to http://alexezh.googlepages.com/developlemtinsilverlight to convert Silverlight path mini language to geometry
Subscribe to:
Posts (Atom)