I am trying to install a piece of software by using the provisioning in vagrant. I have created a batch file that should run the installer. I have used the file mechanism in the provisioning to copy the file inside the vagrant vm
Thanks Alan On Tuesday, April 19, 2016, Alvaro Miranda Aguilera <[email protected]> wrote: > Hello alan, > > If you can explain your goal, and what issue you have we can help. > > Alvaro > > On Wed, Apr 20, 2016 at 4:17 AM, Alan Frye <[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: > >> >> Did you this issue resolved? I am having a similar issue wit trying to >> install a custom software package that I have developed. >> >> >> On Wednesday, June 24, 2015 at 10:04:16 AM UTC-4, VagrantUser1290 wrote: >>> >>> Oh, ok I am using different drives because of space issues, however I >>> did try to use the same drive on the Guest and the Host and it still didn't >>> cause anything to happen. My vagrant provision file is attached; it runs >>> but doesn't do anything. >>> >>> On Wednesday, June 24, 2015 at 9:52:01 AM UTC-4, Chris Baldauf wrote: >>> >>>> Hi, >>>> >>>> Normally the path to a shell provisioner is described relative to the >>>> Vagrantfile on the host machine, so if you have an install.bat as a sibling >>>> of your Vagrantfile, I would expect that to read: >>>> >>>> config.vm.provision :shell, path: "install.bat", ... >>>> >>>> Would it be possible for you to post the output of running vagrant up >>>> or vagrant provision? >>>> >>>> Chris >>>> >>>> >>> -- >> This mailing list is governed under the HashiCorp Community Guidelines - >> https://www.hashicorp.com/community-guidelines.html. Behavior in >> violation of those guidelines may result in your removal from this mailing >> list. >> >> GitHub Issues: https://github.com/mitchellh/vagrant/issues >> IRC: #vagrant on Freenode >> --- >> You received this message because you are subscribed to the Google Groups >> "Vagrant" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] >> <javascript:_e(%7B%7D,'cvml','vagrant-up%[email protected]');> >> . >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/vagrant-up/6b796f4d-4b14-4162-9520-1c42b7492907%40googlegroups.com >> <https://groups.google.com/d/msgid/vagrant-up/6b796f4d-4b14-4162-9520-1c42b7492907%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/vagrant/issues > IRC: #vagrant on Freenode > --- > You received this message because you are subscribed to a topic in the > Google Groups "Vagrant" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/vagrant-up/eW4yjr1TCjQ/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected] > <javascript:_e(%7B%7D,'cvml','vagrant-up%[email protected]');> > . > To view this discussion on the web visit > https://groups.google.com/d/msgid/vagrant-up/CAHqq0ewVC6FOD133BrKMzONYzPy-PCXeN33T-TA_Zjsmnu3NRA%40mail.gmail.com > <https://groups.google.com/d/msgid/vagrant-up/CAHqq0ewVC6FOD133BrKMzONYzPy-PCXeN33T-TA_Zjsmnu3NRA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAPOXV10Odm46LReJ0RV0KoVZs%3DZmA0yVv0PndYebNy0cbuv7Tw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
