File Associations to network shared virtual app?

We often use application virtualization for larger apps that would take too long to install via msi. We put those large virtual apps on a network share and users launch them from there rather than installing them locally. It's worked well for us, but we miss out on some features, like file associations, context menus, etc. We could get most of these features back if created in msi in ZAV when we create the virtual app, but the msi always installs the virtual app to Program Files, which defeats the purpose for us.
So my question: Is there a way we can create an MSI that behaves just like the one generated by ZAV, but rather than installing the .exe to Program Files and pointing everything there, it instead does not install the exe at all and just points everything to the already existing exe on the shared drive?
We tend to be a bit of a unique use case, but I was hoping someone else had run into a similar problem.
Thank you!

Perhaps just running "Assoc.exe", "DISM", or a simple REG file with the
association settings you want would work.
On 7/1/2014 11:16 AM, chndrcks wrote:
>
> We often use application virtualization for larger apps that would take
> too long to install via msi. We put those large virtual apps on a
> network share and users launch them from there rather than installing
> them locally. It's worked well for us, but we miss out on some features,
> like file associations, context menus, etc. We could get most of these
> features back if created in msi in ZAV when we create the virtual app,
> but the msi always installs the virtual app to Program Files, which
> defeats the purpose for us.
>
> So my question: Is there a way we can create an MSI that behaves just
> like the one generated by ZAV, but rather than installing the .exe to
> Program Files and pointing everything there, it instead does not install
> the exe at all and just points everything to the already existing exe on
> the shared drive?
>
> We tend to be a bit of a unique use case, but I was hoping someone else
> had run into a similar problem.
>
> Thank you!
>
>
Craig Wilson - MCNE, MCSE, CCNA
Novell Technical Support Engineer
Novell does not officially monitor these forums.
Suggestions/Opinions/Statements made by me are solely my own.
These thoughts may not be shared by either Novell or any rational human.

