Can I install MS file/print with ZEN

I need to install MS FIle/Print on all my client PC's. an I use ZEN to do
this?

Thx for the update Robin.
I'm sure you will save others time.
Robin Witkop-Staub wrote:
> I found a shareware utiltiy and a script to do this.
>
> rem Install and Enable Microsoft File and Print Sharing Service
> c:\temp\migration\snetcfg -l c:\windows\inf\netserv.inf -c s -I MS_Server
>
> rem Run VB Script to Enable File and Print Sharing through Windows Firewall
> firewall.vbs
> Set objFirewall = CreateObject("HNetCfg.FwMgr")
> Set objPolicy = objFirewall.LocalPolicy.CurrentProfile
>
> Set colServices = objPolicy.Services
> Set objService = colServices.Item(0)
> objService.Enabled = TRUE
>
> netsh firewall set service type = fileandprint mode = ENABLE scope = CUSTOM
> address = 192.168.0.0/255.255.0.0
>
> rem Disable the 'Use Simple File Sharing' Option
> rem reg add hklm\system\CurrentControlSet\Control\Lsa /v forceguest /t
> REG_DWORD /d 1 /f
> rem ZEN is doing this command voa a native registry change parameter inside
> ZEN
>
>
> "Robin Witkop-Staub" <[email protected]> wrote in
> message news:Xa%Gg.1493$%[email protected]..
>> I need to install MS FIle/Print on all my client PC's. an I use ZEN to do
>> this?
>>
>>
>>
>
>
Craig Wilson
Novell Product Support Forum Sysop
Master CNE, MCSE 2003, CCN

