Strange remove behavior #7180
Unanswered
erikhermansson79
asked this question in
Questions
Replies: 5 comments 1 reply
-
A verbose log file would tell all. But if you disable a feature during uninstall, this is the sort of behavior you'd see. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I attached a log file for each scenario:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
HI,
It seems that you have duplicated the following properties and folders:
INSTALLFOLDER
WEBSERVER
WWWROOT
NEWWEBSITEFOLDER
SV
EN
EN_LOCALES
LOCALES
SV_LOCALES
CSS
STATIC
JS
MEDIA
TARGETDIR
All directories identifiers can be referenced as properties and therefore
there is no need to add them to the properties table. Remove above from
properties table, rebuild and try again
…On Fri, Jan 27, 2023 at 11:57 AM Erik Hermansson ***@***.***> wrote:
I attached a log files for each scenario:
- msiexec /x
- msiexec /i -> "Remove"
- msiexec /i -> "Change" -> disable feature.
uninstall_x.txt
<https://github.com/wixtoolset/issues/files/10517587/uninstall_x.txt>
uninstall_i_remove.txt
<https://github.com/wixtoolset/issues/files/10517585/uninstall_i_remove.txt>
uninstall_i_change_disable.txt
<https://github.com/wixtoolset/issues/files/10517656/uninstall_i_change_disable.txt>
—
Reply to this email directly, view it on GitHub
<#7180 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCKQ27CW62PN3UNHSKDT7TWUOLYPANCNFSM6AAAAAAUHJXCCY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Regards,
Fyodor Koryazhkin..
|
Beta Was this translation helpful? Give feedback.
1 reply
-
If you run /x you do not enter UI sequence and those folders are populated
properly.
Open your package with Orca and check Properties table
…On Mon, Jan 30, 2023 at 11:14 AM Erik Hermansson ***@***.***> wrote:
I haven't added them as properties, only as folders. But even if I had,
why would the behaviours differ when running /i -> "Remove" vs /x?
—
Reply to this email directly, view it on GitHub
<#7180 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCKQ25765K7ERY6U4PFWTTWU6BA5ANCNFSM6AAAAAAUHJXCCY>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Regards,
Fyodor Koryazhkin..
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I run my MSI-file, when the product is installed, and choose "Remove" then nothing is removed, but if I instead run "msiexec /x" everything is removed correctly. If I choose "Change" and disable a feature it is not removed either. Maybe those issues are related. Has anyone else encountered the same problem?
I'm am using wix 4 rc2.
Beta Was this translation helpful? Give feedback.
All reactions