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
And if I set the CA to run to run After="InstallInitialize" then I get 'not enough disk space on D:' error as, I believe, Wix is trying to do Cost analysis on D: drive which is not mapped yet!
I cannot avoid using .bat files and using network mapped D: drive. The script itself works fine if it is run by itself. I am unable to figure out the right place in the install-sequence to run it!
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Wix 3.11 based installer that installs files into networked mapped drive D:
I have a component that copies couple of .bat files into C:\windows<custom>
All the rest of the files will be copied into a folder structure in D:\
As mentioned, D: is a network mapped drive and the .bat file that I have maps the network drive D:
I have below setup:
This either gives errrors 2732 or 2762 or 2707 meaning that the batch file is not present in the expected location for it to run. Error codes description: https://learn.microsoft.com/en-gb/windows/win32/msi/windows-installer-error-messages?redirectedfrom=MSDN
And if I set the CA to run to run After="InstallInitialize" then I get 'not enough disk space on D:' error as, I believe, Wix is trying to do Cost analysis on D: drive which is not mapped yet!
I cannot avoid using .bat files and using network mapped D: drive. The script itself works fine if it is run by itself. I am unable to figure out the right place in the install-sequence to run it!
What would be the solution here?
Beta Was this translation helpful? Give feedback.
All reactions