Similar Messages

  • Installation Failed The installer can't install some files in "/".

    The full message is
    Installation Failed! The installer can't install some files in "/". Contact the software manufacturer for assistance.
    I first received this message when trying to upgrade Pro Tools from 8.0 to 8.0.1 a prerelease for snow leopard. I tried numerous things such as repairing permissions, as well as some pro tools specific things and to no avail. Still got the same error message.
    So then I tried completely uninstalling and deleting all things pro tools from my computer. After a clean uninstall and removing all traces of pro tools I proceeded to try and re-install pro tools from my pro tools 8 disk. About a minute into the process I get the EXACT same error message.
    I know this issue has been going on since even before snow leopard. I really need to get pro tools installed and running again or at least be able to get the program installed. I've isolated pro tools out of the mix because its been several different installers and even an installer from a dvd. I know this is a Snow Leopard or plain OS based problem. I have repaired permissions, created a brand new user, wiped clean and started over. I don't know anything else to do. PLEASE HELP???!!!

    Hi Dean@mac & welcome to the forums...
    Any specifics why it wants to install to / instead of Applications, as an example?
    Seen these threads yet?
    http://discussions.apple.com/search.jspa?search=Go&q=pro+tools
    One thing to help investigate the issue is to create a new user just for testing that is stock with no add-on's etc., then login there and try to install. If it works there you can bet there is something unique to your original account that is borking that install - otherwise the issue is most likely global to your system and you might be out of luck until/unless a reportedly qualified version becomes available, etc.
    Good luck in any case.

  • How do i install a new printer with no dvd?

    how do i install a new printer with no dvd?

    Hook it up and see if it works. If it is one of the more common printer brands/models, it could very well have it's drivers installed, depending on how your OS was installed. If not, you can always go to the support site for your printer and download the drivers, if necessary.
    What kind of printer do you have? What OS and how was it installed?

  • Can we install AIR files on Android?

    Can we install AIR file on an Android device with AIR runtime installed? I have tried publishing APK and it works. If yes, what is the difference between publishing it as an AIR app and publishing it as an APK?

    If you have administrator privileges on your Archos Tab you can try to side-load the AIR installer onto your Archos from your Android phone.  Copy the AIR APK from your phone to a location on your computer and then connect your Archos to your computer.  Or if you have a directory on the internet you can upload and download, though I don't know the legal ramifications concerning all of this side-loading.  You may only be licensed to use AIR on the device on which it was downloaded.
    But if you can port your AIR application as a .air file, you might have an extension to your Adobe AIR publication software that allows you to publish an APK file, in which case all you have to do is connect the Archos to your computer and copy the apk to the Archos and install the application, if you have administrator privileges to install applications outside of the Archos market.
    Does this make sense?  By no means should you "root" your device though because that could void your warranty and also incur other personal damages to you that you do not need to have.

  • How Can I install Framemaker 10 silently with serial key and license updater?

    How Can I install Framemaker 10 silently with serial key and license updater? Is there any tool to create MSI for this?
    I tried with using http://download.macromedia.com/pub/developer/creativesuite/AAMEE/win32/ApplicationManagerE nterprise_1_all.exe and its not supporting.
    I am looking for any customization tool for Framemaker 10 from Adobe or else silent install with serial and license updater

    After creating "application.xml.override" from above link
    First after installing manually Adobe Framemaker 10,Copy "pcd.db" to your source folder from "%ProgramFiles(x86)%\Common Files\Adobe\Adobe PCD\" once you run "LicenseUpdater.exe"
    1) For install create batch file "install.bat" and copy below command
    @echo off
    REM =====Install script=====
    set Current=%~dp0
    "%Current%Set-up.exe" --mode=silent --deploymentFile="%Current%\deploy\AdobeFrameMaker10_en_US.install.xml" --overrideFile="%Current%\deploy\application.xml.override" --acton=install
    COPY /Y "%Current%pcd.db" "%ProgramFiles(x86)%\Common Files\Adobe\Adobe PCD\pcd.db"
    Exit 0
    2) For Uninstall
    * download Adobeairinstaller from Adobe - Adobe AIR to uninstall adobe AIR silently and copy this exe in source folder
    Create batch file to uninstall Framemaker 10 "Uninstall.bat" and copy below command to Uninstall
    @echo off
    REM =====Uninstall script=====
    set Current=%~dp0
    REM Uninstalling "Adobe Framemaker 10"
    "%Current%Set-up.exe" --mode=silent --deploymentFile="%Current%\deploy\AdobeFrameMaker10_en_US.remove.xml" --overrideFile="%Current%\deploy\application.xml.override" --acton=uninstall
    DEL /F /Q "%ProgramFiles(x86)%\Common Files\Adobe\Adobe PCD\pcd.db"
    REM Uninstalling Adobe community help
    msiexec /x {E2B04924-29F3-F49D-71E9-B90EFEDE282C} /qn
    REM Uninstalling Adobe PDF creation Add-On 9
    msiexec /x {AC76D478-1033-0000-3478-000000000004} /qn
    REM Uninstalling Adobe AIR
    "%Current%AdobeAIRInstaller.exe" -uninstall
    Exit 0
    I think this will help....

  • Can we Install SQL Server Express with Advanced Services x 64 bit for our testing purpose without procuring any license? Also can we use it for commercial use if we are neglect risk sof using it on Production?

    Can we Install SQL Server Express with Advanced Services x 64 bit for our testing purpose without procuring any license? Also can we use it for commercial/Production
    use if we are agree to take risk of using it on Production?

    Hi,
    Yes you can, but you should be aware of the limitations of MS SQL Express version.
    1. 1GB RAM
    2. 10 GB database size per database excluding log file (SQL 2008 R2 and above)
    3.Job Scheduling service is not available with SQL Server Express.
    4.Data import and export feature is not available with SQL Server Express.
    5.Limitation on number of CPU
    Refer following article for features supported by different editions of MS SQL Server.
    Features Supported by the Editions of SQL Server 2012
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    Praveen Dsa | MCITP - Database Administrator 2008 |
    My Blog | My Page

  • How can I share a laser printer with a windows laptop.

    How can I share a laser printer with a windows laptop. I can't install software or drivers on the laptop for a USB switch box, but the printer drivers are already installed.
    It is a work laptop and printer. There is no WiFi to the laptop, just USB.
    Is there a USB switch box that does not need any drivers?
    Thanks
    Julie

    Hi
    Thanks.
    I am not able to install any drivers or software on the work laptop and WiFi is not allowed either.
    Currently I am swapping cables, but it means crawling under the desk and is a bit of a pain.
    I was hoping that there would be a switch box that does not require drivers.
    Crawling and banging my head it is, then!
    Message was edited by: juliemeikle for awful typing

  • Can't install SIS files

    I can't install sis files on my Nokia 6120. What I can do?

    Hi trulli82
    Please be aware that Symbian S60 2nd edition use .sis whereas Symbian S60 3rd edition uses .sisx files.
    Also go to Application Manager > Options > Settings and set "Online Certificate check" = OFF and Software Installation = ALL.
    Secondly try resetting date on phone to January 1 2007 first and if that doesn't work try December 31 2006 as Symbian certificate may have expired; reset date after installation.
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • Can I install Windows XP SP1 with Bootcamp on my new Mac Mini 2011 i7 ?

    Can I install Windows XP SP1 with Bootcamp on my new Mac Mini 2011 i7 ?

    Baiscally if your Mini came with Lion Pre-installed new then No you can't use XP.
    The Lion installed computers no longer support XP OR Vista via Apple's Boot Camp.
    For one thing Apple only supported XP with SP2 in order to install it on pre Lion computers.
    If the Mini had come pre-installed new with say 10.6 then you could have installed XP and still of been able to upgrade to Lion without any issues as you already have the drivers for XP installed. Lion only has the drivers for W7.

  • How can I add header on printing with Numbers

    How can I add header on printing with Numbers? The previous version use to have it and I cannot find it in the new one ...

    Hi Tanya,
    Glad to hear that you found how to edit page headers and footers in Numbers 3.2. I agree that Help in Numbers 3 is woeful. No searchable PDF to download and use offline. All is online (one page at a time) and we need to know the terms we are looking for before we look.
    The first HelpDesk:
    http://www.youtube.com/watch?v=pQHX-SjgQvQ
    For printing to paper where layout is important, I use Numbers '09 (Numbers 2.3) with its Print View. But it is orphanware. As the name suggests, there has not been a major overhaul since 2009. With that in mind, it is a useful version to hang onto while we hope and wait (and provide feedback to Apple) for something in future versions of Numbers 3.x to provide better layout capability.
    Indeed, each new update of Numbers 3.x has restored more of the old features while adding new features that are enhancements over Numbers '09. Many of the Numbers 3 enhancements reflect long-awaited wishes through this forum, and were passed on by Numbers Feedback to Apple. So it seems that Apple does take heed of feedback.
    In the meantime, I enjoy the charm of Numbers '09 whilst exploring the new features of Numbers 3.
    What has been GAINED in Numbers 3 is here:
    https://discussions.apple.com/thread/5473882?start=75&tstart=0
    (Very long thread because it started with Numbers 3.0, and enhancements have continued through Numbers 3.2).
    Hints on workarounds in Numbers 3 is here:
    https://discussions.apple.com/message/23622372#23622372
    Some workarounds are no longer needed, but what amazes me is how many Numbers '09 features (the so-called "lost" features) were not lost; the settings have simply been moved. Moreover, many features such as margin settings carry over with a Numbers '09 document or template into Numbers 3.
    Hints for layout on screen before printing to paper:
    Try Alignment Guides and Rulers as suggested here:
    Print View workarounds
    Use a layout guide:
    Layout Guide for Numbers
    Regards,
    Ian.

  • HT5012 Can I install two root certificates with the same name in iPad?

    Can I install two root certificates with the same name in iPad?

    Antaeus00 wrote:
    I tried sending a request for help,
    But did you succeeed in sending a request for help?
    Did you receive a response? How long has it been since you sent a request?
    but I need someone with more authority to talk to.
    There is no one with more authority than iTunes store support. We herem are only users.

  • ?How can I install a postscript printer in order to export to pdf?

    How can I install a postscript printer in order to export to pdf?

    I presume you mean that pop-ups are disabled. If you're using Safari, that setting is in the Safari Security preferences. For other web browsers, consult their documentation.
    Regards.

  • Can't Install JRE 1.3 with Mozilla (Build 0.9.7) ... installation hangs

    As the subject says, I can't install JRE 1.3 with Mozilla Build 0.9.7. The downloading process completes and then it starts to run the installation program and the Java coffe cup graphic comes up, but then the installtion software just hangs. Any ideas would be much appreciated.
    Thanks in advance.
    jonathan

    Check http://gemal.dk/mozilla/java.html
    that will help you get Java working in Mozilla

  • Can i install jar files on i phone

    can i install jar files on i phone

    of coarse you can't. However, you can install "apps" which are better anyways

  • Can't share files/printer with Windows computer anymore

    I had a perfectly working wireless home network with a windows xp and dlink router but then I moved...now I got the internet working and I have the same setup but I can't get anything to print from my Macbook or connect to server to share files.
    how can I find out if all the setting are the same or what is causing the problem.
    MacbookPro   Mac OS X (10.4.8)  

    More info please...
    Is the Printer on the Windows® machine I take it?
    Care to give us IPs of the various Computers/Routers involved?
    Were you printing via IP before or what?

Maybe you are looking for