Similar Messages

  • Saving a .pdf file into the network shared drive from Outlook 2013

    Hello sirs,
    I have one client that having the file saving issue into the shared drive from outlook 2013.
    I have isolated the network portion and confirmed that there is nothing to do with the network. They have 1 host server which has 2 VMs inside (DC & FS). Whenever they want to save .pdf file into the shared drive, "Saving" message box popped up and showed for about 1 min to complete the file saving. I have tested with .xlsx & .dcsx but no error saving those files. only for this particular extension that facing this slowness problem. It has been on going for a month already and I couldn't figure it out what could be the issue.
    Please if anyone experienced this issue, I would really appreciate your suggestions & guidance.
    Thank you.
    This topic first appeared in the Spiceworks Community

    I have a script that I am trying to cobble together, but I am stuck at attempting to execute an SQL query against and ADO connection. My code is as follows:Powershell $FQDNUpper = $Computer.ToUpper() + ".domain.dn1.dn2" $FQDNLower = $Computer.ToLower() + ".domain.dn1.dn2" $shell = New-Object -ComObject "Wscript.Shell" # for use later in script $cnn = New-Object -ComObject "ADODB.Connection" $cnn.ConnectionString = "Connection_String" $cnn.Open() $queryUpper = "SELECT CAST(ID AS nvarchar(50)) ID FROM Machine WHERE Name=$FQDNUpper AND Role = 0" $rs = $cnn.Execute($queryUpper,' ',1) #If statement that will qualify if $FQDNUpper returned anything else try $FQDNLowerWhen executing the code I receive an error:
    PowershellArgument: '2' should be a System.Management.Automation.PSReference. Use [ref].At line:9 char:5+ $rs = $cnn.Execute(...

  • How to access a file in the network shared drive

    Hi,
    I have a pdf file in a netwoek share drive which opeates on windows platform. I want to access this file. the path to the file looks something like this
    acddfd\sap\sapdir\myfile.pdf
    I have tried gui_upload , gui_download , ws_upload and ws_download FM. But I am getting file_read error. Is therey any settings i need to made.
    I can access the above path from windows menu start->run.
    points guarnateed.
    Thanks
    sankar

    GUI_UPLOAD / DOWNLOAD is the way to go. If you can access the directory/file that doesn't mean necessarily that the R/3 system can 'see' it as well. Your local frontend is connected to that share, but I would check with your basis that the application servers where R/3 is running do have access to that share as well.
    Also does the R/3 user you are using have the same access right to the network as your Windows Network user?
    We had a similar problem and eventually it was just an authorization issue with the R/3 user.
    Hope that helps,
    Michael

  • File associations in Windows 8.1 for applications on a network location

    Hi,
    From Windows 7 to Windows 8 it has been done alot of changes regarding file file assocations. It seem that the main reason was security and was "patched" by having Windows read the hash for the applications instead of where the application was
    located.
    but there seem to be some major hicups and there is limited info on the web covering these issues.
    First issue: when running:  Dism /Online /Export-DefaultAppAssociations:\\Server\Share\AppAssoc.xml and then creating a GPO configuration pointing to
    thi XML file.  With this feature only common file extensions is supported and when users are changing to another computer, these settings is not possible to syncronize using roaming profiles.
    Second issue: In the appassoc.xml file applications must be either appid(metro app) or common application on local harddrive to be registered and not a .EXE
    file on a network location.
    It seems a little strange if this is the case and if there is no other options for administratos to set file associations in more flexible ways. Does anyone have some more info on
    this topic other than these link:
    https://technet.microsoft.com/en-us/library/hh825038.aspx?f=255&MSPPError=-2147217396
    http://blogs.technet.com/b/mrmlcgn/archive/2013/02/26/windows-8-associate-a-file-type-or-protocol-with-a-specific-app-using-a-gpo-e-g-default-mail-client-for-mailto-protocol.aspx
    https://keithga.wordpress.com/2013/11/13/file-associations-in-windows-8/

    Hi Primeid,
    You could use Group policy for file associations or you could deploy the xml file during image deployment. However as you mentioned that the file associations only applies to common application on local hard drive or metro app.
    http://blogs.technet.com/b/mniehaus/archive/2014/01/10/configuring-file-associations-in-windows-8-1.aspx
    http://blogs.technet.com/b/mrmlcgn/archive/2013/02/26/windows-8-associate-a-file-type-or-protocol-with-a-specific-app-using-a-gpo-e-g-default-mail-client-for-mailto-protocol.aspx
    We understand your confusion about this, but we hope you understand that using network location for file association deployment is highly insecure and it is out of our recommendation since the content in that network location could be changed without any
    notification or permissions constraint.
    Thanks for your understanding.
    Regards
    D. Wu
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Problem of file association while copying files from the network.

    Hello,
    I have a network shared folder with Quark Xpress files on it. I own an Imac with MacOSX 10.4.3 where Quark Xpress is not installed but I want to transfer Quark files from this network share to an other.
    When I do this, the file association is missing on the copied file. The original has still the Quark icon, but the copied file has a blank icon and when trying to execute it from a mac with Quark Xpress installed, it does not recognize it (?). It's kind of a file association loose.
    For information, when I do the same manipulation using a mac with OS9 and Quark installed, I have no problem with the file association in output.
    Hope someone had the same situation to help me. In anyway, sorry for my English, I tried to do my best to explain my problem !

    Zip the files. Select the files, Finder->File->Make Archive, transfer them, and unzip them using the Finder or Stuffit Expander.

  • Playing a FLV-File in a projector.exe from a network shared folder failes

    We want to load and play FLV-Files while our project files
    (Projector.exe) and FLV-files are sitting on a network shared
    folder with UNC-Path access (\\FILESERVER\sharename\). The problem
    is, that the flv-files do not play. If the same application runs on
    a local system it works fine. The System.security.sandboxType is
    "localTrusted" because it runs in a projector.
    We do not want to map the shared folder to a drive letter!
    Thank you
    Example:
    download

    I apologize if u can not load the page, its a hosting company issue, their server goes up and down randomnly so please to retry 15mn later, it will be available.  Thanks.

  • Styles being dropped on network shared folder files in Dreamweaver CS5.5

    Hello, apoligies if this has already been solved but I could not find anything similar. Recently we have upgraded our staff from Dreamweaver CS4 to CS5.5 and are having some issues with pages dropping the stylesheets which are linked relatively. The relative files are located on a shared network drive which is mapped in Windows 7 as a drive (e.g. My Computer shows the drive as R:).
    In Dreamweaver design view up the top it reads:
    Address: file:///R|/acrrm/tinnitus/course_content/001.html
    and there is a yellow bar up the top which reads:
    'common_styles.css' is a remote file and cannot be edited.
    We never had this issue before so I was wondering if it was a new limitation of CS5.5 or if there was something I should look out for in the site definition.
    Interestingly enough I was able to fix this on one machine by randomly toggling the live code/view buttons, havent had any luck doing that to other machines though.
    Any help would be much appreciated.
    Here are the specs:
    O.S: Windows 7
    Version: Dreamweaver CS5.5
    Site Definition: Network shared drive

    Interestingly enough I was able to fix this on one machine by randomly toggling the live code/view buttons, havent had any luck doing that to other machines though.
    I would have to say that this operation could not possibly fix anything.  I suspect that simply waiting the same amount of time as this operation required would have returned the same result, and it sounds like there is some latency in your network.
    Your site is entirely contained on a network shared drive, right?  Or is it that only SOME files are on the network shared drive (R:)?  Also, where is it you are seeing this?
    Address: file:///R|/acrrm/tinnitus/course_content/001.html

  • Copying files from Mac to PC network shared drives.

    Copying files from Mac to PC network shared drives.
    We have shared mounted drives in AIX Fusion that we can pull files from and copy to the mac, however we can not copy files from the mac to the drives.
    “Error in user parameter list (-50)” With MS DOS-Formatted Volume.”
    The drives are mapped on the mac using SMB. We can go to the files on the mac and use “save as” and this works and saves them on the shared drives.
    We can not drag and copy them to the shared drives. Every time it fails and we get the above error. We can create folders but not move any files.
    When we look up the error, it is referring to certain characters that can but used in a Max OS X filename and are not allowed in MS-DOS filenames. We are not using any of the characters not allowed.
    The drives have all the basic set up in AIX, RWC. All the PC's we have can drag files to and from all our shared drives.

    Either install software which enables the Mac to write to NTFS drives, or MacDrive on the PC, or reformat any drives you'll be using to share files between the computers as either FAT32 or exFAT.
    (88270)

  • File associations / sandboxed app.

    http://www.1point1c.org/spacesim/spacesim.jnlp
    Points to the launch file for a sandboxed
    application (<150 Kb download) that claims
    (OK suggests) file associations for two
    file types '.sss' (space simulation scenarios)
    & '.sso' (space simulation options).
    ( There are ways to export/create these file types,
    but you can get the default '.sss' file here
    http://www.1point1c.org/spacesim/spacesim-data.zip )
    By claiming the file assocation, the Space Simulator
    needs to provide '-open fileName' functionality in the
    main(), which it does.
    But there is a quirky aspect to it when running
    in Java 1.5 - if the user double clicks a '.sss' file,
    - they are asked ny the plug-in if they want to
    proceed - with the offer to
    |_|   Do not show this advisory again- The user selects that and clicks 'Yes' (open)
    - The GUI appears with the file selected.
    ..But! JWS does not remember that the user
    selected always allow, and asks them again
    (& again, & again..)
    Do you want to allow this action?Is that defined behaviour for a sandboxed
    application?
    Do the full privileges applications behave
    differently (i.e. remember when the user
    selects always allow)?
    Is it just my system/Java version,
    (I'm running Win XP Pro, Java 1.5.0_09)
    does it work on other combinations?

    ...I'm prompted with a dialog to allow the app to
    read the file and I click allow always.
    I then get a file chooser where I have to select the
    file again. I see that as a separate problem.
    Again - I do not know if it is intended behaviour,
    but it makes no sense to force the user to identify
    the file a second time.
    ...Is that part of the app or a webstart
    problem? Incidently, clicking cancel on this file
    chooser puts the app in a state where I need to kill
    it.Oops! Sorry, I had been meaning to fix that.
    ...But I think the always allow means that
    webstart will allow the app to open and read the file
    as many times as the app needs too during the
    execution of the app, not on subsequent
    invocations.At first I was sceptical, but a few further tests*
    seem to support what you are saying.
    * Using the menus within the application that
    also open files, after selecting 'remember
    my decision', at first file 'double-click open', I
    did not get further prompts, though usually
    I do.
    My investigations are continuing, but here it is
    partly complicated by getting different versions
    of web-start depending upon whether I double
    click the desktop launch icon (1.6), or an
    associated file (1.5) - the advisory dialogs
    seems different as well.
    Thanks, I think you have effectively answered
    my question, but I'll mull it over some more..

  • When an iPad is connected to the MacBook And the option says it will make a full back of the iPad to the computer does that mean ALL the files associated with apps on the iPad? If so where is the backup located on the computer?

    When an iPad is connected to the MacBook and the option in iTunes says it will make a full back of the iPad to the computer does that mean ALL the files associated with ALL apps on the iPad? If so where is the backup located on the computer?

    Yes.  http://support.apple.com/kb/ht4946

  • How to identify files associated with apps?

    Hello all -
       I am considering buying a new Mac mini which would come with Yosemite.  My existing mini (mid 2011, Lion 10.7.5) has a lot of apps I do not wish to migrate, so I think I am stuck with manually reinstalling each of the apps I want on the new computer.  How do I identify the necessary files associated with these apps (preferenes, app support, etc.) so I can copy them over after reinstalling on the new computer?  Is there any way to track what files were installed along with the app when it was first installed?  Anyone familiar with the claim of CleanApp to log all associated files with an installation (at time of install), or any other software that does this?
       Thanks - Randy

    Thanks again Arthur for your response.  I looked at RoaringApps but was not sure if I should enable the real time or just use basic.  Real time seems to require a lot of downloading (and modification?)   What do you recommend - Real TIme or Basic?
    As far as SunnyMenu, it is old but has worked flawlessly through and including Lion 10.7.5.  The only alteration of the system is that it is added as a startup item in my User in System Preferences.  It does not change the GUI, but adds menus (that you can customize) in addition to, rather than changing what System X does.  The Dock will not accomodate nearly as many items and SunnyMenu allows for nested subfolders of menu items.  I find it extremely useful and use it every day. I realize one day it will no longer work, but hope that, as it's pretty simple, that may be a bit further off.  As a rule I don't dabble in System modifiying stuff like maintenance, clean-up, speed-up, "optimization" etc. and just rely on System X.  I do have iStat Menus, but I don't believe that's modifying the System, but only displays information.  RoaringApps seems to indicate it's compatible with everything through Yosemite.  Would you recommend against that as well?  It saved me once when my fan failed but I noticed the iStat temp & rpm display and got it repaired at my Apple Store before I completely toasted my mini.
    Thanks again for your replies, they have been extrmely helpful in understanding how to start planning my move to a new Mac mini with Yosemite!

  • Itunes File Sharing: share apps don`t appear

    share apps don`t appear in itunes 12
    ex: VLC

    New iPod Touch with the latest SW and latest itunes on my iBook G4 and I have the same problem, there is no "file sharing" under Apps for my iPod device. No one has replied to the original post but has the original poster found a separate solution outside of this discussion?

  • Lion Network Accounts files association is always reverted

    Hi,
    I want to change file associations for all types, like opening all .avi with vlc instead of QuickTime.
    The Workstations run Lion 10.7.2 and Have Network Homes hosted on a Lion Server 10.7.2. Whenever the user changes the file association (Get Info, dialogue...) this change is reverted after a reboot. Strangely enough the new association is still in place if the user just logs out and back again. There is no such problem with local users on the machines.
    The com.apple.LaunchServices.plist where these settings are stored reflects changes made in the GetInfo dialogue. Upon reboot, the Finder seems to ignore this settings file although it stays unchanged!
    Any help would be greatly appreciated.

    I seem to have isolated the issue.
    I was using wireless for both server and client, so I switched both to ethernet to eliminate any possible issues there.  No change.
    Then after some more experimenting I realized my original statement
    if I am logged in via any user on the client (network or local), using fast user switching to go to the login screen ALWAYS shows the network users.
    was incorrect.  It turns out I have to be logged in with a local user for the network users to show up.  So I went back and experimented with the Login Window options I configured in Profile Manager.  Here is how I had my client configured.
    If I enable "Show computer's administrators", or if I disabled "Show local users", the problem goes away.  The problem only exists when I have one or the other, but not both, options enabled.  So it seems there is a bug on the client, or there is a bug in the profile that Profile Manager is pushing to the client.
    Another interesting tid bit.  I temporarily changed the local user on the client to an administrator.  That left the client with two administrators and no standard users.  The problem went away.  Turning that user back into a standard user, and the problem came back.
    So there's one combination of options here that isn't working. In the long run I won't have any local users anyway, so it won't matter.  This only affects me now while I'm migrating things.

  • Each App its files only... no files shared between Apps

    Subject: each App its files only... no files shared between Apps in some space in device like Android
    with iPad 3 or (future) iPad 4 I have the ability add files to device (eg PDFs) and with any pdf app choose that files (or for each App....I must upload to device its particular pdf files used only by this App?)?

    It will likely always remain this way. The 'sandbox' nature of the iDevices is what renders them more virus resistent than other devices. They have no over all 'my computer' or 'finder' upper level file management system, so any malware or virus that gets on the device can be contained. Since files can only move from app to app with your direction, malicious software can't propogate itself and spread without you helping it to spread.
    There are many apps that support the 'send to' feature that allows you to move documents between apps. And there are also some apps like ReaddleDocs that can serve as an intermediary between other apps, but the prospect of an overall 'whole system file manager' is unlikely.

  • Ability to add multiple apps to Open With file associations

    It would be extremely helpful if Bridge's "file association" dialog allowed one to associate multiple applications with a file type, so the Open With function worked like Lightroom's Edit In function which allows the use of multiple external editors.  As it is currently designed, only one new "default" association can be changed/added.   A current list of other available "editors" also appears in the Open With context menu, but it is unclear (at least to me) where that list comes from because there are some pretty strange entries in the list for any specific file type.
    Thanks

    ALoverofNikon wrote:
    A current list of other available "editors" also appears in the Open With context menu, but it is unclear (at least to me) where that list comes from because there are some pretty strange entries in the list for any specific file type.
    Agreed -- I've always been curious as to what random generator Bridge uses to assign programs with file types.

Maybe you are looking for

  • Viewing FCPHD on an NTSC Monitor

    Hello I am going to purchase a MacBook Pro, and want to view my timeline on an NTSC Monitor. Do I need to spend $270 on an external Canopus Converter, or would a $20.00 DVI-SVideo adaptor work? I don't want to view ALL the FCP windows, just the timel

  • Can I replace 15 inch retina display that broke on my sons Mac , if so how much

    Can I replace 15 inch retina display that broke on my sons Mac , if so how much

  • ACL problem in 6 and 5.1 sp9? Bug?!

    Hi all gurus: I got this problem for several days, and still cannot solve it. Can anyone help me? My design is to put all my beans and connection pool under one "kbf" acl. And "guest" servlet/jsp accesses these beans by using this "kbf" account. And

  • Adding urls to bookmarks

    On my iPad, how do I add urls to my bookmarks? Thanks

  • Modifier Keys suddenly not working with Numberpads

    I favor the use of a numberpad and as such i have been using a third party USB Numberpad.  I also have a Apple wired keyboard that comes with the number pad. All these while, the modifier keys (shift, alt, ctrl) works with the numberpad and the numbe