Introduction:

For a complete uninstall i have, 2 different ways. First one works fine and
is just a normal uninstall with some CAs.
But the second one is a little bit tricky, because it consists of 2 parts. I
have to do some CAs, make one registry entry (Set a value in
"HKCU\Software\Microsoft\Windows\CurrentVersion\Run" Name="[ProductCode]"
Value="msiexec.exe /I [ProductCode]")  and finish. After that the user can
logoff and after login, the msi will start automatically and he can finish
his uninstall.
This works so far, but for creating the registry entry i use a CA, which is
calling VB-Script from Binary.

Problem:

I don“t want to use vb-script and i would prefer that the msi is creating
the registry entry. My idea is to switch from remove to change InstallMode
and make this entry. But i have no clue, how i could do that. (i know how to
switch, but not how to make this reg-entry)
 
Any ideas ?
-- 
View this message in context: 
http://www.nabble.com/feature-problem-tf3965096.html#a11253575
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to