You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For an unmanaged MSI install (project), defining an uninstall ExeFileShortcut in the start menu folder appears (sometimes) the first time, then disappears.
newDir(@"%ProgramMenu%\MyCompany",newExeFileShortcut("Uninstall My Product 1","[System64Folder]msiexec.exe","/x [ProductCode]"){IconFile=@"MyApp.ico"})
The project has 2 exes that have their own shortcuts in the folder that appear in the start menu folder. It is only the uninstall shortcut that does not want to hang around.
The problem occurs with Wix#3 and Wix#4 (unmanaged).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For an unmanaged MSI install (project), defining an uninstall ExeFileShortcut in the start menu folder appears (sometimes) the first time, then disappears.
The project has 2 exes that have their own shortcuts in the folder that appear in the start menu folder. It is only the uninstall shortcut that does not want to hang around.
The problem occurs with Wix#3 and Wix#4 (unmanaged).
Beta Was this translation helpful? Give feedback.
All reactions