Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mmv
  • Order by date
  1. mmv

    Ultimate vs. Enterprise Edition features

    Paul hasnt mentioned all the benefits for Enterprise over Business There are actually four areas: Bitlocker Full Volume Encyption The ability to run Multilingual User Interface License rights to Four Virtual Operating systems within Vista and Subsystem for Unix based applications Enterprise is...
  2. mmv

    Office installation loops over and over again

    Look at the error msg in the eventviewer. You probably have a component that is missing and Office will try and repair it. What version of Office is it? For older versions you can try and use the MSICUU, MSI Clean Up utility.
  3. mmv

    Domain accounts - logon

    The keyword is how you activate you version of Vista. For the Home editions, Basic, Premium or Ultimate, you need to Activate your product against Microsoft once. Many of these machines will probably be loaded by the manufacturer and the license is tied to the hardware. For the Business and...
  4. mmv

    Admin can't change permissions?

    You can turn of UAC through SecPol.msc, and bring back the good ole days where a good infected website or bogus setup.exe, could install whatever it likes on the machine. For normal operations there are absolutely no reason to run as the full administrator. Normal users should only be users...
  5. mmv

    Windows Deployment Services...

    Well WDS isnt that complicated once you get the habits of it. First of all you have two unattended files: One for the server and one for the images. The per server script you mainly use for logon credentials and in case you want to run fully unatteded or have only one image. The second script...
  6. mmv

    MSI pushed to one PC, can't figure out why.

    Im not sure I get all what you ve done, but: Create an OU and place your workstations in it. (Put your servers in another) Create a SW Group. Location irrelevant. Link a GPO to the Workstations OU. Edit security on the GPO. Remove Authenticated Users Add SW group. Give SW group Read and...
  7. mmv

    MSI - Permissions

    Well, I can get it to work with your values, but try and use -267451905 for the permission and see how that works out. Try a spelling error in "Everyone" to see if it fails. Martin
  8. mmv

    Somethings bugging me (office assistant!)

    The adm is in the Office ressource kit. It is a registry setting, so you can deploy it with a GPO or a reg tweak. What version of office are you using, whats the clients and the servers running, and why is it giving you a problem ?
  9. mmv

    VMware MSI/MST deployment - Need help!!!!!

    As far as i can see 4.5 comes as an .exe which is a wrapper for an msi. Unpack the msi which comes with a ready made 1033.mst. Install tailor records properties set during the dialogs. Use it to see how the serial is captured and write it in to the 1033.mst. Or you can apply the 1033 and your...
  10. mmv

    new hardware deployment

    This is from Wise Package Studio for Newbies http://www.dawnstar.com.au/wpshelp/ By Denis St-Pierre wpshelpATdst.net.au How to package a driver installation Method 1: (Good luck!) MS is working on this in MSI 3.0 and you can see this at...
  11. mmv

    MS Office 2000 network custom install

    No /a does not allow for any customizations to the office.msi. In theory you could build a msi-file that would, but why bother ? Accept the /a file copy effect, and create transforms to customize the installation from there. A very important side effect of the office administrative install...
  12. mmv

    destination directory

    Sorry for delay Copy the file over to some bogus directory. On the files page drag the file from your directory to to "Destination Computer"-root.
  13. mmv

    ODBC Drivers

    Hi Have you installed it to a machine or a user ? What product are you using ?
  14. mmv

    Combine Features

    Hi What is the problem with having two features ? What if you made one feature the parent of the other, and perhaps marked is a hidden ?
  15. mmv

    Running another exe from installer

    Hi Use a custom action and place it just before or just after the InstallFinalize in the ExecuteImmediate section. You can call installed files or you can call a file from a resource.
  16. mmv

    destination directory

    Hi Use the RootDrive Property. By setting the rootdrive to c:\ you can copy files to the root. As an example try and use setup capture and notice how its recorded.
  17. mmv

    LockPermissions table/setting a Folder permissions

    Check the Language settings. You can only use the Users group on an english GUI
  18. mmv

    Launching takes lot of time

    If youre using Wise, you can use the debugger and see all the actions called before your setups dialogs apears. See if any of them are taking too much time.
  19. mmv

    How do you override 'just me' with 'everyone'?

    The values for ALLUSERS are Null, 1 or 2 If you put in ALL or ME its read as Null Null means its installed per user regardless of the users "rights". 1 or 2 will install it for allusers depending of the users rights. ALLUSERS is a public property you can set at install time. Wise uses a...
  20. mmv

    Get input from user during uninstall

    How about removing it from Add /remove programs, so that it can only be uninstalled from a command line ? Or, in HKLM/Software/microsoft/Windows/Currentversion/uninstall manipulate the commandline string for uninstallations.

Part and Inventory Search

Back
Top