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
I have a wix3 x86 MSI that uses QuietExecute to call SchTasks.exe. It was using the [SystemFolder] as part of the path.
I converted this project to wix v4 and built it as 64bit. Everything still "works" but it's still calling the 32bit SchTasks.exe and now references Wix4UtilCA_X86.
If I wanted to author something like this and have it automatically call the x86 or the x64 EXE depending on how I compiled, what would should that look like?
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have a wix3 x86 MSI that uses QuietExecute to call SchTasks.exe. It was using the [SystemFolder] as part of the path.
I converted this project to wix v4 and built it as 64bit. Everything still "works" but it's still calling the 32bit SchTasks.exe and now references Wix4UtilCA_X86.
If I wanted to author something like this and have it automatically call the x86 or the x64 EXE depending on how I compiled, what would should that look like?
Beta Was this translation helpful? Give feedback.
All reactions