yes it runs as expected , Fog just doesnt add the shortcut to the startup folder.
I did find a work around with using 7zip sfx maker and telling it to create the shortcut in startup for me, i am still curious as to why Fog cant do that
P
Latest posts made by prophitt
-
RE: snap-in will not run on startup after being installed
-
snap-in will not run on startup after being installed
so i am trying to set up a program as a snapin in fog, the issue i keep running into is no matter how i word the .cmd the snapin will not run on startup after being installed, Fog will install the program just fine it just wont put the program in the startup folder, how do i get it to do this?
here is the .CMD@echo off cls echo Installing School Messenger... Do not close. echo. START "School Messenger" /wait "messenger-setup.exe" /verysilent /Tasks=startupicon SLEEP.exe 10 cls echo Installed School Messenger echo. SLEEP.exe 5 exit