Hi Folks, I thought that setting up Rhino-ETL in Win7 would consist of these simple steps: 1. Navigate to https://github.com/ayende/rhino-etl 2. Download the latest .zip file, in my case it is ayende-rhino- etl-88104d7.zip. 3. Create a "Program Files\Rhino-ETL" folder and extract the contents of the zip to the folder. 4. Open Windows Power Shell, running as Administrator. 5. CD to the folder used in step 3. 6. Issue the following Windows Power Shell commands:
Set-ExecutionPolicy unrestricted .\psake.ps1 default.ps1 I've insured that Git is available on the path from the power shell. "git --version" returns: "git version 1.7.8.msysgit.0". Why do I see the following? PS C:\Program Files (x86)\RhinoETL> .\psake.ps1 default.ps1 Security Warning Run only scripts that you trust. While scripts from the Internet can be useful, this script can potentially harm your computer. Do you want to run C:\Program Files (x86)\RhinoETL\psake.ps1? [D] Do not run [R] Run once [S] Suspend [?] Help (default is "D"): R Security Warning Run only scripts that you trust. While scripts from the Internet can be useful, this script can potentially harm your computer. Do you want to run C:\Program Files (x86)\RhinoETL\default.ps1? [D] Do not run [R] Run once [S] Suspend [?] Help (default is "D"): R Executing task, Clean... Executing task, Init... Security Warning Run only scripts that you trust. While scripts from the Internet can be useful, this script can potentially harm your computer. Do you want to run C:\Program Files (x86)\RhinoETL\psake_ext.ps1? [D] Do not run [R] Run once [S] Suspend [?] Help (default is "D"): R fatal: Not a git repository (or any of the parent directories): .git You cannot call a method on a null-valued expression. I would like the simplest way to get started using Rhino. If anyone could help me, I'd be much obliged. Thanks, Richard Rogers http://www.RichardRogers.ca/ -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
