Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set working directory for shortcuts #1757

Closed
wants to merge 1 commit into from

Conversation

winteryoung
Copy link
Contributor

@r15ch13 I haven't test this. Do you have a low cost way to test core? I don't have a VM.

@matthewjberger
Copy link
Contributor

matthewjberger commented Oct 10, 2017

If you want a cheap and quick windows VM setup you can do this:

1.) Install VirtualBox
2.) run scoop install vagrant
3.) Make a directory named win7 (it can be named anything you want) and run the following two commands in it:

vagrant init matthewjberger/win7-64-en
vagrant up

4.) Then open virtualbox and you'll see your VM running. Select it and it will pop up the gui for the VM.

To delete the VM:

vagrant destroy

To shutdown the VM without deleting it:

vagrant halt

Note:
You can spin up new VMs in this same manner and you'll already have the win7 base ready to go because it only needs to download the first time. Each VM you spin up is a copy of the base so you can safely delete it without destroying the original win7 base box that you downloaded.

Good luck!

@r15ch13
Copy link
Member

r15ch13 commented Oct 10, 2017

@winteryoung I test everything with my current production system. One year old Win10 installation.
I really should switch to using VMs, but I think they are annoying. (I often fix scoop issues between two rounds of PUBG :D)

@matthewjberger
Copy link
Contributor

matthewjberger commented Oct 10, 2017

I agree. They were annoying to me too until I started using vagrant! :)

@r15ch13 r15ch13 requested a review from lukesampson October 10, 2017 15:19
@winteryoung
Copy link
Contributor Author

I think I will give docker for windows a try. The hyper-v solution seems promising.

@r15ch13
Copy link
Member

r15ch13 commented Oct 10, 2017

@winteryoung Keep in mind that VirtualBox and VMware Workstation Player will not work anymore when you install Hyper-V.

@winteryoung
Copy link
Contributor Author

@r15ch13 thx. I don't have them installed.

@winteryoung
Copy link
Contributor Author

There's a problem to test core. The install script is coupled with lukesampson urls. Is there any guidelines to how to test core?

@winteryoung
Copy link
Contributor Author

If there's no guidelines, I will create a new script to install locally.

r15ch13 added a commit that referenced this pull request Jan 8, 2018
* Solves #1319, #1320, #1378, #1757, #1846, #1867
* Add WorkingDirectory
* Add Icon
* Add Arguments
* Use FileInfo and DirectoryInfo
@r15ch13
Copy link
Member

r15ch13 commented Jan 8, 2018

Added with 83b8238

@r15ch13 r15ch13 closed this Jan 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants