Re: [WiX-users] Help with Wix custom managed bootstrapper

2013-02-19 Thread kochkin.alexey
On detect complete callback you must parse command line arguments to deside
show UI or not and may bу automaticly plan some action. 
If it`s Command.Action == Uninstall, and Command.Display is Embedded or
Passive, you have to plan(Uninstall), cause UI is not showing and anybody
cann`t press uninstall button.

Alexey.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Help-with-Wix-custom-managed-bootstrapper-tp7583363p7583743.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Obsoleted msi exists after minor update.

2013-02-20 Thread kochkin.alexey
Hi! I have read following topic:
Minor upgrade issue revisited

  
New file not installed

  
How Update / Upgrade strategy (small, minor, major) affect file overriding?

  

I`m trying to make my product minor update(equal ProductCode, new product
version is higher):
installing the assembly components with the same component GUID and same
assembly version(but new assemblies are recompiled),
install scope - per-machine.
After the update obsolete msi was not removed. In the Package Cache folder i
get: 
Obsolete msi,   /Will not uninstall package: MyProduct, found dependents: 1/
New bundle, 
New msi.

After removal new bundle, some files are still existing. And old version of
the product was not removed.

What can I do?
- always change my assembly component GUID. Do I have to change component
GUID every time, if assembly was changed?
- use major upgrade only.
or something else?

Alexey.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Obsoleted-msi-exists-after-minor-update-tp7583777.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users