When I deploy a snapin with a sfx.exe it sends the file and extracts the archive to the appropriate folder, but then it doesn’t run the command.
I’m trying to deploy the snapins on domain computers with only non admin accounts. I use a program called runasspc to run the installers as admin while normal users are logged on. When I test the sfx on a domain account it works flawlessly. But not when it’s deployed from fog.
Let me break it down.
For my snapins I use the sfx method
I put the following into a 7zip archive.
runasspc.exe,
crypt.spc, (encrypted file with admin username/password that points to the script),
and the install script (calls the net use to connect to the samba, the installer from the samba server, unmounts the net use, and then deletes itself and its directory)
I then make a sfx.exe with sfx maker as is described [URL=‘http://fogproject.org/forum/threads/how-to-make-a-simple-snapin-start-to-finish.304/’]here[/URL]
In the Sfx I have a task that runs the script through the runasspc.exe and it’s encrypted credentials.
Hopefully that’s not too hard to follow and someone can help me see what I’m doing wrong. I’ve looked at many other forum posts but didn’t find anything that helped.
Thanks,
-JJ