Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Simple inf that unpack a cab and copy its files to eg. program files

Featured Replies

I have headache to deeply understand how to copy files from inside an cab to program files. My inf create the shortcut correctly and when I add the CopyFiles relevant directives I was asked for .lnk file. I want a simple inf example that can copy files from inside a cab file to the Program Files\myapp1 folder and that I got so far (missing the CopyFiles, DestinationDirs and the rest copy directives)

[Version]
Signature = $Windows NT$

[DefaultInstall]
OptionDesc   = "my app1 program"
Tip          = "whatever"
Modes        = 0,1,2,3
AddReg       = MyCustomApp1Reg
ProfileItems = myapp1

[MyCustomApp1Reg]
HKCU,"Software\Myapp1\SomeTweakedOption","Option XX",0x10001,2

[myapp1]
Name       = myapp1
CmdLine    = 16422,%Myapp1FolderUnderPrgFiles%,myapp1.exe
SubDir     = %Myapp1FolderUnderPrgFiles%
WorkingDir = 24
InfoTip    = just a test for myapp1

[Strings]
Myapp1FolderUnderPrgFiles = "myapp1 folder"

 

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.