Re: PDW2003: Changing shortcut. Location to workgroup file.

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Jim Andersen (jimVÆÆK_at_officeconsult.dk)
Date: 01/07/05

  • Next message: Jordan: "Access 2000/XP package will not install with 2003 Runtime"
    Date: Fri, 7 Jan 2005 13:46:07 +0100
    
    

    Jim Andersen wrote:
    > I have made an installer package. I'm satisfied with it, except I
    > want to change the location of the workgroup file in the shortcut.
    >
    > I have been to Installer2go website, and browsed the whitepaper on
    > it, at the Logico site.
    > But do I need to do all that just for fixing the workgroup location ?
    >
    > Is there no way I can use Orca.exe to edit the MSI file ?
    > I don't need to ask the user for the location.
    >
    > And while we're at it.... any way to get it to do a silent install ?
    >
    > /jim

    And after a days work, I can now answer my own question(s) :-)

    I open the .msi file with Orca, and find the shortcut and change:
    "[#MBESTIL.MDB]" /wrkgrp "[#system.mdw]" /runtime
    to
    "[#MBESTIL.MDB]" /wrkgrp F:\system.mdw /runtime

    and when Installing silently I do
    msiexec.exe /i mypack.msi /qn

    And since my packet is to install MS-Access2003 I do of course remember to
    put in a registry key
    Software\Microsoft\Office\11.0\Access\Security
    with a value of #1 ( to make it a type DWORD)
    to disable sandbox mode and that way avoid the various security warnings.

    /jim


  • Next message: Jordan: "Access 2000/XP package will not install with 2003 Runtime"

    Relevant Pages

    • Re: VS.NET always adds desktop application
      ... Scripts generally need blocking in web pages and HTML email ... This is a VBScript embedded in an MSI file we're talking about, ... can use the Win32 API calls from a C++ custom action DLL or an Installer ... In the File System Editor I have added a shortcut ...
      (microsoft.public.dotnet.framework.setup)
    • Re: VS2008 install project
      ... Property table in the MSI file to add DISABLEADVTSHORTCUTS with a value of ... Definitive Guide to Windows Installer ... target is grayed out and it's just to the file. ... in the shortcut properties when it is installed. ...
      (microsoft.public.vstudio.general)
    • Re: I have a strange problem creating shortcuts in a setup project.
      ... get Orca from the Windows Installer section of the Windows ... SDK and use it to open your generated MSI file. ... Phil Wilson [MVP Windows Installer] ... >> The shortcut created by installer is probably an advertised shortcut, ...
      (microsoft.public.vstudio.development)
    • PDW2003: Changing shortcut. Location to workgroup file.
      ... I have made an installer package. ... change the location of the workgroup file in the shortcut. ...
      (microsoft.public.access.developers.toolkitode)
    • Re: Trouble Installing a COM Add-in for Non-Admin Users
      ... then it's up to them how they use the MSI file. ... It could even then launch ... the reason this won't work for me is because my "master installer" must be ... then it will set HKCU to the Standard User ...
      (microsoft.public.office.developer.com.add_ins)