custom action needs cmd to use unc to find bat file
Hey All,
I would like to say I found this site has been immensely helpful in my quest to bring myself up to adaquet deployment skillset, having said that I have a new issue I'm hoping somebody can offer some guidance. I have a bat file that is being called up via an exe custom action in installshield, prior to today I had it set with a drive letter (W:) when I hosted the msi through SCCM, I found drive letters dont get mapped and are thusly useless in my msi, so I switched to server unc paths, which worked fine until I tried to call the bat. Due to the bat being stored on a network drive, and cmd not liking unc pathing, I am stuck. I had read about pushd, but as the bat file in question only uses local drives it's not really applicable, as I need cmd to map TO the bat file.
Any thoughts?
TIA