leochabi / selenium-vba

Automatically exported from code.google.com/p/selenium-vba
0 stars 1 forks source link

Installer without admin rights #105

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Operating system and version (32/64bit) : Windows 7 Enterprise 64bit
.Net Framework version : 4.5.1
Office name and version(32/64bit) : 2010
Browser name and version : 2010
SeleniumWrapper version :

What steps will reproduce the problem with a public website ?
1. Log in with a user without admin rigts
2. Windows require a admin account to perform installation
3. Installation is cancelled due lack of rights

What is the expected output? What do you see instead?

Please provide any additional information below.

Hi, thanks for your initiative in developm selenium-vba project. I´m wondering 
if should be possible to deliver an installation in .zip (or msi) in order to 
enable to use it without admin rights. 

Original issue reported on code.google.com by avcasto...@gmail.com on 9 Oct 2014 at 2:36

GoogleCodeExporter commented 8 years ago
You can unpack the setup using innounp from here:
 http://sourceforge.net/projects/innounp/files/
by running a command line like:
 innounp -x SeleniumWrapperSetup-1.0.20.0.exe

But after that, you are on your own and there no guaranty that you'll be able 
to use it within Excel or to run a VBS script.

Original comment by florentbr on 9 Oct 2014 at 6:44