sudo passwd -l root
This command will set Null as the root password. {To be used in ubuntu}
My 2cent tips & tricks on computer technology & Application Virtualization ...
Tuesday, May 15, 2007
Adding Network shortcuts in MSI packages
Steps
- Create a property eg. INSTDIR in Property table
- Populate it with the network directory
- Create a property eg SHORTCUT1 in Property table /* IF not using Wise
- Polulate it with the full UNC path along with the executable name /* IF not using Wise.
- Create a shortcut using the shortcut under the shortcut table
- Update the WkDir coloum in Shorcut table with INSTDIR (no NOT add brakets [] before and after INSTDIR).
Subscribe to:
Comments (Atom)