This test verifies that JauntePE provides portably packaged apps with the means to use portable dlls at app startup. JauntePE app launchers provide this capability by adding the portable file system's Windows and Windows\System folder's paths to the launched app's PATH environment variable prior to starting the app.
Before beginning with the test steps given below, make sure you have the latest nightly build version of JauntePE.
- Start JauntePE.
- Click on the Package Contents tab.
- Right click and select Add Program Files somewhere within the inner contents box.
- Left click on the ProgramFiles icon. You can also left double click for faster browsing.
- Open an explorer or similar file system browsing window.
- Browse to the JauntePE Samples\TestDLLUse folder.
- Drag-n-drop the TestDLLUse.exe file to JauntePE's Package Contents window.
- Make the JauntePE window your active working window.
- Right click on the TestDLLUse.exe icon and select Add Launcher.
- Left click on the TestDLLUse.exe icon.
- Verify that you get a This application has failed to start because unzip32.dll was not found. or similar popup error message. Close it.
- Right click and select Add Windows Folder.
- Left click on the .. icon then left click on the Windows icon.
- Switch to the explorer window.
- Browse to the JauntePE Runtime folder.
- Drag-n-drop the unzip32.dll file to JauntePE's Package Contents window.
- Make the JauntePE window your active working window.
- Left click on the .. icon then left click on the ProgramFiles icon.
- Left click on the TestDLLUse.exe icon.
- Verify that you get a If you see this message, portably loading dlls at startup works. popup message. Close it.
- Close JauntePE.